Searched refs:doublequote (Results 1 – 4 of 4) sorted by relevance
664 enum { outside = ' ', singlequote='\'', doublequote='"'} string = outside; in bs2upcase() enumerator681 else if (string != doublequote) in bs2upcase()687 string = doublequote; in bs2upcase()705 enum { outside = ' ', singlequote='\'', doublequote='"'} string = outside; in bs2cmdlist() enumerator728 else if (string != doublequote) in bs2cmdlist()734 string = doublequote; in bs2cmdlist()
242 static char *doublequote(char *);2589 if ((s = doublequote(name)) == NULL) in makedir()2615 if ((s = doublequote(path)) == NULL) in pwd()3309 doublequote(char *s) in doublequote() function
3004 @cindex @code{ \"} (doublequote character)3005 @cindex doublequote (@code{\"})
602 require doublequote characters to delimit them. To include these603 doublequote characters in the string, prefix each one with @samp{\}.