Searched defs:getop (Results 1 - 4 of 4) sorted by relevance
/ast/src/cmd/std/ |
H A D | split.c | 176 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/dsslib/stats/ |
H A D | stats.c | 145 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;
|
/ast/src/cmd/ksh93/sh/ |
H A D | streval.c | 97 # 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/nmake/ |
H A D | option.c | 1745 getop(register Sfio_t* sp, char* name, int setting) function
|
Completed in 19 milliseconds