Searched refs:error_ok (Results 1 – 3 of 3) sorted by relevance
/external/mksh/src/ |
D | expr.c | 105 evaluate(const char *expr, mksh_ari_t *rval, int error_ok, bool arith) in evaluate() argument 112 ret = v_evaluate(&v, expr, error_ok, arith); in evaluate() 121 v_evaluate(struct tbl *vp, const char *expr, volatile int error_ok, in v_evaluate() argument 142 if (error_ok == KSH_RETURN_ERROR) in v_evaluate() 166 setstr(vp, str_val(v), error_ok); in v_evaluate()
|
D | var.c | 458 setstr(struct tbl *vq, const char *s, int error_ok) in setstr() argument 460 bool no_ro_check = tobool(error_ok & 0x4); in setstr() 462 error_ok &= ~0x4; in setstr() 465 if (!error_ok) in setstr() 500 if (!v_evaluate(vq, s, error_ok, true)) in setstr()
|
/external/ImageMagick/coders/ |
D | heic.c | 819 error_ok; in heif_write_func() local 824 error_ok.code=heif_error_Ok; in heif_write_func() 825 error_ok.subcode=heif_suberror_Unspecified; in heif_write_func() 826 error_ok.message="ok"; in heif_write_func() 827 return(error_ok); in heif_write_func()
|