HomeSort by: relevance | last modified time | path
    Searched defs:openquote (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/less/dist/
lessecho.c 35 static char openquote = '"'; variable
215 openquote = *++arg;
218 openquote = lstrtol(++arg, &s, 0);
268 printf("%c%s%c", openquote, arg, closequote);
cmdbuf.c 55 public char openquote = '"'; variable
1000 if (*p == openquote)
1053 if (*word != openquote)

Completed in 25 milliseconds