Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.bin/indent/
Dlexi.c178 char qchar; /* the delimiter character for a string */ in lexi() local
382 qchar = *token; in lexi()
405 } while (*e_token++ != qchar); in lexi()
/freebsd-12-stable/contrib/libedit/
Dreadline.c542 get_history_event(const char *cmd, int *cindex, int qchar) in get_history_event() argument
596 || cmd[idx] == '\t' || cmd[idx] == qchar)) in get_history_event()
707 int qchar; in _history_expand_command() local
709 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() local
972 qchar = 0; in history_expand()
985 || str[j] == qchar) in history_expand()
998 qchar = (j > 0 && str[j - 1] == '"' )? '"':0; in history_expand()