Home
last modified time | relevance | path

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

/external/mksh/src/
Deval.c371 KSH_UNWIND_ERROR, true); in expand()
468 &from, KSH_UNWIND_ERROR, true); in expand()
472 &num, KSH_UNWIND_ERROR, true); in expand()
795 dp, len), KSH_UNWIND_ERROR); in expand()
Dvar.c221 evaluate(sub, &rval, KSH_UNWIND_ERROR, true); in array_index_calc()
1037 setstr(vp, val, KSH_UNWIND_ERROR | 0x4); in vtypeset()
1695 KSH_UNWIND_ERROR, true); in set_array()
Dexec.c339 setstr(global(t->str), *ap++, KSH_UNWIND_ERROR); in execute()
346 setstr(global(t->str), ccp, KSH_UNWIND_ERROR); in execute()
Dexpr.c695 v_evaluate(vq, str_val(vp), KSH_UNWIND_ERROR, es->arith); in intvar()
Dsh.h1687 #define KSH_UNWIND_ERROR 0 /* unwind the stack (kshlongjmp) */ macro