Searched refs:closequote (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/less/ |
H A D | lessecho.c | 34 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 D | filename.c | 54 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_quote() 203 SNPRINTF4(newstr, len, "%c%.*s%c", openquote, (int) slen, s, closequote); in shell_quote() 217 *np++ = closequote; in dirfile() 330 xcpy_char(xp, closequote); in fexpand() 741 (unsigned char) openquote, (unsigned char) closequote, qesc); in lglob()
|
H A D | optfunc.c | 39 extern char closequote; 765 openquote = closequote = '\0'; in opt_quote() 775 closequote = openquote; in opt_quote() 777 closequote = s[1]; in opt_quote() 781 buf[1] = closequote;
|
H A D | cmdbuf.c | 55 public char closequote = '"'; variable 1012 if (*p == closequote) 1180 if (cp > cmdbuf && cp[-1] == closequote)
|
H A D | edit.c | 41 extern char closequote; 87 if (*s == closequote) in init_textlist()
|