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/ascii.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: ascii.h,v 1.3 1998/06/20 19:11:04 drochner Exp $ */
    2 
    3 #define ASCII_NUL       0x00            /* nul */
    4 #define ASCII_BEL       0x07            /* bell */
    5 #define ASCII_BS        0x08            /* backspace */
    6 #define ASCII_HT        0x09            /* horizontal tab */
    7 #define ASCII_LF        0x0a            /* line feed */
    8 #define ASCII_VT        0x0b            /* vertical tab */
    9 #define ASCII_FF        0x0c            /* form feed */
   10 #define ASCII_CR        0x0d            /* carriage return */
   11 #define ASCII_SO        0x0e            /* shift out */
   12 #define ASCII_SI        0x0f            /* shift in */
   13 #define ASCII_ESC       0x1b            /* escape */

Cache object: c98159205343ab637816777fba2d8abe


[ 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.