Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/awk/
H A Dawk.h236 #define isstr(n) ((n)->tval & STR) macro
/titanic_50/usr/src/cmd/oawk/
H A Dawk.def149 #define isstr(n) (n->tval & STR)
/titanic_50/usr/src/uts/common/dtrace/
H A Ddtrace.c2299 uint32_t hashval = 0, limit, isstr; in dtrace_aggregate() local
2389 isstr = DTRACEACT_ISSTRING(act); in dtrace_aggregate()
2396 if (isstr && data[i] == '\0') in dtrace_aggregate()
2427 isstr = DTRACEACT_ISSTRING(act); in dtrace_aggregate()
2433 if (isstr && data[i] == '\0') in dtrace_aggregate()