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

/ast/src/cmd/re/
H A Dgrep.c169 unsigned char byline; /* multiple pattern line by line*/ member in struct:State_s
226 state.byline = 1;
231 if (!state.byline && (state.number || !state.label || !regrecord(&x->re)))
232 state.byline = 1;
367 if (state.byline)
541 if (state.byline && !state.label)
/ast/src/cmd/kshlib/cmdtst/
H A Dgrep.c193 unsigned char byline; /* multiple pattern line by line*/ member in struct:State_s
323 state->byline = 1;
396 state->byline = 1;
480 if (state->byline)
781 state.byline = 1;

Completed in 19 milliseconds