Home
last modified time | relevance | path

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

/external/lua/src/
Dllex.c36 #define currIsNewline(ls) (ls->current == '\n' || ls->current == '\r') macro
155 lua_assert(currIsNewline(ls)); in inclinenumber()
157 if (currIsNewline(ls) && ls->current != old) in inclinenumber()
279 if (currIsNewline(ls)) /* string starts with a newline? */ in read_long_string()
411 if (currIsNewline(ls)) inclinenumber(ls); in read_string()
468 while (!currIsNewline(ls) && ls->current != EOZ) in llex()