Searched refs:OPTPROC_EMIT_USAGE (Results 1 – 5 of 5) sorted by relevance
55 if (pOpts != OPTPROC_EMIT_USAGE) { in optionShowRange()69 pz_indent = (pOpts != OPTPROC_EMIT_USAGE) in optionShowRange()
269 case (uintptr_t)OPTPROC_EMIT_USAGE: in optionEnumerationVal()530 case (uintptr_t)OPTPROC_EMIT_USAGE: in optionSetMembers()531 enum_err(OPTPROC_EMIT_USAGE, od, nm_list, nm_ct); in optionSetMembers()
163 if (pOpts != OPTPROC_EMIT_USAGE) in optionFileCheck()
799 (*(od->pOptProc))(OPTPROC_EMIT_USAGE, od); in prt_extd_usage()804 (*(od->pOptProc))(OPTPROC_EMIT_USAGE, od); in prt_extd_usage()1162 (*(od->pOptProc))(OPTPROC_EMIT_USAGE, od); in prt_prog_detail()
421 #define OPTPROC_EMIT_USAGE ((tOptions *)OP_VAL_EMIT_USAGE) macro