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

/freebsd-11.0-release/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;
688 openquote = closequote = '\0';
696 openquote = s[0];
698 closequote = openquote;
703 buf[0] = openquote;
H A Dfilename.c58 extern char openquote;
73 if (*str == openquote)
164 if (*p == openquote || *p == closequote)
199 SNPRINTF3(newstr, len, "%c%s%c", openquote, s, closequote);
778 SNPRINTF4(cmd, len, "%s -p0x%x -d0x%x -e%s ", lessecho, openquote, closequote, esc);
H A Dedit.c31 extern char openquote;
89 if (*s == openquote)
H A Dcmdbuf.c51 public char openquote = '"'; variable
1033 if (*p == openquote)
1087 if (*word != openquote)

Completed in 152 milliseconds