Home
last modified time | relevance | path

Searched refs:PM_TYPE (Results 1 – 17 of 17) sorted by relevance

/dports/shells/zsh/zsh-5.8.1/Src/
H A Dparams.c950 switch (PM_TYPE(pm->node.flags)) { in assigngetset()
1141 switch (PM_TYPE(pm->node.flags)) { in copyparam()
2176 switch(PM_TYPE(v->pm->node.flags)) { in getstrvalue()
2539 switch (PM_TYPE(v->pm->node.flags)) { in assignstrvalue()
2936 PM_TYPE(v->pm->node.flags) == PM_ARRAY) in getaparam()
3715 switch (PM_TYPE(pm->node.flags)) { in stdunsetfn()
4386 int tp = PM_TYPE(newflags); in setsecondstype()
5605 setsecondstype(pm, PM_TYPE(tpm->node.flags), PM_TYPE(pm->node.flags)); in scanendscope()
5613 DPUTS(!tpm || PM_TYPE(pm->node.flags) != PM_TYPE(tpm->node.flags) || in scanendscope()
5625 switch (PM_TYPE(pm->node.flags)) { in scanendscope()
[all …]
H A Dbuiltin.c808 if (pm && PM_TYPE(pm->node.flags) != PM_SCALAR) { in set_pwd_env()
2081 PM_TYPE(pm->node.flags) != PM_ARRAY && in typeset_single()
2082 PM_TYPE(pm->node.flags) != PM_HASHED) { in typeset_single()
2134 if (PM_TYPE(on) == 0 || PM_TYPE(on) == PM_INTEGER || in typeset_single()
2135 PM_TYPE(on) == PM_FFLOAT || PM_TYPE(on) == PM_EFLOAT) in typeset_single()
2217 if (PM_TYPE(pm->node.flags) == PM_ARRAY) { in typeset_single()
2560 switch (PM_TYPE(pm->node.flags)) { in typeset_single()
2836 if (PM_TYPE(pm->node.flags) != PM_SCALAR) { in bin_typeset()
3740 if (PM_TYPE(pm->node.flags) == PM_HASHED) { in bin_unset()
3746 PM_TYPE(pm->node.flags) == PM_ARRAY) { in bin_unset()
[all …]
H A Dmath.c997 switch (PM_TYPE(pm->node.flags)) { in setmathvar()
H A Dexec.c4348 DPUTS(!tpm || PM_TYPE(pm->node.flags) != PM_TYPE(tpm->node.flags) || in restore_params()
4354 switch (PM_TYPE(pm->node.flags)) { in restore_params()
H A Dzsh.h1849 #define PM_TYPE(X) \ macro
H A Dmodule.c1086 switch (PM_TYPE(pm->node.flags)) { in addparamdef()
H A Dsubst.c2532 switch (PM_TYPE(f)) { in paramsubst()
H A Dutils.c1302 (PM_TYPE(pm->node.flags) == PM_SCALAR) && in getnameddir()
/dports/shells/zsh/zsh-5.8.1/Src/Zle/
H A Dcomplete.c1292 switch(PM_TYPE(cp->type)) { in addcompparams()
1475 if (PM_TYPE(pm->node.flags) == PM_SCALAR) { in compunsetfn()
1478 } else if (PM_TYPE(pm->node.flags) == PM_ARRAY) { in compunsetfn()
1481 } else if (PM_TYPE(pm->node.flags) == PM_HASHED) { in compunsetfn()
1486 } else if (PM_TYPE(pm->node.flags) == PM_HASHED) { in compunsetfn()
H A Dzle_main.c1856 if (pm && (PM_TYPE(pm->node.flags) & (PM_ARRAY|PM_HASHED))) { in bin_vared()
1865 if (PM_TYPE(pm->node.flags) == PM_ARRAY) in bin_vared()
H A Dzle_params.c208 switch(PM_TYPE(zp->type)) { in makezleparams()
H A Dcompresult.c1088 PM_TYPE(pm->node.flags) != PM_SCALAR) in do_single()
H A Dcompctl.c1993 (addwhat == -4 && (PM_TYPE(pm->node.flags) == PM_SCALAR) && in addmatch()
H A Dcomputil.c3643 switch (PM_TYPE(v->pm->node.flags)) { in bin_compquote()
/dports/shells/zsh/zsh-5.8.1/Src/Modules/
H A Dparam_private.c96 switch (PM_TYPE(pm->node.flags)) { in makeprivate()
137 switch (PM_TYPE(pm->node.flags)) { in is_private()
H A Dzftp.c510 if (!pm || PM_TYPE(pm->node.flags) != type) { in zfsetparam()
H A Dparameter.c52 switch (PM_TYPE(f)) { in paramtypestr()