Searched refs:pz_DisablePfx (Results 1 – 4 of 4) sorted by relevance
122 if ( (os->pOD->pz_DisablePfx != NULL) in do_env_opt()123 && (streqvcmp(os->pzOptArg, os->pOD->pz_DisablePfx) == 0)) { in do_env_opt()
425 (pOD->pz_DisablePfx != NULL) in optionPutShell()426 ? pOD->pz_DisablePfx : "false"); in optionPutShell()
553 od->pz_NAME, od->pz_DisablePfx); in emit_inaction()556 od->pz_NAME, od->pz_DisablePfx); in emit_inaction()
576 char const * const pz_DisablePfx; member