Searched refs:openquote (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/less/ |
H A D | lessecho.c | 33 static char openquote = '"'; variable 213 openquote = *++arg; in main() 216 openquote = (char) lstrtol(++arg, &s, 0); in main() 267 printf("%c%s%c", openquote, arg, closequote); in main()
|
H A D | filename.c | 53 extern char openquote; 70 if (*str == openquote) 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() 215 *np++ = openquote; in dirfile() 326 xcpy_char(xp, openquote); in fexpand() 741 (unsigned char) openquote, (unsigned char) closequote, qesc); in lglob()
|
H A D | optfunc.c | 38 extern char openquote; 765 openquote = closequote = '\0'; in opt_quote() 773 openquote = s[0]; in opt_quote() 775 closequote = openquote; in opt_quote() 780 buf[0] = openquote;
|
H A D | cmdbuf.c | 54 public char openquote = '"'; variable 1016 if (*p == openquote) in init_compl() 1069 if (*word != openquote) in init_compl()
|
H A D | edit.c | 40 extern char openquote; 91 if (*s == openquote) in init_textlist()
|