Searched refs:llex (Results 1 – 7 of 7) sorted by relevance
26 CORE_O= lapi.o lcode.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o \129 lcode.o: lcode.c lua.h luaconf.h lcode.h llex.h lobject.h llimits.h \134 llex.h lzio.h lmem.h lopcodes.h lparser.h ldebug.h lstate.h ltm.h ldo.h \147 llex.o: llex.c lua.h luaconf.h ldo.h lobject.h llimits.h lstate.h ltm.h \148 lzio.h lmem.h llex.h lparser.h lstring.h lgc.h ltable.h157 lparser.o: lparser.c lua.h luaconf.h lcode.h llex.h lobject.h llimits.h \161 ltm.h lzio.h lmem.h ldo.h lfunc.h lgc.h llex.h lstring.h ltable.h
334 static int llex (LexState *ls, SemInfo *seminfo) { in llex() function455 ls->t.token = llex(ls, &ls->t.seminfo); /* read next token */ in luaX_next()461 ls->lookahead.token = llex(ls, &ls->lookahead.seminfo); in luaX_lookahead()
23 $(MODULE)-objs += llex.o
398 static int llex (LexState *ls, SemInfo *seminfo) { in llex() function522 ls->t.token = llex(ls, &ls->t.seminfo); /* read next token */ in luaX_next()528 ls->lookahead.token = llex(ls, &ls->lookahead.seminfo); in luaX_lookahead()
193 llex.c \
77 library: lapi.c lcode.c ldebug.c ldo.c ldump.c lfunc.c lgc.c llex.c
88 llex.c \