Searched refs:currIsNewline (Results 1 – 2 of 2) sorted by relevance
36 #define currIsNewline(ls) (ls->current == '\n' || ls->current == '\r') macro154 lua_assert(currIsNewline(ls)); in inclinenumber()156 if (currIsNewline(ls) && ls->current != old) in inclinenumber()276 if (currIsNewline(ls)) /* string starts with a newline? */ in read_long_string()378 if (currIsNewline(ls)) inclinenumber(ls); in read_string()432 while (!currIsNewline(ls) && ls->current != EOZ) in llex()
32 #define currIsNewline(ls) (ls->current == '\n' || ls->current == '\r') macro147 lua_assert(currIsNewline(ls)); in inclinenumber()149 if (currIsNewline(ls) && ls->current != old) in inclinenumber()269 if (currIsNewline(ls)) /* string starts with a newline? */ in read_long_string()371 if (currIsNewline(ls)) inclinenumber(ls); in read_string()425 while (!currIsNewline(ls) && ls->current != EOZ) in llex()