Home
last modified time | relevance | path

Searched refs:TM_N (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/mit/lua/dist/src/
Dltm.h49 TM_N /* number of elements in the enum */ enumerator
Dlstate.h300 TString *tmname[TM_N]; /* array with tag-method names */
Dltm.c58 for (i=0; i<TM_N; i++) { in luaT_init()