Searched refs:doublequote (Results 1 – 6 of 6) sorted by relevance
668 enum { outside = ' ', singlequote='\'', doublequote='"'} string = outside; in bs2upcase() enumerator685 else if (string != doublequote) in bs2upcase()691 string = doublequote; in bs2upcase()709 enum { outside = ' ', singlequote='\'', doublequote='"'} string = outside; in bs2cmdlist() enumerator732 else if (string != doublequote) in bs2cmdlist()738 string = doublequote; in bs2cmdlist()
260 static char *doublequote(char *);2645 if ((s = doublequote(name)) == NULL) in makedir()2671 if ((s = doublequote(path)) == NULL) in pwd()3401 doublequote(char *s) in doublequote() function
192 The " mark (doublequote), when entered while not in document
2484 @cindex @code{\"} (doublequote character)2485 @cindex doublequote (@code{\"})
601 require doublequote characters to delimit them. To include these602 doublequote characters in the string, prefix each one with @samp{\}.
12341 where appropriate. Remove \-escapes for doublequote characters.