Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlgc.c824 static GCObject **sweeplist (lua_State *L, GCObject **p, int countin, in sweeplist() argument
830 for (i = 0; *p != NULL && i < countin; i++) { in sweeplist()