Searched refs:list_string (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dsubst.h93 extern WORD_LIST *list_string __P((char *, char *, int));
204 is not quoted. list_string () performs quote removal for us, even if we
H A Darray.c742 w = list_string (s, sep, 0);
804 list_string(s, t, i) function
H A Dsubst.c1929 /* BEWARE! list_string strips null arguments. Don't call it twice and
1940 list_string (string, separators, quoted) function
2059 XXX - this function is very similar to list_string; they should be
7418 list = list_string (istring, *ifs_chars ? ifs_chars : " ", 1);
7618 is not quoted. list_string () performs quote removal for us, even if we
7632 result = list_string (w->word, xifs, w->flags & W_QUOTED);
/macosx-10.10.1/bash-94.1.2/bash-3.2/builtins/
H A Dread.c510 alist = list_string (input_string, ifs_chars, 0);
632 and list_string because Posix.2 says that the last variable gets the

Completed in 2920 milliseconds