Home
last modified time | relevance | path

Searched refs:history_quoting_state (Results 1 – 6 of 6) sorted by relevance

/netbsd/external/gpl3/gdb/dist/readline/readline/
H A Dhistexpand.c112 int history_quoting_state = 0; variable
968 dquote = history_quoting_state == '"'; in history_expand()
969 squote = history_quoting_state == '\''; in history_expand()
1071 dquote = history_quoting_state == '"'; in history_expand()
1072 squote = history_quoting_state == '\''; in history_expand()
H A Dhistory.h266 extern int history_quoting_state;
/netbsd/external/gpl3/gdb.old/dist/readline/readline/
H A Dhistexpand.c112 int history_quoting_state = 0; variable
968 dquote = history_quoting_state == '"'; in history_expand()
969 squote = history_quoting_state == '\''; in history_expand()
1071 dquote = history_quoting_state == '"'; in history_expand()
1072 squote = history_quoting_state == '\''; in history_expand()
H A Dhistory.h266 extern int history_quoting_state;
/netbsd/external/gpl3/gdb/dist/readline/readline/doc/
H A Dhstech.texi487 @deftypevar int history_quoting_state
/netbsd/external/gpl3/gdb.old/dist/readline/readline/doc/
H A Dhstech.texi487 @deftypevar int history_quoting_state