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_quoten() 203 SNPRINTF4(newstr, len, "%c%.*s%c", openquote, (int) slen, s, closequote); in shell_quoten() 215 *np++ = openquote; in shell_quoten() 326 xcpy_char(xp, openquote); in xcpy_filename() 742 (unsigned char) openquote, (unsigned char) closequote, qesc); in lglob()
|
| H A D | optfunc.c | 38 extern char openquote; 793 openquote = closequote = '\0'; in opt_quote() 801 openquote = s[0]; in opt_quote() 803 closequote = openquote; in opt_quote() 808 buf[0] = openquote; in opt_quote()
|
| H A D | edit.c | 41 extern char openquote; 92 if (*s == openquote) in init_textlist()
|
| H A D | cmdbuf.c | 57 public char openquote = '"'; variable 1080 if (*p == openquote) in delimit_word() 1119 if (*word != openquote) in init_file_compl()
|