Searched refs:posnum (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/lib/libcmd/common/ |
H A D | grep.c | 152 int posnum; /* number of match positions */ member 391 if (!(result = regnexec(&x->re, s, len, state->posnum, state->pos, 0))) in execute() 497 …if ((result = regrexec(&x->re, span, t - span, state->posnum, state->pos, state->options, '\n', (v… in execute() 525 …if ((result = regrexec(&x->re, s, t - s, state->posnum, state->pos, state->options, '\n', (void*)&… in execute() 802 state.posnum = elementsof(state.posvec); in grep_main()
|