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

/ast/src/cmd/std/
H A Dsplit.c145 #define OP_LINES 0 macro
389 if (op->flags == OP_LINES)
405 if (op->flags == OP_ABSOLUTE || op->flags == OP_LINES)
595 op->flags = OP_LINES;
604 op = getop(op ? &op->next : &top, SF_UNBOUND, 1, OP_LINES, 0);
611 getop(&top, size, SF_UNBOUND, OP_LINES, 0);

Completed in 11 milliseconds