Home
last modified time | relevance | path

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

/dports/shells/zsh/zsh-5.8.1/Src/
H A Dparams.c299 IPDEF1("GID", gid_gsu, PM_DONTIMPORT | PM_RESTRICTED),
300 IPDEF1("EGID", egid_gsu, PM_DONTIMPORT | PM_RESTRICTED),
305 IPDEF1("UID", uid_gsu, PM_DONTIMPORT | PM_RESTRICTED),
306 IPDEF1("EUID", euid_gsu, PM_DONTIMPORT | PM_RESTRICTED),
312 IPDEF2("histchars", histchars_gsu, PM_DONTIMPORT),
318 IPDEF2("IFS", ifs_gsu, PM_DONTIMPORT | PM_RESTRICTED),
319 IPDEF2("_", underscore_gsu, PM_DONTIMPORT),
320 IPDEF2("KEYBOARD_HACK", keyboard_hack_gsu, PM_DONTIMPORT),
416 IPDEF2("HISTCHARS", histchars_gsu, PM_DONTIMPORT),
471 PM_ARRAY|PM_SPECIAL|PM_DONTIMPORT);
[all …]
H A Dzsh.h1891 #define PM_DONTIMPORT (1<<22) /* do not import this variable */ macro