Searched refs:r_x (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/lib/libcmd/common/ |
H A D | grep.c | 324 record_handle *r_x = (record_handle *)handle; in record() local 325 State_s *state = r_x->state; in record() 326 Item_t *item = r_x->item; in record() 496 record_handle r_x = { state, x }; in execute() local 497 …&x->re, span, t - span, state->posnum, state->pos, state->options, '\n', (void*)&r_x, record)) < 0) in execute() 524 record_handle r_x = { state, x }; in execute() local 525 …rexec(&x->re, s, t - s, state->posnum, state->pos, state->options, '\n', (void*)&r_x, record)) < 0) in execute()
|