Searched refs:pzArgType (Results 1 – 1 of 1) sorted by relevance
656 char const * pzArgType; in prt_one_vendor() local664 pzArgType = argtp->pzOpt; in prt_one_vendor()667 case OPARG_TYPE_NONE: pzArgType = argtp->pzNo; break; in prt_one_vendor()668 case OPARG_TYPE_ENUMERATION: pzArgType = argtp->pzKey; break; in prt_one_vendor()669 case OPARG_TYPE_FILE: pzArgType = argtp->pzFile; break; in prt_one_vendor()670 case OPARG_TYPE_MEMBERSHIP: pzArgType = argtp->pzKeyL; break; in prt_one_vendor()671 case OPARG_TYPE_BOOLEAN: pzArgType = argtp->pzBool; break; in prt_one_vendor()672 case OPARG_TYPE_NUMERIC: pzArgType = argtp->pzNum; break; in prt_one_vendor()679 pzArgType = SPN_WHITESPACE_CHARS(pzArgType); in prt_one_vendor()680 if (*pzArgType == NUL) in prt_one_vendor()[all …]