Searched refs:T_CHAR (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/cmd/localedef/ |
H A D | parser.y | 134 %token <wc> T_CHAR 151 charlist : charlist T_CHAR 155 | T_CHAR 166 setting : T_COM_CHAR T_CHAR T_NL 170 | T_ESC_CHAR T_CHAR T_NL 231 charmap_entry : T_SYMBOL T_CHAR 236 | T_SYMBOL T_ELLIPSIS T_SYMBOL T_CHAR 248 width_entry : T_CHAR T_NUMBER T_NL 256 | T_CHAR T_ELLIPSIS T_CHAR T_NUMBER T_NL 265 | T_CHAR T_ELLIPSIS T_SYMBOL T_NUMBER T_NL [all …]
|
H A D | scanner.c | 482 return (T_CHAR); in get_wide() 541 return (T_CHAR); in get_symbol() 627 return (T_CHAR); in consume_token() 674 return (T_CHAR); in yylex() 691 return (T_CHAR); in yylex()
|
H A D | collate.c | 574 case T_CHAR: in end_order() 661 if ((lastorder == T_ELLIPSIS) && (type != T_CHAR)) { in start_order() 690 start_order(T_CHAR); in start_order_char() 750 if (lastorder != T_CHAR) { in start_order_ellipsis()
|
/titanic_41/usr/src/lib/libcmd/common/ |
H A D | stty.c | 95 #define T_CHAR 7 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_41/usr/src/cmd/ast/msgcc/ |
H A D | msgcpp.c | 99 "char", T_CHAR, 255 …INT && (c = pplex()) == T_ID && (c = pplex()) == ',' && (c = pplex()) == T_CHAR && (c = pplex()) =… in main()
|
/titanic_41/usr/src/lib/libpp/common/ |
H A D | ppkey.c | 41 "char", T_CHAR,
|
H A D | ppkey.h | 47 #define T_CHAR (T_TOKEN+3) macro
|
/titanic_41/usr/src/head/ |
H A D | syms.h | 96 #define T_CHAR 2 /* character */ macro
|