Home
last modified time | relevance | path

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

12345

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/blua/
H A Dllex.c34 #define currIsNewline(ls) (ls->current == '\n' || ls->current == '\r') macro
131 lua_assert(currIsNewline(ls)); in inclinenumber()
133 if (currIsNewline(ls) && ls->current != old) in inclinenumber()
228 if (currIsNewline(ls)) /* string starts with a newline? */ in read_long_string()
441 while (!currIsNewline(ls) && ls->current != EOZ) in llex()
452 if (currIsNewline(ls)) /* comment starts with a newline? */ in llex()
474 while (!currIsNewline(ls) && ls->current != EOZ) in llex()
560 lua_assert(!currIsNewline(ls)); in llex()
/dports/print/tex-luatex/texlive-20150521-source/libs/luajit/LuaJIT-2.0.3/src/
H A Dlj_lex.c44 #define currIsNewline(ls) (ls->current == '\n' || ls->current == '\r') macro
78 lua_assert(currIsNewline(ls)); in inclinenumber()
80 if (currIsNewline(ls) && ls->current != old) in inclinenumber()
153 if (currIsNewline(ls)) /* string starts with a newline? */ in read_long_string()
222 if (currIsNewline(ls)) inclinenumber(ls); else next(ls); in read_string()
306 while (!currIsNewline(ls) && ls->current != END_OF_STREAM) in llex()
397 } while (!currIsNewline(ls)); in lj_lex_setup()
/dports/lang/luajit/LuaJIT-2.0.5/src/
H A Dlj_lex.c44 #define currIsNewline(ls) (ls->current == '\n' || ls->current == '\r') macro
78 lua_assert(currIsNewline(ls)); in inclinenumber()
80 if (currIsNewline(ls) && ls->current != old) in inclinenumber()
153 if (currIsNewline(ls)) /* string starts with a newline? */ in read_long_string()
222 if (currIsNewline(ls)) inclinenumber(ls); else next(ls); in read_string()
306 while (!currIsNewline(ls) && ls->current != END_OF_STREAM) in llex()
398 } while (!currIsNewline(ls)); in lj_lex_setup()
/dports/devel/tex-libtexluajit/texlive-20150521-source/libs/luajit/LuaJIT-2.0.3/src/
H A Dlj_lex.c44 #define currIsNewline(ls) (ls->current == '\n' || ls->current == '\r') macro
78 lua_assert(currIsNewline(ls)); in inclinenumber()
80 if (currIsNewline(ls) && ls->current != old) in inclinenumber()
153 if (currIsNewline(ls)) /* string starts with a newline? */ in read_long_string()
222 if (currIsNewline(ls)) inclinenumber(ls); else next(ls); in read_string()
306 while (!currIsNewline(ls) && ls->current != END_OF_STREAM) in llex()
397 } while (!currIsNewline(ls)); in lj_lex_setup()
/dports/multimedia/aegisub/aegisub-3.2.2/vendor/luajit/src/
H A Dlj_lex.c44 #define currIsNewline(ls) (ls->current == '\n' || ls->current == '\r') macro
78 lua_assert(currIsNewline(ls)); in inclinenumber()
80 if (currIsNewline(ls) && ls->current != old) in inclinenumber()
153 if (currIsNewline(ls)) /* string starts with a newline? */ in read_long_string()
222 if (currIsNewline(ls)) inclinenumber(ls); else next(ls); in read_string()
306 while (!currIsNewline(ls) && ls->current != END_OF_STREAM) in llex()
397 } while (!currIsNewline(ls)); in lj_lex_setup()
/dports/games/libretro-scummvm/scummvm-7b1e929/common/lua/
H A Dllex.cpp30 #define currIsNewline(ls) (ls->current == '\n' || ls->current == '\r') macro
126 lua_assert(currIsNewline(ls)); in inclinenumber()
128 if (currIsNewline(ls) && ls->current != old) in inclinenumber()
236 if (currIsNewline(ls)) /* string starts with a newline? */ in read_long_string()
367 while (!currIsNewline(ls) && ls->current != EOZ) in llex()
425 lua_assert(!currIsNewline(ls)); in llex()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/dep/libs/lua/
H A Dllex.c33 #define currIsNewline(ls) (ls->current == '\n' || ls->current == '\r') macro
129 lua_assert(currIsNewline(ls)); in inclinenumber()
131 if (currIsNewline(ls) && ls->current != old) in inclinenumber()
225 if (currIsNewline(ls)) /* string starts with a newline? */ in read_long_string()
356 while (!currIsNewline(ls) && ls->current != EOZ) in llex()
412 lua_assert(!currIsNewline(ls)); in llex()
/dports/games/palomino/palomino/src/lua_lang/
H A Dllex.c33 #define currIsNewline(ls) (ls->current == '\n' || ls->current == '\r') macro
131 lua_assert(currIsNewline(ls)); in inclinenumber()
133 if (currIsNewline(ls) && ls->current != old) in inclinenumber()
227 if (currIsNewline(ls)) /* string starts with a newline? */ in read_long_string()
358 while (!currIsNewline(ls) && ls->current != EOZ) in llex()
421 lua_assert(!currIsNewline(ls)); in llex()
/dports/games/scummvm/scummvm-2.5.1/common/lua/
H A Dllex.cpp30 #define currIsNewline(ls) (ls->current == '\n' || ls->current == '\r') macro
126 lua_assert(currIsNewline(ls)); in inclinenumber()
128 if (currIsNewline(ls) && ls->current != old) in inclinenumber()
236 if (currIsNewline(ls)) /* string starts with a newline? */ in read_long_string()
367 while (!currIsNewline(ls) && ls->current != EOZ) in llex()
425 lua_assert(!currIsNewline(ls)); in llex()
/dports/games/hedgewars-server/hedgewars-src-1.0.0/misc/liblua/
H A Dllex.c33 #define currIsNewline(ls) (ls->current == '\n' || ls->current == '\r') macro
129 lua_assert(currIsNewline(ls)); in inclinenumber()
131 if (currIsNewline(ls) && ls->current != old) in inclinenumber()
231 if (currIsNewline(ls)) /* string starts with a newline? */ in read_long_string()
362 while (!currIsNewline(ls) && ls->current != EOZ) in llex()
418 lua_assert(!currIsNewline(ls)); in llex()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/lua/
H A Dllex.c33 #define currIsNewline(ls) (ls->current == '\n' || ls->current == '\r') macro
131 lua_assert(currIsNewline(ls)); in inclinenumber()
133 if (currIsNewline(ls) && ls->current != old) in inclinenumber()
227 if (currIsNewline(ls)) /* string starts with a newline? */ in read_long_string()
358 while (!currIsNewline(ls) && ls->current != EOZ) in llex()
414 lua_assert(!currIsNewline(ls)); in llex()
/dports/graphics/aloadimage/arcan-0.6.1/external/lua/
H A Dllex.c33 #define currIsNewline(ls) (ls->current == '\n' || ls->current == '\r') macro
131 lua_assert(currIsNewline(ls)); in inclinenumber()
133 if (currIsNewline(ls) && ls->current != old) in inclinenumber()
227 if (currIsNewline(ls)) /* string starts with a newline? */ in read_long_string()
358 while (!currIsNewline(ls) && ls->current != EOZ) in llex()
414 lua_assert(!currIsNewline(ls)); in llex()
/dports/games/hedgewars/hedgewars-src-1.0.0/misc/liblua/
H A Dllex.c33 #define currIsNewline(ls) (ls->current == '\n' || ls->current == '\r') macro
129 lua_assert(currIsNewline(ls)); in inclinenumber()
131 if (currIsNewline(ls) && ls->current != old) in inclinenumber()
231 if (currIsNewline(ls)) /* string starts with a newline? */ in read_long_string()
362 while (!currIsNewline(ls) && ls->current != EOZ) in llex()
418 lua_assert(!currIsNewline(ls)); in llex()
/dports/games/stratagus/stratagus-3.2.0/third-party/lua-5.1.5/src/
H A Dllex.c33 #define currIsNewline(ls) (ls->current == '\n' || ls->current == '\r') macro
131 lua_assert(currIsNewline(ls)); in inclinenumber()
133 if (currIsNewline(ls) && ls->current != old) in inclinenumber()
227 if (currIsNewline(ls)) /* string starts with a newline? */ in read_long_string()
358 while (!currIsNewline(ls) && ls->current != EOZ) in llex()
414 lua_assert(!currIsNewline(ls)); in llex()
/dports/sysutils/acfgfs/arcan-0.6.1/external/lua/
H A Dllex.c33 #define currIsNewline(ls) (ls->current == '\n' || ls->current == '\r') macro
131 lua_assert(currIsNewline(ls)); in inclinenumber()
133 if (currIsNewline(ls) && ls->current != old) in inclinenumber()
227 if (currIsNewline(ls)) /* string starts with a newline? */ in read_long_string()
358 while (!currIsNewline(ls) && ls->current != EOZ) in llex()
414 lua_assert(!currIsNewline(ls)); in llex()
/dports/databases/redis-devel/redis-0e5b813/deps/lua/src/
H A Dllex.c33 #define currIsNewline(ls) (ls->current == '\n' || ls->current == '\r') macro
131 lua_assert(currIsNewline(ls)); in inclinenumber()
133 if (currIsNewline(ls) && ls->current != old) in inclinenumber()
227 if (currIsNewline(ls)) /* string starts with a newline? */ in read_long_string()
358 while (!currIsNewline(ls) && ls->current != EOZ) in llex()
414 lua_assert(!currIsNewline(ls)); in llex()
/dports/databases/redis5/redis-5.0.14/deps/lua/src/
H A Dllex.c33 #define currIsNewline(ls) (ls->current == '\n' || ls->current == '\r') macro
131 lua_assert(currIsNewline(ls)); in inclinenumber()
133 if (currIsNewline(ls) && ls->current != old) in inclinenumber()
227 if (currIsNewline(ls)) /* string starts with a newline? */ in read_long_string()
358 while (!currIsNewline(ls) && ls->current != EOZ) in llex()
414 lua_assert(!currIsNewline(ls)); in llex()
/dports/databases/redis6/redis-6.0.16/deps/lua/src/
H A Dllex.c33 #define currIsNewline(ls) (ls->current == '\n' || ls->current == '\r') macro
131 lua_assert(currIsNewline(ls)); in inclinenumber()
133 if (currIsNewline(ls) && ls->current != old) in inclinenumber()
227 if (currIsNewline(ls)) /* string starts with a newline? */ in read_long_string()
358 while (!currIsNewline(ls) && ls->current != EOZ) in llex()
414 lua_assert(!currIsNewline(ls)); in llex()
/dports/editors/fxite/fxite-FXITE-0_92/lua/
H A Dllex.c33 #define currIsNewline(ls) (ls->current == '\n' || ls->current == '\r') macro
131 lua_assert(currIsNewline(ls)); in inclinenumber()
133 if (currIsNewline(ls) && ls->current != old) in inclinenumber()
227 if (currIsNewline(ls)) /* string starts with a newline? */ in read_long_string()
358 while (!currIsNewline(ls) && ls->current != EOZ) in llex()
414 lua_assert(!currIsNewline(ls)); in llex()
/dports/lang/lua51/lua-5.1.5/src/
H A Dllex.c33 #define currIsNewline(ls) (ls->current == '\n' || ls->current == '\r') macro
131 lua_assert(currIsNewline(ls)); in inclinenumber()
133 if (currIsNewline(ls) && ls->current != old) in inclinenumber()
227 if (currIsNewline(ls)) /* string starts with a newline? */ in read_long_string()
358 while (!currIsNewline(ls) && ls->current != EOZ) in llex()
414 lua_assert(!currIsNewline(ls)); in llex()
/dports/games/freeminer/freeminer-0.4.10.4/src/lua/src/
H A Dllex.c33 #define currIsNewline(ls) (ls->current == '\n' || ls->current == '\r') macro
129 lua_assert(currIsNewline(ls)); in inclinenumber()
131 if (currIsNewline(ls) && ls->current != old) in inclinenumber()
231 if (currIsNewline(ls)) /* string starts with a newline? */ in read_long_string()
362 while (!currIsNewline(ls) && ls->current != EOZ) in llex()
418 lua_assert(!currIsNewline(ls)); in llex()
/dports/games/spring/spring_98.0/rts/lib/lua/src/
H A Dllex.cpp33 #define currIsNewline(ls) (ls->current == '\n' || ls->current == '\r') macro
131 lua_assert(currIsNewline(ls)); in inclinenumber()
133 if (currIsNewline(ls) && ls->current != old) in inclinenumber()
227 if (currIsNewline(ls)) /* string starts with a newline? */ in read_long_string()
358 while (!currIsNewline(ls) && ls->current != EOZ) in llex()
414 lua_assert(!currIsNewline(ls)); in llex()
/dports/games/spring/spring_98.0/AI/Skirmish/Shard/lib/lua/
H A Dllex.c33 #define currIsNewline(ls) (ls->current == '\n' || ls->current == '\r') macro
131 lua_assert(currIsNewline(ls)); in inclinenumber()
133 if (currIsNewline(ls) && ls->current != old) in inclinenumber()
227 if (currIsNewline(ls)) /* string starts with a newline? */ in read_long_string()
358 while (!currIsNewline(ls) && ls->current != EOZ) in llex()
414 lua_assert(!currIsNewline(ls)); in llex()
/dports/games/burrtools/burrtools-0.6.3/src/lua/
H A Dllex.c33 #define currIsNewline(ls) (ls->current == '\n' || ls->current == '\r') macro
129 lua_assert(currIsNewline(ls)); in inclinenumber()
131 if (currIsNewline(ls) && ls->current != old) in inclinenumber()
225 if (currIsNewline(ls)) /* string starts with a newline? */ in read_long_string()
356 while (!currIsNewline(ls) && ls->current != EOZ) in llex()
412 lua_assert(!currIsNewline(ls)); in llex()
/dports/science/elmerfem/elmerfem-release-9.0/contrib/lua-5.1.5/src/
H A Dllex.c33 #define currIsNewline(ls) (ls->current == '\n' || ls->current == '\r') macro
131 lua_assert(currIsNewline(ls)); in inclinenumber()
133 if (currIsNewline(ls) && ls->current != old) in inclinenumber()
227 if (currIsNewline(ls)) /* string starts with a newline? */ in read_long_string()
358 while (!currIsNewline(ls) && ls->current != EOZ) in llex()
414 lua_assert(!currIsNewline(ls)); in llex()

12345