Searched defs:endOfLine (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | lexer.c | 116 void Lexer::endOfLine() in endOfLine() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/ |
H A D | ir.d | 723 bool endOfLine()(dchar front, bool seenCr) in endOfLine() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | tokens.d | 248 endOfLine, // \n, \r, \u2028, \u2029 enumerator
|
H A D | lexer.d | 2973 private void endOfLine() pure @nogc @safe in endOfLine() function
|
H A D | tokens.h | 257 endOfLine, // \n, \r, \u2028, \u2029 enumerator
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/ |
H A D | ir.d | 917 bool endOfLine()(dchar front, bool seenCr) in endOfLine() function
|