Searched refs:KSH_UNWIND_ERROR (Results 1 – 6 of 6) sorted by relevance
/openbsd/bin/ksh/ |
H A D | sh.h | 364 #define KSH_UNWIND_ERROR 0x0 /* unwind the stack (longjmp) */ macro
|
H A D | eval.c | 276 KSH_UNWIND_ERROR, true); in expand() 446 dp, len), KSH_UNWIND_ERROR); in expand()
|
H A D | exec.c | 297 setstr(global(t->str), *ap++, KSH_UNWIND_ERROR); in execute() 311 setstr(global(t->str), cp, KSH_UNWIND_ERROR); in execute()
|
H A D | var.c | 156 evaluate(sub, &rval, KSH_UNWIND_ERROR, true); in array_index_calc() 731 setstr(vp, val, KSH_UNWIND_ERROR | KSH_IGNORE_RDONLY); in typeset()
|
H A D | expr.c | 595 v_evaluate(vq, str_val(vp), KSH_UNWIND_ERROR, es->arith); in intvar()
|
H A D | c_sh.c | 44 evaluate(arg, &val, KSH_UNWIND_ERROR, false); in c_shift()
|