Home
last modified time | relevance | path

Searched refs:spec_var_limit (Results 1 - 2 of 2) sorted by relevance

/third_party/toybox/generated/
H A Dglobals.h570 int spec_var_limit; member
/third_party/toybox/toys/pending/
H A Dawk.c114 int spec_var_limit;
1271 TT.spec_var_limit = add_global(spec_vars[k]); in init_compiler()
1272 GLOBAL[TT.spec_var_limit++].flags |= (k == 1 || k == 3) ? ZF_MAP : ZF_SCALAR; in init_compiler()
2286 if (find_global(s) && find_global(s) < TT.spec_var_limit) in add_param()
4420 for (gstx = TT.spec_var_limit; gstx < len; gstx++) { in init_globals()

Completed in 11 milliseconds