Searched refs:pz_DisablePfx (Results 1 – 4 of 4) sorted by relevance
128 if ( (os->pOD->pz_DisablePfx != NULL) in do_env_opt()129 && (streqvcmp(os->pzOptArg, os->pOD->pz_DisablePfx) == 0)) { in do_env_opt()
441 (pOD->pz_DisablePfx != NULL) in optionPutShell()442 ? pOD->pz_DisablePfx : "false"); in optionPutShell()
591 od->pz_NAME, od->pz_DisablePfx); in emit_inaction()594 od->pz_NAME, od->pz_DisablePfx); in emit_inaction()
575 char const * const pz_DisablePfx; member