Searched defs:getop (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dstreval.c95 # define getop(c) (((c) >= sizeof(strval_states))? \ macro
99 # define getop(c) (isdigit(c)?A_DIG:((c==' '||c=='\t'||c=='\n'||c=='"')?0: \ macro
434 switch(op=getop(c))

Completed in 46 milliseconds