Searched refs:currIsNewline (Results 1 – 1 of 1) sorted by relevance
32 #define currIsNewline(ls) (ls->current == '\n' || ls->current == '\r') macro150 lua_assert(currIsNewline(ls)); in inclinenumber()152 if (currIsNewline(ls) && ls->current != old) in inclinenumber()272 if (currIsNewline(ls)) /* string starts with a newline? */ in read_long_string()374 if (currIsNewline(ls)) inclinenumber(ls); in read_string()428 while (!currIsNewline(ls) && ls->current != EOZ) in llex()