Lines Matching refs:quote
957 * The "sloppy" flag allows for recovery from missing terminating quote, for
966 * last argument's quote has been properly terminated or 0 otherwise.
1018 /* Unescape quote we are in */
1602 complete_cmd_parse(EditLine *el, char *cmd, int lastarg, char quote,
1657 argterm[y++] = quote;
1692 char *file, int remote, int lastarg, char quote, int terminated)
1751 /* quote argument on way out */
1763 if (quote == '\0' || tmp2[i] == quote) {
1782 ins[i++] = quote;
1801 char **argv, *line, quote;
1815 argv = makeargv(line, &carg, 1, "e, &terminated);
1839 quote, terminated) != 0)
1852 remote, carg == argc, quote, terminated) != 0)