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()
293 case (uintptr_t)OPTPROC_EMIT_USAGE: in optionEnumerationVal()554 case (uintptr_t)OPTPROC_EMIT_USAGE: in optionSetMembers()555 enum_err(OPTPROC_EMIT_USAGE, od, nm_list, nm_ct); in optionSetMembers()
163 if (pOpts != OPTPROC_EMIT_USAGE) in optionFileCheck()
850 (*(od->pOptProc))(OPTPROC_EMIT_USAGE, od); in prt_extd_usage()855 (*(od->pOptProc))(OPTPROC_EMIT_USAGE, od); in prt_extd_usage()1213 (*(od->pOptProc))(OPTPROC_EMIT_USAGE, od); in prt_prog_detail()
420 #define OPTPROC_EMIT_USAGE ((tOptions *)OP_VAL_EMIT_USAGE) macro