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

/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
511 switch(op=getop(c))
/ast/src/cmd/std/
H A Dsplit.c176 getop(struct op** prev, Sfoff_t size, size_t repeat, int flags, int re) function
206 if (op = getop(prev, 0, 1, *cp == '/' ? OP_SEARCH : OP_SKIP, 1))
600 op = getop(op ? &op->next : &top, size, 1, OP_ABSOLUTE, 0);
604 op = getop(op ? &op->next : &top, SF_UNBOUND, 1, OP_LINES, 0);
611 getop(&top, size, SF_UNBOUND, OP_LINES, 0);
/ast/src/cmd/nmake/
H A Dvariable.c203 getop(internal.val, s, c);
H A Dmake.h966 extern void getop(Sfio_t*, char*, int);
H A Dexpand.c1417 getop(tmp, "recurse", 0);
/ast/src/cmd/dsslib/stats/
H A Dstats.c145 getop(Cx_t* cx, Cxinstruction_t* pc, Cxoperand_t* r, Cxoperand_t* a, Cxoperand_t* b, void* data, Cxdisc_t* disc) function
504 state->print->getf = getop;

Completed in 27 milliseconds