Lines Matching refs:NL
174 #define NL '\n' macro
408 if (*(*me - 1) != NL) in fixloc()
409 while (**me != NL) in fixloc()
414 if (*mb == *me - 1 && **mb == NL) { in fixloc()
420 if (**mb == NL) in fixloc()
422 if (*(*me - 1) == NL) in fixloc()
435 for (f = *me - 1; *f != NL; f++) { in grepmatch()
438 for (s = *mb; *s != NL; s--) { in grepmatch()
540 case Dot: return ((BOOL)(a != NL)); in match()
968 case '^': case '$': toktype = Literal; toklit = NL; break; in lex()
1019 CCL_SET(tab, pat->cmap[NL]); in ccl()
1646 *buffer++ = NL; /* New line precedes buffer to prevent runover */ in egrep()
1689 if (*current.newline != NL) { in execute()
1698 while (*--current.newline != NL) { in execute()
1854 *bufend = NL; /* Sentinel new-line character */ in fgetfile()
1862 while (*s++ != NL) { in get_line()
1873 while (*--s != NL) { in get_ncount()
1877 (p = (uchar_t *)memchr((char *)p, NL, s - p)) != NULL) { in get_ncount()