Home
last modified time | relevance | path

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

/external/skia/third_party/lua/src/
Dllex.c32 #define currIsNewline(ls) (ls->current == '\n' || ls->current == '\r') macro
147 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()
/external/syslinux/com32/lua/src/
Dllex.c36 #define currIsNewline(ls) (ls->current == '\n' || ls->current == '\r') macro
154 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()