readline.c | 571 get_history_event(const char *cmd, int *cindex, int qchar) 625 || cmd[idx] == '\t' || cmd[idx] == qchar)) 851 int qchar; local in function:_history_expand_command 853 qchar = (offs > 0 && command[offs - 1] == '"') 855 ptr = get_history_event(command + offs, &idx, qchar); 1039 int qchar, loop_again; local in function:history_expand 1042 qchar = 0; 1055 || str[j] == qchar) 1068 qchar = (j > 0 && str[j - 1] == '"' )? '"':0;
|