Home
last modified time | relevance | path

Searched refs:arrdup_max (Results 1 – 3 of 3) sorted by relevance

/dports/shells/zsh/zsh-5.8.1/Src/
H A Dparams.c2398 s = arrdup_max(nular, 0); in getarrvalue()
2401 s = arrdup_max(nular, 1); in getarrvalue()
2407 s = arrdup_max(nular, v->end - (v->start + 1)); in getarrvalue()
2417 s = arrdup_max(s + v->start, v->end - v->start); in getarrvalue()
H A Dutils.c4417 arrdup_max(char **s, unsigned max) in arrdup_max() function
/dports/shells/zsh/zsh-5.8.1/
H A DChangeLog5801 * 39943: Src/utils.c: no need to compute arrlen() in arrdup_max()
5839 * 39893: Src/params.c: use arrdup_max() to show explicitly the
5894 add arrdup_max() so as not to duplicate entire arrays unnecessarily.