Home
last modified time | relevance | path

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

/external/lua/src/
DMakefile32 CORE_O= lapi.o lcode.o lctype.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o \
138 lcode.o: lcode.c lprefix.h lua.h luaconf.h lcode.h llex.h lobject.h \
145 lobject.h ltm.h lzio.h lmem.h lcode.h llex.h lopcodes.h lparser.h \
158 llex.o: llex.c lprefix.h lua.h luaconf.h lctype.h llimits.h ldebug.h \
159 lstate.h lobject.h ltm.h lzio.h lmem.h ldo.h lgc.h llex.h lparser.h \
170 lparser.o: lparser.c lprefix.h lua.h luaconf.h lcode.h llex.h lobject.h \
174 lobject.h ltm.h lzio.h lmem.h ldebug.h ldo.h lfunc.h lgc.h llex.h \
Dllex.c429 static int llex (LexState *ls, SemInfo *seminfo) { in llex() function
556 ls->t.token = llex(ls, &ls->t.seminfo); /* read next token */ in luaX_next()
562 ls->lookahead.token = llex(ls, &ls->lookahead.seminfo); in luaX_lookahead()
/external/skqp/third_party/lua/
DBUILD.gn36 "../externals/lua/llex.c",
/external/skia/third_party/lua/
DBUILD.gn36 "../externals/lua/llex.c",