/titanic_50/usr/src/cmd/mandoc/ |
H A D | chars.in | 38 CHAR(" ", ascii_nbrsp, 160) 39 CHAR("~", ascii_nbrsp, 160) 40 CHAR("0", " ", 8194) 41 CHAR("|", "", 0) 42 CHAR("^", "", 0) 43 CHAR("&", "", 0) 44 CHAR("%", "", 0) 45 CHAR(":", ascii_break, 0) 47 CHAR("t", "", 0) 48 CHAR("c", "", 0) [all …]
|
H A D | chars.c | 43 #define CHAR(in, ch, code) \ macro
|
/titanic_50/usr/src/lib/libcmd/common/ |
H A D | stty.c | 101 #define CHAR 4 macro 158 { "intr", CHAR, T_CHAR, SS, VINTR, 'C', C("Send an interrupt signal") }, 159 { "quit", CHAR, T_CHAR, SS, VQUIT, '|', C("Send a quit signal") }, 160 { "erase", CHAR, T_CHAR, SS, VERASE, 'H', C("Erase the last character entered") }, 161 { "kill", CHAR, T_CHAR, NL|SS, VKILL, 'U', C("Erase the current line") }, 162 { "eof", CHAR, T_CHAR, SS, VEOF, 'D', C("Send an end of file") }, 164 { "eol2", CHAR, T_CHAR, US, VEOL2, _POSIX_VDISABLE, C("Alternate character to end the line") }, 167 { "swtch", CHAR, T_CHAR, US, VSWTCH, _POSIX_VDISABLE, C("Switch to a different shell layer") }, 169 { "eol", CHAR, T_CHAR, NL|US, VEOL, _POSIX_VDISABLE, C("End the line") }, 171 { "start", CHAR, T_CHAR, SS, VSTART, 'Q', C("Restart the output after stopping it") }, [all …]
|
/titanic_50/usr/src/cmd/tip/ |
H A D | vars.c | 32 { "escape", CHAR, (READ|WRITE)<<PUBLIC, 36 { "force", CHAR, (READ|WRITE)<<PUBLIC, 46 { "prompt", CHAR, (READ|WRITE)<<PUBLIC, 50 { "raisechar", CHAR, (READ|WRITE)<<PUBLIC,
|
H A D | value.c | 111 case CHAR: in vassign() 220 case CHAR: in vprint()
|
H A D | tip.h | 99 #define CHAR 010 /* character value */ macro
|
/titanic_50/usr/src/cmd/loadkeys/ |
H A D | loadkeys.y | 554 %term TABLENAME INT CHAR CHARSTRING CONSTANT FKEY KEY SAME AS SWAP WITH 562 %type <number> CHARSTRING CHAR INT CONSTANT FKEY TABLENAME 623 | CHAR 674 | CHAR 795 tokentype = CHAR; in yylex() 828 tokentype = CHAR; in yylex() 863 tokentype = CHAR; in yylex() 891 tokentype = CHAR; in yylex() 894 tokentype = CHAR; in yylex()
|
/titanic_50/usr/src/cmd/oawk/ |
H A D | awk.g.y | 55 %left STRING DOT CCL NCCL CHAR 268 CHAR { $$ = op2(CHAR, (NODE *) 0, $1); } 272 | '^' { $$ = op2(CHAR, (NODE *) 0, HAT); } 273 | '$' { $$ = op2(CHAR, (NODE *) 0, (NODE *) 0); }
|
H A D | awk.lx.l | 175 <reg>\\{D}{D}{D} { wsscanf(yytext+1, "%o", &yylval); RETURN(CHAR); } 182 RETURN(CHAR); 186 <reg>. { yylval = yytext[0]; RETURN(CHAR); }
|
H A D | b.c | 52 #define LEAF case CCL: case NCCL: case CHAR: case DOT: 484 case CHAR: in cgotofn() 607 case CHAR: in cgotofn() 734 if (k == CHAR && ns == ne && cs == ce && in cgotofn()
|
/titanic_50/usr/src/cmd/genmsg/ |
H A D | genmsg.y | 56 %token INT, CHAR, INC 187 cast_qstr: '(' CHAR '*' ')' paren_qstr { $$ = $5; } 188 | '(' CONST CHAR '*' ')' paren_qstr { $$ = $6; }
|
H A D | genmsg.l | 171 return (CHAR);
|
/titanic_50/usr/src/cmd/awk/ |
H A D | b.c | 47 #define LEAF case CCL: case NCCL: case CHAR: case DOT: case FINAL: case ALL: 600 case CHAR: in primary() 601 np = op2(CHAR, NIL, (Node *)rlxval); in primary() 622 return (unary(op2(CHAR, NIL, (Node *)HAT))); in primary() 625 return (unary(op2(CHAR, NIL, NIL))); in primary() 654 case CHAR: case DOT: case ALL: case CCL: case NCCL: case '$': case '(': in concat() 731 return (CHAR); in relex() 734 return (CHAR); in relex() 786 if (k == CHAR && c == f->re[p[i]].lval || in cgoto()
|
H A D | awk.g.y | 64 %token <i> FINAL DOT ALL CCL NCCL CHAR OR STAR QUEST PLUS
|
/titanic_50/usr/src/cmd/sgs/lex/common/ |
H A D | parser.y | 61 %token CHAR CCL NCCL STR DELIM SCON ITER NEWE NULLS XSCON ARRAY POINTER 72 %left CHAR CCL NCCL '(' '.' STR NULLS 178 r: CHAR 816 x = CHAR; 926 x = CHAR; 932 x = CHAR; 978 case CHAR:
|
/titanic_50/usr/src/cmd/abi/spectrans/spec2trace/ |
H A D | printfuncs.h | 38 enum { CHAR, SHORT, UNSIGNED_SHORT, INT, UNSIGNED, LONG, UNSIGNED_LONG, enumerator
|
H A D | parseproto.y | 104 %token <stt_val> VOID CHAR SHORT INT LONG 245 | CHAR 655 { "char", CHAR, TS_CHAR }, in lookup_keyword()
|
/titanic_50/usr/src/cmd/ssh/libopenbsd-compat/common/ |
H A D | glob.c | 117 #define CHAR(c) ((Char)((c)&M_ASCII)) macro 452 *bufnext++ = CHAR(c); 456 *bufnext++ = CHAR(c); 476 *bufnext++ = CHAR(c); 919 (void)printf("%c", CHAR(*p));
|
/titanic_50/usr/src/lib/libc/port/print/ |
H A D | doprnt.c | 195 #define CHAR 0x2000 /* hh for char */ macro 870 if (!(flagword & CHAR)) { in _wndoprnt() 874 flagword |= CHAR; in _wndoprnt() 1017 else if (flagword & CHAR) in _wndoprnt() 1141 else if (flagword & CHAR) in _wndoprnt() 1210 else if (flagword & CHAR) in _wndoprnt() 2051 } else if (flagword & CHAR) { in _wndoprnt()
|
/titanic_50/usr/src/cmd/fs.d/ufs/fsdb/ |
H A D | fsdb.c | 133 #define CHAR (sizeof (char)) macro 784 case CHAR: in main() 1001 case CHAR: in main() 2848 case CHAR: in fill() 2864 case CHAR: in fill() 2902 case CHAR: in get() 3268 case CHAR: in put() 3531 if (objsz != CHAR) { in puta() 3568 case CHAR: in puta() 3650 objsz = CHAR; in fprnt() [all …]
|
/titanic_50/usr/src/cmd/egrep/ |
H A D | egrep.y | 47 %token CHAR MCHAR DOT MDOT CCL NCCL MCCL NMCCL OR CAT STAR PLUS QUEST 49 %left CHAR MCHAR DOT CCL NCCL MCCL NMCCL '(' 158 r: CHAR 223 return(CHAR); in yylex() 288 return (CHAR); in yylex()
|
/titanic_50/usr/src/cmd/ul/ |
H A D | ul.c | 55 struct CHAR { struct 60 struct CHAR obuf[LINE_MAX]; argument
|
/titanic_50/usr/src/psm/stand/bootblks/zfs/common/ |
H A D | zfs.fth | 218 swap CHAR+ swap ( dest dest_end s_end s_buf++ token ) 231 dup c@ swap CHAR+ ( dest dest_end token s_end s s_buf++ ) 341 CHAR+ swap ( dest_end s_buf length ref++ op ) 342 dup r> swap c! CHAR+ swap ( dest_end s_buf length op ref ) 344 CHAR+ swap ( dest_end s_buf length ref++ op ) 345 dup r> swap c! CHAR+ swap ( dest_end s_buf length op ref ) 347 CHAR+ swap ( dest_end s_buf length ref++ op ) 348 dup r> swap c! CHAR+ swap ( dest_end s_buf length op ref ) 350 CHAR+ swap ( dest_end s_buf length ref++ op ) 351 dup r> swap c! CHAR+ swap ( dest_end s_buf length op ref )
|
/titanic_50/usr/src/cmd/bnu/ |
H A D | uustat.c | 46 #define CHAR "a" macro
|