Searched refs:INTEGER (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libeti/form/common/
H A Dty_int.c60 } INTEGER; typedef in typeref:struct:__anon3220
82 INTEGER * n;
84 if (Alloc(n, INTEGER)) {
95 INTEGER *n;
97 if (Alloc(n, INTEGER))
98 *n = *((INTEGER *) arg);
111 INTEGER * n = (INTEGER *) arg;
/illumos-gate/usr/src/tools/ndrgen/
H A Dndr_parse.y48 %token IDENTIFIER INTEGER STRING
118 | SIZE_IS_KW LP arg operator INTEGER RP
123 | LENGTH_IS_KW LP arg operator INTEGER RP
128 | SWITCH_IS_KW LP arg operator INTEGER RP
146 | INTEGER
180 | decl3 LB INTEGER RB ={ $$ = n_cons (LB, $1, $3); }
H A Dndr_print.c74 case INTEGER: nm = "<intg>"; break;
145 case INTEGER:
231 if (arg->label == INTEGER) {
H A Dndr_gen.c227 if (np->label != IDENTIFIER && np->label != INTEGER)
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dderparse.h51 #define INTEGER 0x02 /* 2: Arbitrary precision integer */ macro
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.h69 #define INTEGER 0 macro
H A Ddevfsadm_impl.h129 #define INTEGER 0 macro
H A Ddevfsadm.c4844 devfs_path, index, "0", INTEGER, buf, 0));
4852 devfs_path, index, "0", INTEGER, buf, 1));
4864 devfs_path, index, start, INTEGER, buf, 0));
5287 * create the next lowest ID. In the INTEGER case, return the next
5336 if (type == INTEGER) {
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dparse.y171 signed(A) ::= INTEGER(X). { A = atoi(X.z); }
172 signed(A) ::= PLUS INTEGER(X). { A = atoi(X.z); }
173 signed(A) ::= MINUS INTEGER(X). { A = -atoi(X.z); }
180 carg ::= DEFAULT INTEGER(X). {sqliteAddDefaultValue(pParse,&X,0);}
181 carg ::= DEFAULT PLUS INTEGER(X). {sqliteAddDefaultValue(pParse,&X,0);}
182 carg ::= DEFAULT MINUS INTEGER(X). {sqliteAddDefaultValue(pParse,&X,1);}
554 expr(A) ::= INTEGER(X). {A = sqliteExpr(TK_INTEGER, 0, 0, &X);}
788 number(A) ::= INTEGER(X). {A = X;}
/illumos-gate/usr/src/uts/sun4v/os/
H A Dfillsysinfo.c280 enum eu_type { INTEGER, FPU } etype; enumerator in enum:eu_type
316 etype = INTEGER;
347 case INTEGER:
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dparseproto.y97 %token <s_val> INTEGER
602 : INTEGER
824 return (INTEGER);

Completed in 99 milliseconds