Searched refs:doublequote (Results 1 – 3 of 3) sorted by relevance
590 -o inline:'F.1: here-doc embed with unbal single, back- or doublequote '\''\n' \594 F.1: here-doc embed with unbal single, back- or doublequote '\''598 -o inline:'F.2: here-doc embed with unbal single, back- or doublequote "\n' \606 -o inline:'F.3: here-doc embed with unbal single, back- or doublequote `\n' \610 F.3: here-doc embed with unbal single, back- or doublequote `
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()
238 static char *doublequote(char *);2620 if ((s = doublequote(name)) == NULL) in makedir()2646 if ((s = doublequote(path)) == NULL) in pwd()3346 doublequote(char *s) in doublequote() function