Searched refs:zGnuOptFmt (Results 1 – 2 of 2) sorted by relevance
1060 if (at->pzOptFmt == zGnuOptFmt) in prt_one_usage()1062 else if (at->pzOptFmt == zGnuOptFmt + 2) in prt_one_usage()1263 case OPTPROC_L_N_S: argTypes.pzOptFmt = zGnuOptFmt; break; in setGnuOptFmts()1264 case OPTPROC_LONGOPT: argTypes.pzOptFmt = zGnuOptFmt; break; in setGnuOptFmts()1265 case 0: argTypes.pzOptFmt = zGnuOptFmt + 2; break; in setGnuOptFmts()
256 #define zGnuOptFmt (ao_strs_strtable+75) macro