Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dllex.c32 #define currIsNewline(ls) (ls->current == '\n' || ls->current == '\r') macro
150 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()