Home
last modified time | relevance | path

Searched refs:type_of (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dsymtab.h98 extern char *type_of(ENTRY *);
H A Dtrace.c791 (q = de_const(type_of(symtab_get_function())))); in collect_prototype()
828 q = de_const(type_of(symtab_get_last_arg()))); in collect_prototype()
H A Dsymtab.c679 type_of(ENTRY *e) in type_of() function
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk3.c38 static int type_of(NODE *np);
143 flags |= type_of(np); in strassign()
342 np->n_flags = type_of(np); in stringnode()
1250 (isstring(left->n_flags) && (type_of(left)&FVREAL))) { in arithmetic()
1258 (isstring(right->n_flags) && (type_of(right)&FVREAL))) { in arithmetic()
1399 tl = type_of(left); in comparison()
1401 tr = type_of(right); in comparison()
1457 type_of(NODE *np) in type_of() function