Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/grep/
H A Dgrep.c1031 ptrend = ptr + data_len; in grep()
1044 if (ptrend == NULL) { in grep()
1121 line_len = ptrend - ptr; in grep()
1124 if (bline > ptrend) { in grep()
1137 *ptrend = '\0'; in grep()
1138 line_len = ptrend - ptr; in grep()
1169 *ptrend = '\0'; in grep()
1170 line_len = ptrend - ptr; in grep()
1360 matchptr = ptrend; in grep()
1394 *ptrend = '\n'; in grep()
[all …]
/illumos-gate/usr/src/ucbcmd/sed/
H A Dsed0.c39 union reptr *ptrend; variable
91 ptrend = &ptrspace[PTRSIZE]; in main()
255 if(++rep >= ptrend) in fcomp()
560 if(++rep >= ptrend) in fcomp()