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.c991 conptrend = conptr - 1; in grep()
1023 *conptrend = '\n'; in grep()
1267 ((conptrend >= conptr) ? conptrend - conbuf : 0))) { in grep()
1289 conptrend = conptr + (conptrend - oldconptr); in grep()
1294 conptrend += line_len + 1; in grep()
1295 *conptrend = '\n'; in grep()
1302 nextend = conptrend; in grep()
1356 matchptr = conptrend; in grep()
1387 conptrend = nextend; in grep()
1512 matchptr = conptrend; in grep()
[all …]