Searched refs:isstr (Results 1 – 5 of 5) sorted by relevance
228 #define isstr(n) ((n)->tval & STR) macro
476 if (isstr(vp) == 0) { in get_str_val()489 } else if (isstr(vp)) { in get_str_val()
390 if (!isstr(fldtab[0])) in fldbld()
339 if (isstr(x) /* || x->ctype == OCELL */) { in copycell()1548 else if (isstr(y)) in assign()
2548 uint32_t hashval = 0, limit, isstr; in dtrace_aggregate() local2638 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()