OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmname
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/mit/lua/dist/src/
ltm.c
59
G(L)->
tmname
[i] = luaS_new(L, luaT_eventname[i]);
60
luaC_fix(L, obj2gco(G(L)->
tmname
[i])); /* never collect these names */
92
return (mt ? luaH_getshortstr(mt, G(L)->
tmname
[event]) : &G(L)->nilvalue);
ltm.h
70
((et)->flags & (1u<<(e))) ? NULL : luaT_gettm(et, e, (g)->
tmname
[e]))
luac.c
42
static TString **
tmname
;
variable
176
tmname
=G(L)->
tmname
;
220
#define eventname(i) (getstr(
tmname
[i]))
lstate.h
300
TString *
tmname
[TM_N]; /* array with tag-method names */
member in struct:global_State
ldebug.c
634
*name = getstr(G(L)->
tmname
[tm]) + 2;
Completed in 20 milliseconds
Indexes created Fri Aug 28 00:25:22 UTC 2026