Searched refs:KSH_UNWIND_ERROR (Results 1 – 5 of 5) sorted by relevance
/external/mksh/src/ |
D | eval.c | 371 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()
|
D | var.c | 221 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()
|
D | exec.c | 339 setstr(global(t->str), *ap++, KSH_UNWIND_ERROR); in execute() 346 setstr(global(t->str), ccp, KSH_UNWIND_ERROR); in execute()
|
D | expr.c | 695 v_evaluate(vq, str_val(vp), KSH_UNWIND_ERROR, es->arith); in intvar()
|
D | sh.h | 1687 #define KSH_UNWIND_ERROR 0 /* unwind the stack (kshlongjmp) */ macro
|