Home
last modified time | relevance | path

Searched refs:C (Results 1 – 7 of 7) sorted by relevance

/xv6-public/
H A Dkbd.h32 #define C(x) (x - '@') macro
99 C('Q'), C('W'), C('E'), C('R'), C('T'), C('Y'), C('U'), C('I'),
100 C('O'), C('P'), NO, NO, '\r', NO, C('A'), C('S'),
101 C('D'), C('F'), C('G'), C('H'), C('J'), C('K'), C('L'), NO,
102 NO, NO, NO, C('\\'), C('Z'), C('X'), C('C'), C('V'),
103 C('B'), C('N'), C('M'), NO, NO, C('/'), NO, NO,
105 [0xB5] C('/'), // KP_Div
H A Dconsole.c189 #define C(x) ((x)-'@') // Control-x macro
199 case C('P'): // Process listing. in consoleintr()
203 case C('U'): // Kill line. in consoleintr()
210 case C('H'): case '\x7f': // Backspace in consoleintr()
221 if(c == '\n' || c == C('D') || input.e == input.r+INPUT_BUF){ in consoleintr()
254 if(c == C('D')){ // EOF in consoleread()
H A Dentry.S2 # the kernel C code, so it can refer to kernel symbols such as main().
H A Drunoff5 LC_CTYPE=C export LC_CTYPE
H A Dbootasm.S5 # Start the first CPU: switch to 32-bit protected mode, jump into C.
H A DREADME7 but is implemented for a modern x86-based multiprocessor using ANSI C.
H A Dgdbutil175 EXPR must evaluate to a descriptor value. It can be of any C type.