Home
last modified time | relevance | path

Searched refs:CHAR (Results 1 – 24 of 24) sorted by relevance

/titanic_50/usr/src/cmd/mandoc/
H A Dchars.in38 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 Dchars.c43 #define CHAR(in, ch, code) \ macro
/titanic_50/usr/src/lib/libcmd/common/
H A Dstty.c101 #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 Dvars.c32 { "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 Dvalue.c111 case CHAR: in vassign()
220 case CHAR: in vprint()
H A Dtip.h99 #define CHAR 010 /* character value */ macro
/titanic_50/usr/src/cmd/loadkeys/
H A Dloadkeys.y554 %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 Dawk.g.y55 %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 Dawk.lx.l175 <reg>\\{D}{D}{D} { wsscanf(yytext+1, "%o", &yylval); RETURN(CHAR); }
182 RETURN(CHAR);
186 <reg>. { yylval = yytext[0]; RETURN(CHAR); }
H A Db.c52 #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 Dgenmsg.y56 %token INT, CHAR, INC
187 cast_qstr: '(' CHAR '*' ')' paren_qstr { $$ = $5; }
188 | '(' CONST CHAR '*' ')' paren_qstr { $$ = $6; }
H A Dgenmsg.l171 return (CHAR);
/titanic_50/usr/src/cmd/awk/
H A Db.c47 #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 Dawk.g.y64 %token <i> FINAL DOT ALL CCL NCCL CHAR OR STAR QUEST PLUS
/titanic_50/usr/src/cmd/sgs/lex/common/
H A Dparser.y61 %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 Dprintfuncs.h38 enum { CHAR, SHORT, UNSIGNED_SHORT, INT, UNSIGNED, LONG, UNSIGNED_LONG, enumerator
H A Dparseproto.y104 %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 Dglob.c117 #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 Ddoprnt.c195 #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 Dfsdb.c133 #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 Degrep.y47 %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 Dul.c55 struct CHAR { struct
60 struct CHAR obuf[LINE_MAX]; argument
/titanic_50/usr/src/psm/stand/bootblks/zfs/common/
H A Dzfs.fth218 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 Duustat.c46 #define CHAR "a" macro