Searched refs:qchar (Results 1 – 2 of 2) sorted by relevance
178 char qchar; /* the delimiter character for a string */ in lexi() local382 qchar = *token; in lexi()405 } while (*e_token++ != qchar); in lexi()
542 get_history_event(const char *cmd, int *cindex, int qchar) in get_history_event() argument596 || cmd[idx] == '\t' || cmd[idx] == qchar)) in get_history_event()707 int qchar; in _history_expand_command() local709 qchar = (offs > 0 && command[offs - 1] == '"')? '"':0; in _history_expand_command()710 ptr = get_history_event(command + offs, &idx, qchar); in _history_expand_command()969 int qchar, loop_again; in history_expand() local972 qchar = 0; in history_expand()985 || str[j] == qchar) in history_expand()998 qchar = (j > 0 && str[j - 1] == '"' )? '"':0; in history_expand()