Home
last modified time | relevance | path

Searched refs:endOfLine (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dlexer.c111 endOfLine(); in Lexer()
116 void Lexer::endOfLine() in endOfLine() function
284 endOfLine(); in scan()
289 endOfLine(); in scan()
473 endOfLine(); in scan()
480 endOfLine(); in scan()
495 endOfLine(); in scan()
562 endOfLine(); in scan()
571 endOfLine(); in scan()
606 endOfLine(); in scan()
[all …]
H A Dlexer.h74 void endOfLine();
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dlexer.d145 endOfLine(); in this()
294 endOfLine(); in scan()
297 t.value = TOK.endOfLine; in scan()
313 endOfLine(); in scan()
316 t.value = TOK.endOfLine; in scan()
583 endOfLine(); in scan()
589 endOfLine(); in scan()
603 endOfLine(); in scan()
675 endOfLine(); in scan()
687 endOfLine(); in scan()
[all …]
H A Dtokens.h257 endOfLine, // \n, \r, \u2028, \u2029 enumerator
H A Dtokens.d248 endOfLine, // \n, \r, \u2028, \u2029 enumerator
855 TOK.endOfLine: "\\n",
H A Dcparse.d4869 if (n.value != TOK.endOfLine) in pragmaDirective()
4889 if (n.value != TOK.endOfLine) in pragmaPack()
4900 if (n.value != TOK.endOfLine) in pragmaPack()
5028 if (n.value != TOK.endOfLine) in pragmaPack()
/netbsd-src/external/bsd/elftosb/dist/bdfiles/
H A Dcomplex.bd139 load 0.w > (elffile:endOfLine)..(elffile:endOfLine + sizeof(elffile:endOfLine));
163 jump :endOfLine(2);
200 jump :endOfLine(3);
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/
H A Dbacktracking.d442 && endOfLine(back, front == '\n')) in matchImpl()
460 if (atEnd || (endOfLine(front, s.loopBack(index).nextChar(back,bi) in matchImpl()
1382 && endOfLine(back, front == '\n'))) in ctAtomCode()
1407 if (atEnd || (endOfLine(front, s.loopBack(index).nextChar(back,bi) in ctAtomCode()
H A Dir.d917 bool endOfLine()(dchar front, bool seenCr) in endOfLine() function
H A Dthompson.d229 if (atEnd || (endOfLine(front, s.loopBack(index).nextChar(back, bi) in with()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
H A Dbacktracking.d414 && endOfLine(back, front == '\n')) in BacktrackingMatcher()
432 if (atEnd || (endOfLine(front, s.loopBack(index).nextChar(back,bi) in BacktrackingMatcher()
1358 && endOfLine(back, front == '\n')))
1383 if (atEnd || (endOfLine(front, s.loopBack(index).nextChar(back,bi)
H A Dir.d723 bool endOfLine()(dchar front, bool seenCr) in endOfLine() function
H A Dthompson.d229 if (atEnd || (endOfLine(front, s.loopBack(index).nextChar(back, bi) in with()