Searched refs:qchar (Results 1 – 1 of 1) sorted by relevance
571 get_history_event(const char *cmd, int *cindex, int qchar) in get_history_event() argument625 || cmd[idx] == '\t' || cmd[idx] == qchar)) in get_history_event()851 int qchar; in _history_expand_command() local853 qchar = (offs > 0 && command[offs - 1] == '"') in _history_expand_command()855 ptr = get_history_event(command + offs, &idx, qchar); in _history_expand_command()1039 int qchar, loop_again; in history_expand() local1042 qchar = 0; in history_expand()1055 || str[j] == qchar) in history_expand()1068 qchar = (j > 0 && str[j - 1] == '"' )? '"':0; in history_expand()