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.c476 if (isstr(vp) == 0) { in get_str_val()
489 } else if (isstr(vp)) { in get_str_val()
H A Dlib.c390 if (!isstr(fldtab[0])) in fldbld()
H A Drun.c339 if (isstr(x) /* || x->ctype == OCELL */) { in copycell()
1548 else if (isstr(y)) in assign()
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c2548 uint32_t hashval = 0, limit, isstr; in dtrace_aggregate() local
2638 isstr = DTRACEACT_ISSTRING(act); in dtrace_aggregate()
2645 if (isstr && data[i] == '\0') in dtrace_aggregate()
2676 isstr = DTRACEACT_ISSTRING(act); in dtrace_aggregate()
2682 if (isstr && data[i] == '\0') in dtrace_aggregate()