Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/grep/
H A Dgrep.c935 char *conptr = NULL, *conptrend = NULL; in grep() local
991 conptrend = conptr - 1; in grep()
1022 if (conptrend >= conptr) in grep()
1023 *conptrend = '\n'; in grep()
1267 ((conptrend >= conptr) ? conptrend - conbuf : 0))) { in grep()
1289 conptrend = conptr + (conptrend - oldconptr); in grep()
1293 (void) memcpy(conptrend + 1, ptr, line_len); in grep()
1294 conptrend += line_len + 1; in grep()
1295 *conptrend = '\n'; in grep()
1302 nextend = conptrend; in grep()
[all …]