Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dexpr.c122 #define T_STR 2 macro
227 np->type = T_STR; in getnode()
260 np->type = T_STR; in getnode()
274 np->type = T_STR; in getnode()
306 if (np->type&T_STR) in expr_cond()
318 np->type = T_STR; in expr_cond()
338 np->type = T_STR; in expr_cond()
409 if (np->type&T_STR) in expr_cmp()
413 if (rp.type&T_STR) in expr_cmp()
527 if (node.type&T_STR) in b_expr()