Searched refs:SKIP_OPT (Results 1 – 3 of 3) sorted by relevance
409 if (SKIP_OPT(od) || (od->pz_NAME == NULL)) in emit_wrapup()445 if (SKIP_OPT(od) || (od->pz_NAME == NULL)) in emit_setup()578 if (SKIP_OPT(od) || ! IS_GRAPHIC_CHAR(od->optValue)) in emit_flag()615 if ((od == cod) || SKIP_OPT(od)) in emit_match_expr()689 if (SKIP_OPT(od)) in emit_long()
119 if ( SKIP_OPT(pOD) in opt_match_ct()183 if (SKIP_OPT(pOD)) { in opt_set()394 if (SKIP_OPT(pRes)) { in opt_find_short()
133 #define SKIP_OPT(p) (((p)->fOptState & OPTST_IMMUTABLE_MASK) != 0) macro