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

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/readline/
H A Dhistory.h238 extern char **history_tokenize PARAMS((const char *));
H A Dhistexpand.c1357 /* XXX - think about making history_tokenize return a struct array,
1360 if ((list = history_tokenize (string)) == NULL)
1566 history_tokenize (string) function
/netbsd-6-1-5-RELEASE/lib/libedit/readline/
H A Dreadline.h166 char **history_tokenize(const char *);
/netbsd-6-1-5-RELEASE/lib/libedit/
H A Dreadline.c1011 arr = history_tokenize(str);
1062 history_tokenize(const char *str) function

Completed in 578 milliseconds