Home
last modified time | relevance | path

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

/src/contrib/mandoc/
H A Dpredefs.in44 PREDEF("left-singlequote", "\\(oq")
52 PREDEF("right-singlequote", "\\(cq")
/src/contrib/tcsh/
H A Dtc.os.c664 enum { outside = ' ', singlequote='\'', doublequote='"'} string = outside; in bs2upcase() enumerator
680 string = singlequote; in bs2upcase()
688 else if (string != singlequote) in bs2upcase()
705 enum { outside = ' ', singlequote='\'', doublequote='"'} string = outside; in bs2cmdlist() enumerator
727 string = singlequote; in bs2cmdlist()
735 else if (string != singlequote) in bs2cmdlist()
/src/contrib/libyaml/
H A DChanges220 Forbid escaped singlequote in doublequotes