Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/abi/spectrans/spec2trace/
H A Dsymtab.h101 extern char *type_of(ENTRY *);
H A Dtrace.c793 (q = de_const(type_of(symtab_get_function())))); in collect_prototype()
830 q = de_const(type_of(symtab_get_last_arg()))); in collect_prototype()
H A Dsymtab.c681 type_of(ENTRY *e) in type_of() function
/titanic_50/usr/src/cmd/awk_xpg4/
H A Dawk3.c40 static int type_of(NODE *np);
145 flags |= type_of(np); in strassign()
344 np->n_flags = type_of(np); in stringnode()
1253 (isstring(left->n_flags) && (type_of(left)&FVREAL))) { in arithmetic()
1261 (isstring(right->n_flags) && (type_of(right)&FVREAL))) { in arithmetic()
1402 tl = type_of(left); in comparison()
1404 tr = type_of(right); in comparison()
1460 type_of(NODE *np) in type_of() function