Home
last modified time | relevance | path

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

/freebsd/contrib/one-true-awk/
H A Dawk.h228 #define isstr(n) ((n)->tval & STR) macro
H A Dtran.c474 if (isstr(vp) == 0) { in get_str_val()
487 } else if (isstr(vp)) { in get_str_val()
H A Dlib.c388 if (!isstr(fldtab[0])) in fldbld()
H A Drun.c338 if (isstr(x) /* || x->ctype == OCELL */) { in copycell()
1551 else if (isstr(y)) in assign()
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c2547 uint32_t hashval = 0, limit, isstr; in dtrace_aggregate() local
2637 isstr = DTRACEACT_ISSTRING(act); in dtrace_aggregate()
2644 if (isstr && data[i] == '\0') in dtrace_aggregate()
2675 isstr = DTRACEACT_ISSTRING(act); in dtrace_aggregate()
2681 if (isstr && data[i] == '\0') in dtrace_aggregate()