HomeSort by: relevance | last modified time | path
    Searched refs:history_no_expand_chars (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gdb/dist/readline/readline/
history.h 267 extern char *history_no_expand_chars;
histexpand.c 99 char *history_no_expand_chars = " \t\n\r="; variable
971 /* `!' followed by one of the characters in history_no_expand_chars
1018 if (cc == 0 || member (cc, history_no_expand_chars))
1023 double quote part of history_no_expand_chars when DQUOTE is
1207 characters in history_no_expand_chars, then it is not a
1209 if (cc == 0 || member (cc, history_no_expand_chars) ||
  /src/external/gpl3/gdb.old/dist/readline/readline/
history.h 267 extern char *history_no_expand_chars;
histexpand.c 99 char *history_no_expand_chars = " \t\n\r="; variable
971 /* `!' followed by one of the characters in history_no_expand_chars
1018 if (cc == 0 || member (cc, history_no_expand_chars))
1023 double quote part of history_no_expand_chars when DQUOTE is
1207 characters in history_no_expand_chars, then it is not a
1209 if (cc == 0 || member (cc, history_no_expand_chars) ||
  /src/lib/libedit/readline/
readline.h 142 extern char *history_no_expand_chars;

Completed in 17 milliseconds