Home
last modified time | relevance | path

Searched defs:nvars (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlparser.c202 static void adjustlocalvars (LexState *ls, int nvars) { in adjustlocalvars()
307 static void adjust_assign (LexState *ls, int nvars, int nexps, expdesc *e) { in adjust_assign()
1139 static void assignment (LexState *ls, struct LHS_assign *lh, int nvars) { in assignment()
1286 static void forbody (LexState *ls, int base, int line, int nvars, int isnum) { in forbody()
1338 int nvars = 4; /* gen, state, control, plus at least one declared var */ in forlist() local
1440 int nvars = 0; in localstat() local
/freebsd/contrib/lua/src/
H A Dlparser.c311 static void adjustlocalvars (LexState *ls, int nvars) { in adjustlocalvars()
482 static void adjust_assign (LexState *ls, int nvars, int nexps, expdesc *e) { in adjust_assign()
1375 static void restassign (LexState *ls, struct LHS_assign *lh, int nvars) { in restassign()
1544 static void forbody (LexState *ls, int base, int line, int nvars, int isgen) { in forbody()
1596 int nvars = 5; /* gen, state, control, toclose, 'indexname' */ in forlist() local
1732 int nvars = 0; in localstat() local
/freebsd/contrib/byacc/
H A Dmain.c85 Value_t nvars; variable
/freebsd/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_parse.y125 static size_t nvars; /* Number of declared variables */ variable
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_options.c430 int nvars; in dt_opt_setenv() local