Home
last modified time | relevance | path

Searched refs:qchar (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/usr.bin/indent/
HDlexi.c176 char qchar; /* the delimiter character for a string */ in lexi() local
380 qchar = *token; in lexi()
403 } while (*e_token++ != qchar); in lexi()
/freebsd-14-stable/contrib/libedit/
HDreadline.c571 get_history_event(const char *cmd, int *cindex, int qchar) in get_history_event() argument
625 || cmd[idx] == '\t' || cmd[idx] == qchar)) in get_history_event()
851 int qchar; in _history_expand_command() local
853 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() local
1042 qchar = 0; in history_expand()
1055 || str[j] == qchar) in history_expand()
1068 qchar = (j > 0 && str[j - 1] == '"' )? '"':0; in history_expand()