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

/freebsd-9.3-release/contrib/libreadline/
H A Dhistory.h238 extern char **history_tokenize PARAMS((const char *));
H A Dhistexpand.c1355 /* XXX - think about making history_tokenize return a struct array,
1358 if ((list = history_tokenize (string)) == NULL)
1566 history_tokenize (string) function
/freebsd-9.3-release/lib/libedit/edit/readline/
H A Dreadline.h169 char **history_tokenize(const char *);
/freebsd-9.3-release/lib/libedit/
H A Dreadline.c1003 arr = history_tokenize(str);
1054 history_tokenize(const char *str) function

Completed in 98 milliseconds