Searched refs:postmatch (Results 1 – 1 of 1) sorted by relevance
981 char *postmatch = NULL; /* -o, character after match */ in grep() local1209 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()