Searched refs:nfunc (Results 1 – 5 of 5) sorted by relevance
60 size_t nfunc; /* The number of functions/help items */ member
925 el->el_map.nfunc = EL_NUM_FCNS; in map_init()1129 ep = &el->el_map.help[el->el_map.nfunc]; in map_print_key()1164 ep = &el->el_map.help[el->el_map.nfunc]; in map_print_some_keys()1295 ep = &el->el_map.help[el->el_map.nfunc]; in map_bind()1399 size_t nf = el->el_map.nfunc + 1; in map_addfunc()1413 nf = (size_t)el->el_map.nfunc; in map_addfunc()1419 el->el_map.nfunc++; in map_addfunc()
282 for (i = 0; i < el->el_map.nfunc; i++) in parse_cmd()
600 if ((size_t)cmdnum >= el->el_map.nfunc) { /* BUG CHECK command */ in FUN()
1185 StkId nfunc = nci->func; /* called function */ local1188 StkId lim = nci->u.l.base + getproto(nfunc)->numparams;1193 for (aux = 0; nfunc + aux < lim; aux++)1194 setobjs2s(L, ofunc + aux, nfunc + aux);1195 oci->u.l.base = ofunc + (nci->u.l.base - nfunc); /* correct base */1196 oci->top = L->top = ofunc + (L->top - nfunc); /* correct top */