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

/freebsd-9.3-release/lib/libedit/
H A Dreadline.c492 get_history_event(const char *cmd, int *cindex, int qchar) argument
546 || cmd[idx] == '\t' || cmd[idx] == qchar))
658 int qchar; local
660 qchar = (offs > 0 && command[offs - 1] == '"')? '"':0;
661 ptr = get_history_event(command + offs, &idx, qchar);
918 int qchar, loop_again; local
921 qchar = 0;
933 || str[j] == qchar)
946 qchar = (j > 0 && str[j - 1] == '"' )? '"':0;
/freebsd-9.3-release/usr.bin/indent/
H A Dlexi.c132 char qchar; /* the delimiter character for a string */ local
376 qchar = *token;
379 if (qchar == '"')
412 } while (*e_token++ != qchar);
415 if (qchar == '"')

Completed in 58 milliseconds