Home
last modified time | relevance | path

Searched refs:postmatch (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/grep/
H A Dgrep.c981 char *postmatch = NULL; /* -o, character after match */ in grep() local
1209 postmatch = ptr + rm.rm_eo; in grep()
1358 matchptr = postmatch - 1; in grep()
1365 if (pp != NULL && oflag && postmatch == NULL) { in grep()
1415 prntptrend = postmatch - 1; in grep()
1529 if (oflag && postmatch != NULL) { in grep()
1530 line_len = postmatch - 1 - ptr; in grep()
1531 ptr = postmatch; in grep()