Home
last modified time | relevance | path

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

/external/one-true-awk/
Dawk.h216 #define isstr(n) ((n)->tval & STR) macro
Dtran.c483 if (isstr(vp) == 0) { in get_str_val()
496 } else if (isstr(vp)) { in get_str_val()
Dlib.c327 if (!isstr(fldtab[0])) in fldbld()
Drun.c337 if (isstr(x) /* || x->ctype == OCELL */) { in copycell()
1138 else if (isstr(y)) in assign()