Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dllex.c36 #define currIsNewline(ls) (ls->current == '\n' || ls->current == '\r') macro
158 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()
/freebsd/sys/contrib/openzfs/module/lua/
H A Dllex.c28 #define currIsNewline(ls) (ls->current == '\n' || ls->current == '\r') macro
146 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()