Home
last modified time | relevance | path

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

/dragonfly/contrib/less/
H A Dlessecho.c33 static char openquote = '"'; variable
213 openquote = *++arg; in main()
216 openquote = lstrtol(++arg, &s, 0); in main()
266 printf("%c%s%c", openquote, arg, closequote); in main()
H A Doptfunc.c40 extern char openquote;
756 openquote = closequote = '\0'; in opt_quote()
764 openquote = s[0]; in opt_quote()
766 closequote = openquote; in opt_quote()
771 buf[0] = openquote; in opt_quote()
H A Dfilename.c54 extern char openquote;
71 if (*str == openquote) in shell_unquote()
156 if (*p == openquote || *p == closequote) in shell_quote()
191 SNPRINTF3(newstr, len, "%c%s%c", openquote, s, closequote); in shell_quote()
737 (unsigned char) openquote, (unsigned char) closequote, esc); in lglob()
H A Dcmdbuf.c54 public char openquote = '"'; variable
999 if (*p == openquote) in delimit_word()
1052 if (*word != openquote) in init_compl()
H A Dedit.c39 extern char openquote;
90 if (*s == openquote) in init_textlist()