Searched refs:eolbyte (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/gnu/usr.bin/grep/
H A Dgrep.h44 extern unsigned char eolbyte; /* -z */
H A Dsearch.c173 dfasyntax (RE_SYNTAX_GREP | RE_HAT_LISTS_NOT_NEWLINE, match_icase, eolbyte);
252 dfasyntax (RE_SYNTAX_AWK, match_icase, eolbyte);
257 dfasyntax (RE_SYNTAX_POSIX_EGREP, match_icase, eolbyte);
328 char eol = eolbyte;
893 char eol = eolbyte;
1184 if (eolbyte != '\n')
1267 char eol = eolbyte;
H A Dgrep.c171 unsigned char eolbyte; variable
296 bufbeg[-1] = eolbyte;
403 bufbeg[-1] = eolbyte;
563 for (beg = lastnl; beg != lim; beg = memchr (beg, eolbyte, lim - beg), beg++)
671 char const *nl = memchr (lastout, eolbyte, lim - lastout);
690 char eol = eolbyte;
811 char eol = eolbyte;
1407 eolbyte = '\n';
1650 eolbyte = '\0';
H A Ddfa.c293 static unsigned char eolbyte; variable
302 eolbyte = eol;
970 clrbit(eolbyte, ccl);
1085 clrbit(eolbyte, ccl);
1966 setbit(eolbyte, newline);
2004 clrbit(eolbyte, matches);
2115 trans[eolbyte] = state_newline;
2176 if (tstbit(eolbyte, labels[i]))
2208 if (c == eolbyte)
2295 trans[eolbyte]
[all...]

Completed in 124 milliseconds