Searched refs:nvars (Results 1 - 14 of 14) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/byacc/dist/
H A Dclosure.c27 rowsize = WORDSIZE(nvars);
28 EFF = NEW2(nvars * rowsize, unsigned);
46 reflexive_transitive_closure(EFF, nvars);
69 varsetsize = WORDSIZE(nvars);
70 first_derives = NEW2(nvars * rulesetsize, unsigned) - ntokens * rulesetsize;
206 rowp = EFF + ((i - start_symbol) * WORDSIZE(nvars));
210 for (j = 0; j < nvars; k++, j++)
H A Dverbose.c44 nvars);
H A Dlalr.c190 goto_map = NEW2(nvars + 1, Value_t) - ntokens;
191 temp_map = NEW2(nvars + 1, Value_t) - ntokens;
H A Dlr0.c492 rules = NEW2(nvars + nrules, short);
H A Dmain.c89 int nvars; variable
H A Doutput.c769 nvectors = 2 * nstates + nvars;
/netbsd-6-1-5-RELEASE/external/mit/lua/dist/src/
H A Dlparser.c169 static void adjustlocalvars (LexState *ls, int nvars) { argument
171 fs->nactvar = cast_byte(fs->nactvar + nvars);
172 for (; nvars; nvars--) {
173 getlocvar(fs, fs->nactvar - nvars).startpc = fs->pc;
258 static void adjust_assign (LexState *ls, int nvars, int nexps, expdesc *e) { argument
260 int extra = nvars - nexps;
933 static void assignment (LexState *ls, struct LHS_assign *lh, int nvars) { argument
943 luaY_checklimit(ls->fs, nvars, LUAI_MAXCCALLS - ls->L->nCcalls,
945 assignment(ls, &nv, nvars
1048 forbody(LexState *ls, int base, int line, int nvars, int isnum) argument
1095 int nvars = 0; local
1183 int nvars = 0; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Dcoffgrok.h168 int nvars; member in struct:coff_scope
H A Dcoffdump.c381 printf ("vars %d", p->nvars);
H A Dcoffgrok.c564 b->nvars++;
H A Dsrconv.c726 dfp.nparams = type->u.function.parameters->nvars;
/netbsd-6-1-5-RELEASE/tests/lib/libcurses/director/
H A Dtestlang_parse.y124 static size_t nvars; /* Number of declared variables */
558 if ((temp = realloc(vars, sizeof(*temp) * (nvars + 1))) == NULL) {
565 vars[nvars].name = name;
566 vars[nvars].len = 0;
567 vars[nvars].value = NULL;
568 nvars++;
570 return (nvars - 1);
687 for (i = 0; i < nvars; i++) {
1071 nvars = 0;
H A Ddirector.c55 extern size_t nvars; /* In testlang_conf.y */
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Domega.c5491 omega_alloc_problem (int nvars, int nprot) argument
5495 gcc_assert (nvars <= OMEGA_MAX_VARS);
5507 pb->num_vars = nvars;

Completed in 212 milliseconds