Home
last modified time | relevance | path

Searched refs:ENVSTRING (Results 1 – 4 of 4) sorted by relevance

/dports/shells/zsh/zsh-5.8.1/Src/
H A Dlex.c1204 } else if (peek != ENVSTRING && in gettokstr()
1229 peek = ENVSTRING; in gettokstr()
H A Dparse.c1792 } else if (tok == ENVSTRING) { in par_simple()
1947 } else if (tok == ENVSTRING) { in par_simple()
2178 if (tok != STRING && tok != ENVSTRING) in par_redir()
H A Dzsh.h350 ENVSTRING, /* 35 */ enumerator
/dports/shells/zsh/zsh-5.8.1/Src/Zle/
H A Dzle_tricky.c1224 tok = ENVSTRING; in get_comp_string()
1228 } else if (tok == ENVSTRING) in get_comp_string()
1493 } else if (t0 == ENVSTRING) { in get_comp_string()