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

/macosx-10.9.5/ksh-20/ksh/src/lib/libcmd/
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...]
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/asm/
H A DOpcodes.java83 int T_CHAR = 5; field in interface:Opcodes
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Dcoffgrok.h22 #define T_CHAR 2 /* character */ macro
H A Dcoffdump.c188 case T_CHAR:
H A Dcoffgrok.c346 case T_CHAR:
H A Drdcoff.c262 case T_CHAR:
H A Dsrconv.c653 case T_CHAR:
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/coff/
H A Dinternal.h430 #define T_CHAR 2 /* character */ macro
/macosx-10.9.5/swig-10/Source/Modules/
H A Duffi.cxx91 if (SwigType_type(type) == T_CHAR) {
H A Dmzscheme.cxx618 if ((SwigType_type(type) == T_CHAR) && (is_a_pointer(type) == 1)) {
623 if ((SwigType_type(type) == T_CHAR) && (is_a_pointer(type) == 0)) {
640 } else if (SwigType_type(type) == T_CHAR) {
H A Dclisp.cxx354 if (SwigType_type(type) == T_CHAR) {
H A Docaml.cxx912 if ((SwigType_type(type) == T_CHAR) && (is_a_pointer(type) == 1)) {
918 if ((SwigType_type(type) == T_CHAR) && (is_a_pointer(type) == 0)) {
929 } else if (SwigType_type(type) == T_CHAR) {
H A Dcffi.cxx1017 } else if (SwigType_type(type) == T_CHAR) {
H A Dchicken.cxx874 } else if (SwigType_type(nctype) == T_CHAR) {
H A Dguile.cxx1393 } else if (SwigType_type(nctype) == T_CHAR) {
H A Dallegrocl.cxx1032 } else if (SwigType_type(type) == T_CHAR) {
2809 } else if (SwigType_type(const_type) == T_CHAR) {
H A Dphp.cxx1251 case T_CHAR:
H A Dcsharp.cxx1346 } else if (SwigType_type(t) == T_CHAR) {
H A Djava.cxx1391 } else if (SwigType_type(t) == T_CHAR) {
/macosx-10.9.5/swig-10/Source/CParse/
H A Dcscanner.c565 yylval.type = NewSwigType(T_CHAR);
H A Dparser.y188 if (t <= T_UCHAR || t == T_CHAR) return T_INT;
5352 } else if ($$.type != T_CHAR) {
5411 if ($3.type == T_CHAR) {
5412 SwigType *type = NewSwigType(T_CHAR);
5433 ($$.type != T_CHAR)) {
5436 if ($$.type == T_CHAR) $$.type = T_INT;
5480 $$.type = T_CHAR;
H A Dparser.c502 if (t <= T_UCHAR || t == T_CHAR) return T_INT;
9147 } else if ((yyval.dtype).type != T_CHAR) {
9212 if ((yyvsp[(3) - (3)].dtype).type == T_CHAR) {
9213 SwigType *type = NewSwigType(T_CHAR);
9240 ((yyval.dtype).type != T_CHAR)) {
9243 if ((yyval.dtype).type == T_CHAR) (yyval.dtype).type = T_INT;
9309 (yyval.dtype).type = T_CHAR;
/macosx-10.9.5/swig-10/Source/Swig/
H A Dswig.h81 #define T_CHAR 29 macro
H A Dtypesys.c1196 if (SwigType_type(c + 2) == T_CHAR)
1233 return T_CHAR;
H A Dstype.c120 case T_CHAR:

Completed in 690 milliseconds