Home | History | Annotate | Download | only in Parser

Lines Matching defs:newl

675     const char *newl[2] = {NULL, NULL};
698 newl[lineno] = s;
706 if (newl[0]) {
707 if (!check_coding_spec(str, newl[0] - str, tok, buf_setreadl))
709 if (tok->enc == NULL && !tok->read_coding_spec && newl[1]) {
710 if (!check_coding_spec(newl[0]+1, newl[1] - newl[0],