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

/opensolaris-onvv-gate/usr/src/lib/libpp/common/
H A Dppkey.c41 "char", T_CHAR,
H A Dppkey.h47 #define T_CHAR (T_TOKEN+3) macro
/opensolaris-onvv-gate/usr/src/lib/libcmd/common/
H A Dstty.c95 #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, S
[all...]
/opensolaris-onvv-gate/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()) == '*')
/opensolaris-onvv-gate/usr/src/head/
H A Dsyms.h96 #define T_CHAR 2 /* character */ macro
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/XS/Typemap/
H A DTypemap.pm58 T_CHAR

Completed in 107 milliseconds