Home
last modified time | relevance | path

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

/freebsd/usr.bin/indent/
H A Dlexi.c170 char qchar; /* the delimiter character for a string */ in lexi() local
374 qchar = *token; in lexi()
397 } while (*e_token++ != qchar); in lexi()
/freebsd/contrib/libedit/
H A Dreadline.c569 get_history_event(const char *cmd, int *cindex, int qchar) in get_history_event() argument
623 || cmd[idx] == '\t' || cmd[idx] == qchar)) in get_history_event()
849 int qchar; in _history_expand_command() local
851 qchar = (offs > 0 && command[offs - 1] == '"') in _history_expand_command()
853 ptr = get_history_event(command + offs, &idx, qchar); in _history_expand_command()
1037 int qchar, loop_again; in history_expand() local
1040 qchar = 0; in history_expand()
1053 || str[j] == qchar) in history_expand()
1066 qchar = (j > 0 && str[j - 1] == '"' )? '"':0; in history_expand()