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

/freebsd-12-stable/contrib/less/
H A Dlessecho.c33 static char openquote = '"'; variable
200 openquote = *++arg;
203 openquote = lstrtol(++arg, 0, &s);
255 printf("%c%s%c", openquote, arg, closequote);
H A Doptfunc.c40 extern char openquote;
766 openquote = closequote = '\0';
774 openquote = s[0];
776 closequote = openquote;
781 buf[0] = openquote;
H A Dfilename.c54 extern char openquote;
69 if (*str == openquote)
160 if (*p == openquote || *p == closequote)
195 SNPRINTF3(newstr, len, "%c%s%c", openquote, s, closequote);
765 SNPRINTF4(cmd, len, "%s -p0x%x -d0x%x -e%s ", lessecho, openquote, closequote, esc);
H A Dedit.c34 extern char openquote;
88 if (*s == openquote)
H A Dcmdbuf.c53 public char openquote = '"'; variable
1051 if (*p == openquote)
1105 if (*word != openquote)

Completed in 199 milliseconds