Searched refs:PM_DONTIMPORT (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/zsh-61/zsh/Src/
H A Dparams.c267 IPDEF1("GID", gid_gsu, PM_DONTIMPORT | PM_RESTRICTED),
268 IPDEF1("EGID", egid_gsu, PM_DONTIMPORT | PM_RESTRICTED),
273 IPDEF1("UID", uid_gsu, PM_DONTIMPORT | PM_RESTRICTED),
274 IPDEF1("EUID", euid_gsu, PM_DONTIMPORT | PM_RESTRICTED),
278 IPDEF2("USERNAME", username_gsu, PM_DONTIMPORT|PM_RESTRICTED),
280 IPDEF2("histchars", histchars_gsu, PM_DONTIMPORT),
285 IPDEF2("IFS", ifs_gsu, PM_DONTIMPORT),
287 IPDEF2("KEYBOARD_HACK", keyboard_hack_gsu, PM_DONTIMPORT),
355 IPDEF8("MODULE_PATH", &module_path, "module_path", PM_DONTIMPORT|PM_RESTRICTED),
357 #define IPDEF9F(A,B,C,D) {{NULL,A,D|PM_ARRAY|PM_SPECIAL|PM_DONTIMPORT},B
[all...]
H A Dzsh.h1635 #define PM_DONTIMPORT (1<<23) /* do not import this variable */ macro

Completed in 166 milliseconds