Searched refs:KSH_UNWIND_ERROR (Results 1 – 5 of 5) sorted by relevance
/external/mksh/src/ |
D | eval.c | 360 KSH_UNWIND_ERROR, true); in expand() 466 &from, KSH_UNWIND_ERROR, true); in expand() 470 &num, KSH_UNWIND_ERROR, true); in expand() 752 dp, len), KSH_UNWIND_ERROR); in expand()
|
D | var.c | 217 evaluate(sub, &rval, KSH_UNWIND_ERROR, true); in array_index_calc() 1004 setstr(vp, val, KSH_UNWIND_ERROR | 0x4); in typeset() 1617 KSH_UNWIND_ERROR, true); in set_array()
|
D | exec.c | 338 setstr(global(t->str), *ap++, KSH_UNWIND_ERROR); in execute() 345 setstr(global(t->str), ccp, KSH_UNWIND_ERROR); in execute()
|
D | expr.c | 693 v_evaluate(vq, str_val(vp), KSH_UNWIND_ERROR, es->arith); in intvar()
|
D | sh.h | 1401 #define KSH_UNWIND_ERROR 0 /* unwind the stack (kshlongjmp) */ macro
|