Home
last modified time | relevance | path

Searched refs:singlequote (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dfmtesc.c58 register int singlequote; in fmtquote() local
71 singlequote = 0; in fmtquote()
81 singlequote = 1; in fmtquote()
159 if (singlequote && c == '\'') in fmtquote()
177 if (singlequote || shell) in fmtquote()
199 else if (singlequote || (flags & FMT_SHELL)) in fmtquote()
/illumos-gate/usr/src/cmd/mandoc/
H A Dpredefs.in44 PREDEF("left-singlequote", "\\(oq")
52 PREDEF("right-singlequote", "\\(cq")