The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/dev/wscons/unicode.h

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 /* $NetBSD: unicode.h,v 1.3 2001/12/02 01:04:26 ross Exp $ */
    2 
    3 /*
    4  * some private character definitions for stuff not found
    5  * in the Unicode database, for communication between
    6  * terminal emulation and graphics driver
    7  */
    8 
    9 #define _e000U 0xe000 /* mirrored question mark? */
   10 #define _e001U 0xe001 /* scan 1 */
   11 #define _e002U 0xe002 /* scan 3 */
   12 #define _e003U 0xe003 /* scan 5 */
   13 #define _e004U 0xe004 /* scan 7 */
   14 #define _e005U 0xe005 /* scan 9 */
   15 #define _e006U 0xe006 /* N/L control */
   16 #define _e007U 0xe007 /* bracelefttp */
   17 #define _e008U 0xe008 /* braceleftbt */
   18 #define _e009U 0xe009 /* bracerighttp */
   19 #define _e00aU 0xe00a /* bracerighrbt */
   20 #define _e00bU 0xe00b /* braceleftmid */
   21 #define _e00cU 0xe00c /* bracerightmid */
   22 #define _e00dU 0xe00d /* inverted angle? */
   23 #define _e00eU 0xe00e /* angle? */
   24 #define _e00fU 0xe00f /* mirrored not sign? */

Cache object: 73cfadef59faf81f4800326bd6548624


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.