Home
last modified time | relevance | path

Searched refs:closequote (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/less/
H A Dlessecho.c34 static char closequote = '"'; variable
192 closequote = *++arg; in main()
195 closequote = (char) lstrtol(++arg, &s, 0); in main()
267 printf("%c%s%c", openquote, arg, closequote); in main()
H A Dfilename.c54 extern char closequote;
75 if (*str == closequote) in shell_unquote()
77 if (str[1] != closequote) in shell_unquote()
165 if (*p == openquote || *p == closequote) in shell_quoten()
203 SNPRINTF4(newstr, len, "%c%.*s%c", openquote, (int) slen, s, closequote); in shell_quoten()
217 *np++ = closequote; in shell_quoten()
330 xcpy_char(xp, closequote); in xcpy_filename()
742 (unsigned char) openquote, (unsigned char) closequote, qesc); in lglob()
H A Doptfunc.c39 extern char closequote;
793 openquote = closequote = '\0'; in opt_quote()
803 closequote = openquote; in opt_quote()
805 closequote = s[1]; in opt_quote()
809 buf[1] = closequote; in opt_quote()
H A Dedit.c42 extern char closequote;
88 if (*s == closequote) in init_textlist()
H A Dcmdbuf.c58 public char closequote = '"'; variable
1076 if (*p == closequote) in delimit_word()
1253 if (cp > cmdbuf && cp[-1] == closequote) in cmd_complete()