Home
last modified time | relevance | path

Searched refs:doublequote (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/tcsh-6/
HDtc.os.c664 enum { outside = ' ', singlequote='\'', doublequote='"'} string = outside; in bs2upcase() enumerator
681 else if (string != doublequote) in bs2upcase()
687 string = doublequote; in bs2upcase()
705 enum { outside = ' ', singlequote='\'', doublequote='"'} string = outside; in bs2cmdlist() enumerator
728 else if (string != doublequote) in bs2cmdlist()
734 string = doublequote; in bs2cmdlist()
/dragonfly/libexec/ftpd/
HDftpd.c242 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
/dragonfly/contrib/binutils-2.27/gas/doc/
HDas.texinfo3004 @cindex @code{ \"} (doublequote character)
3005 @cindex doublequote (@code{\"})
/dragonfly/contrib/gcc-4.7/gcc/doc/
HDmd.texi602 require doublequote characters to delimit them. To include these
603 doublequote characters in the string, prefix each one with @samp{\}.