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

/macosx-10.9.5/sudo-72/src/
H A Ddefaults.h65 * Also, T_INT, T_FLOAT or T_STR may be ANDed with T_BOOL to indicate that
68 #undef T_INT macro
69 #define T_INT 0x001 macro
H A Ddef_data.c254 "closefrom", T_INT,
H A Ddef_data.in188 T_INT
H A Ddefaults.c148 case T_INT:
271 case T_INT:
/macosx-10.9.5/swig-10/Lib/pike/
H A Dpike.swg38 if ($input.type != T_INT)
87 if ($input.type != T_INT)
203 if ($input.type != T_INT)
225 $1 = ($input.type == T_INT) ? 1 : 0;
232 $1 = (($input.type == T_FLOAT) || ($input.type == T_INT)) ? 1 : 0;
236 $1 = ($input.type == T_INT) ? 1 : 0;
/macosx-10.9.5/Libc-997.90.3/stdio/FreeBSD/
H A Dprintf-pos.c62 T_UNUSED, TP_SHORT, T_INT, T_U_INT, TP_INT, enumerator in enum:typeid
159 types->table[types->nextarg++] = T_INT;
202 if (addtype(types, T_INT))
207 if (addtype(types, T_INT))
228 if (addtype(types, T_INT))
233 if (addtype(types, T_INT))
349 (flags & LONGINT) ? T_WINT : ((flags & VECTOR) ? T_VECTOR : T_INT));
351 (flags & LONGINT) ? T_WINT : T_INT);
570 (flags & LONGINT) ? T_WINT : T_INT);
718 case T_INT
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Modules/objc/
H A DObjCPointer.m70 T_INT,
H A Dobjc-class.m1112 T_INT,
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Modules/objc/
H A DObjCPointer.m70 T_INT,
H A Dobjc-class.m1427 T_INT,
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/asm/
H A DOpcodes.java88 int T_INT = 10; field in interface:Opcodes
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Dcoffgrok.h24 #define T_INT 4 /* integer */ macro
H A Drdcoff.c191 T_INT,
272 case T_INT:
H A Dcoffdump.c194 case T_INT:
H A Dcoffgrok.c354 case T_INT:
H A Dsrconv.c660 case T_INT:
/macosx-10.9.5/swig-10/Source/CParse/
H A Dcscanner.c529 yylval.dtype.type = T_INT;
553 yylval.type = NewSwigType(T_INT);
585 yylval.type = NewSwigType(T_INT);
H A Dparser.y188 if (t <= T_UCHAR || t == T_CHAR) return T_INT;
4647 $$.type = T_INT;
4663 $$.type = T_INT;
5400 SwigType *type = NewSwigType(T_INT);
5417 SwigType *type = NewSwigType(T_INT);
5429 if (($$.type != T_INT) && ($$.type != T_UINT) &&
5436 if ($$.type == T_CHAR) $$.type = T_INT;
5446 $$.type = T_INT;
5594 $$.type = T_INT;
5598 $$.type = T_INT;
[all...]
H A Dparser.c502 if (t <= T_UCHAR || t == T_CHAR) return T_INT;
8146 (yyval.dtype).type = T_INT;
8170 (yyval.dtype).type = T_INT;
9197 SwigType *type = NewSwigType(T_INT);
9218 SwigType *type = NewSwigType(T_INT);
9236 if (((yyval.dtype).type != T_INT) && ((yyval.dtype).type != T_UINT) &&
9243 if ((yyval.dtype).type == T_CHAR) (yyval.dtype).type = T_INT;
9257 (yyval.dtype).type = T_INT;
9514 (yyval.dtype).type = T_INT;
9522 (yyval.dtype).type = T_INT;
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/coff/
H A Dinternal.h432 #define T_INT 4 /* integer */ macro
/macosx-10.9.5/swig-10/Source/Swig/
H A Dswig.h64 #define T_INT 7 macro
H A Dtypesys.c1219 return T_INT;
1259 return T_INT;
H A Dstype.c93 case T_INT:
/macosx-10.9.5/swig-10/Source/Modules/
H A Dcffi.cxx1028 } else if (SwigType_type(type) == T_INT || SwigType_type(type) == T_UINT) {
1029 // Printf(stderr, "Is a T_INT or T_UINT %s, before replaceall\n", s);
H A Dphp.cxx1254 case T_INT:

Completed in 501 milliseconds