Searched refs:currIsNewline (Results 1 – 2 of 2) sorted by relevance
36 #define currIsNewline(ls) (ls->current == '\n' || ls->current == '\r') macro158 lua_assert(currIsNewline(ls)); in inclinenumber()160 if (currIsNewline(ls) && ls->current != old) in inclinenumber()283 if (currIsNewline(ls)) /* string starts with a newline? */ in read_long_string()415 if (currIsNewline(ls)) inclinenumber(ls); in read_string()472 while (!currIsNewline(ls) && ls->current != EOZ) in llex()
28 #define currIsNewline(ls) (ls->current == '\n' || ls->current == '\r') macro146 lua_assert(currIsNewline(ls)); in inclinenumber()148 if (currIsNewline(ls) && ls->current != old) in inclinenumber()268 if (currIsNewline(ls)) /* string starts with a newline? */ in read_long_string()370 if (currIsNewline(ls)) inclinenumber(ls); in read_string()424 while (!currIsNewline(ls) && ls->current != EOZ) in llex()