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
153 lua_assert(currIsNewline(ls)); in inclinenumber()
155 if (currIsNewline(ls) && ls->current != old) in inclinenumber()
267 if (currIsNewline(ls)) /* string starts with a newline? */ in read_long_string()
399 if (currIsNewline(ls)) inclinenumber(ls); in read_string()
456 while (!currIsNewline(ls) && ls->current != EOZ) in llex()