Lines Matching refs:atyp
985 char const * atyp; in prt_one_usage() local
993 atyp = at->pzOpt; in prt_one_usage()
996 case OPARG_TYPE_NONE: atyp = at->pzNo; break; in prt_one_usage()
997 case OPARG_TYPE_ENUMERATION: atyp = at->pzKey; break; in prt_one_usage()
998 case OPARG_TYPE_FILE: atyp = at->pzFile; break; in prt_one_usage()
999 case OPARG_TYPE_MEMBERSHIP: atyp = at->pzKeyL; break; in prt_one_usage()
1000 case OPARG_TYPE_BOOLEAN: atyp = at->pzBool; break; in prt_one_usage()
1001 case OPARG_TYPE_NUMERIC: atyp = at->pzNum; break; in prt_one_usage()
1002 case OPARG_TYPE_HIERARCHY: atyp = at->pzNest; break; in prt_one_usage()
1003 case OPARG_TYPE_STRING: atyp = at->pzStr; break; in prt_one_usage()
1004 case OPARG_TYPE_TIME: atyp = at->pzTime; break; in prt_one_usage()
1010 snprintf(z, sizeof(z), "--%s%s", od->pz_Name, atyp); in prt_one_usage()
1012 snprintf(z, sizeof(z), "%s%s", od->pz_Name, atyp); in prt_one_usage()
1015 snprintf(z, sizeof(z), at->pzOptFmt, atyp, od->pz_Name, in prt_one_usage()