Home
last modified time | relevance | path

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

/titanic_51/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
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dstreval.c97 # define getop(c) (((c) >= sizeof(strval_states))? \ macro
101 # define getop(c) (isdigit(c)?A_DIG:((c==' '||c=='\t'||c=='\n'||c=='"')?0: \ macro