Home
last modified time | relevance | path

Searched refs:isstr (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/awk/
H A Dawk.h236 #define isstr(n) ((n)->tval & STR) macro
/titanic_41/usr/src/cmd/oawk/
H A Dawk.def149 #define isstr(n) (n->tval & STR)
/titanic_41/usr/src/uts/common/dtrace/
H A Ddtrace.c2265 uint32_t hashval = 0, limit, isstr; in dtrace_aggregate() local
2355 isstr = DTRACEACT_ISSTRING(act); in dtrace_aggregate()
2362 if (isstr && data[i] == '\0') in dtrace_aggregate()
2393 isstr = DTRACEACT_ISSTRING(act); in dtrace_aggregate()
2399 if (isstr && data[i] == '\0') in dtrace_aggregate()