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

  /src/external/gpl3/gdb/dist/readline/readline/
history.h 244 history_expansion_char that begins this specification.
263 extern char history_expansion_char;
histexpand.c 85 char history_expansion_char = '!'; variable
98 immediately following history_expansion_char. */
131 You pass STRING with *INDEX equal to the history_expansion_char that
161 if (string[i] != history_expansion_char)
174 if (string[i] == history_expansion_char)
554 fake_s[0] = fake_s[1] = history_expansion_char;
930 if (history_expansion_char == 0)
946 /* Before we grovel forever, see if the history_expansion_char appears
956 string[0] = string[1] = history_expansion_char;
1016 else if (string[i] == history_expansion_char)
    [all...]
  /src/external/gpl3/gdb.old/dist/readline/readline/
history.h 244 history_expansion_char that begins this specification.
263 extern char history_expansion_char;
histexpand.c 85 char history_expansion_char = '!'; variable
98 immediately following history_expansion_char. */
131 You pass STRING with *INDEX equal to the history_expansion_char that
161 if (string[i] != history_expansion_char)
174 if (string[i] == history_expansion_char)
554 fake_s[0] = fake_s[1] = history_expansion_char;
930 if (history_expansion_char == 0)
946 /* Before we grovel forever, see if the history_expansion_char appears
956 string[0] = string[1] = history_expansion_char;
1016 else if (string[i] == history_expansion_char)
    [all...]
  /src/lib/libedit/readline/
readline.h 140 extern char history_expansion_char;

Completed in 52 milliseconds