Home
last modified time | relevance | path

Searched refs:lcode (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/lua/src/
H A DMakefile36 CORE_O= lapi.o lcode.o lctype.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcod…
154 lcode.o:
155 $(CC) $(CFLAGS) $(CMCFLAGS) -c lcode.c
164 lcode.o: lcode.c lprefix.h lua.h luaconf.h lcode.h llex.h lobject.h \
171 lobject.h ltm.h lzio.h lmem.h lcode.h llex.h lopcodes.h lparser.h \
196 lparser.o: lparser.c lprefix.h lua.h luaconf.h lcode.h llex.h lobject.h \
H A Dltests.c1208 size_t lcode; in doremote() local
1209 const char *code = luaL_checklstring(L, 2, &lcode); in doremote()
1212 status = luaL_loadbuffer(L1, code, lcode, code); in doremote()
/freebsd/sys/contrib/zlib/
H A Dinffast.c66 code const FAR *lcode; /* local strm->lencode */ in inflate_fast() local
93 lcode = state->lencode; in inflate_fast()
107 here = lcode + (hold & lmask); in inflate_fast()
274 here = lcode + here->val + (hold & ((1U << op) - 1)); in inflate_fast()
/freebsd/lib/liblua/
H A DMakefile14 SRCS= lapi.c lcode.c lctype.c ldebug.c ldo.c ldump.c lfunc.c lgc.c linit.c \
/freebsd/stand/liblua/
H A DMakefile12 SRCS= lapi.c lcode.c lctype.c ldebug.c ldo.c ldump.c lfunc.c lgc.c llex.c \
/freebsd/sys/cddl/contrib/opensolaris/uts/common/
H A DMakefile.files60 lcode.o \
/freebsd/sys/contrib/openzfs/lib/libzpool/
H A DMakefile.am25 module/lua/lcode.c \
/freebsd/cddl/lib/libzpool/
H A DMakefile233 lcode.c \
/freebsd/sys/contrib/openzfs/module/
H A DMakefile.bsd151 lcode.c \
H A DKbuild.in184 lcode.o \
/freebsd/sys/modules/zfs/
H A DMakefile127 lcode.c \
/freebsd/sys/conf/
H A Dfiles172 contrib/openzfs/module/lua/lcode.c optional zfs compile-with "${ZFS_C}"