Searched refs:T_CHAR (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libpp/common/
H A Dppkey.c41 "char", T_CHAR,
H A Dppkey.h47 #define T_CHAR (T_TOKEN+3) macro
/osnet-11/usr/src/lib/libcmd/common/
H A Dstty.c97 #define T_CHAR 7 macro
160 { "intr", CHAR, T_CHAR, SS, VINTR, 'C', C("Send an interrupt signal") },
161 { "quit", CHAR, T_CHAR, SS, VQUIT, '|', C("Send a quit signal") },
162 { "erase", CHAR, T_CHAR, SS, VERASE, 'H', C("Erase the last character entered") },
163 { "kill", CHAR, T_CHAR, NL|SS, VKILL, 'U', C("Erase the current line") },
164 { "eof", CHAR, T_CHAR, SS, VEOF, 'D', C("Send an end of file") },
166 { "eol2", CHAR, T_CHAR, US, VEOL2, _POSIX_VDISABLE, C("Alternate character to end the line") },
169 { "swtch", CHAR, T_CHAR, US, VSWTCH, _POSIX_VDISABLE, C("Switch to a different shell layer") },
171 { "eol", CHAR, T_CHAR, NL|US, VEOL, _POSIX_VDISABLE, C("End the line") },
173 { "start", CHAR, T_CHAR, S
[all...]
/osnet-11/usr/src/cmd/ast/msgcc/
H A Dmsgcpp.c99 "char", T_CHAR,
255 if ((c = pplex()) == '(' && (c = pplex()) == T_INT && (c = pplex()) == T_ID && (c = pplex()) == ',' && (c = pplex()) == T_CHAR && (c = pplex()) == '*')
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/XS/Typemap/
H A DTypemap.pm58 T_CHAR

Completed in 35 milliseconds