Searched defs:type_of (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dsymtab.c677 * type_of -- return (just the type, with the %s removed. This is the common
681 type_of(ENTRY *e) function
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk3.c40 static int type_of(NODE *np);
145 flags |= type_of(np);
344 np->n_flags = type_of(np);
1253 (isstring(left->n_flags) && (type_of(left)&FVREAL))) {
1261 (isstring(right->n_flags) && (type_of(right)&FVREAL))) {
1402 tl = type_of(left);
1404 tr = type_of(right);
1460 type_of(NODE *np) function

Completed in 76 milliseconds