OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:luaS_fix
(Results
1 - 8
of
8
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lstring.h
22
#define
luaS_fix
(s) l_setbit((s)->tsv.marked, FIXEDBIT)
ltm.c
43
luaS_fix
(G(L)->tmname[i]); /* never collect these names */
llex.c
69
luaS_fix
(ts); /* reserved words are never collected */
171
luaS_fix
(ls->envn); /* never collect this name */
lstate.c
193
luaS_fix
(g->memerrmsg); /* it should never be collected */
/external/syslinux/com32/lua/src/
lstring.h
22
#define
luaS_fix
(s) l_setbit((s)->tsv.marked, FIXEDBIT)
ltm.c
43
luaS_fix
(G(L)->tmname[i]); /* never collect these names */
llex.c
73
luaS_fix
(ts); /* reserved words are never collected */
175
luaS_fix
(ls->envn); /* never collect this name */
lstate.c
198
luaS_fix
(g->memerrmsg); /* it should never be collected */
Completed in 930 milliseconds