Home
last modified time | relevance | path

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

/NextBSD/contrib/tcsh/
HDtc.os.c668 enum { outside = ' ', singlequote='\'', doublequote='"'} string = outside; in bs2upcase() enumerator
685 else if (string != doublequote) in bs2upcase()
691 string = doublequote; in bs2upcase()
709 enum { outside = ' ', singlequote='\'', doublequote='"'} string = outside; in bs2cmdlist() enumerator
732 else if (string != doublequote) in bs2cmdlist()
738 string = doublequote; in bs2cmdlist()
/NextBSD/libexec/ftpd/
HDftpd.c260 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
/NextBSD/contrib/groff/contrib/mom/
HDBUGS192 The " mark (doublequote), when entered while not in document
/NextBSD/contrib/binutils/gas/doc/
HDas.texinfo2484 @cindex @code{\"} (doublequote character)
2485 @cindex doublequote (@code{\"})
/NextBSD/contrib/gcc/doc/
HDmd.texi601 require doublequote characters to delimit them. To include these
602 doublequote characters in the string, prefix each one with @samp{\}.
/NextBSD/contrib/gcc/
HDChangeLog-200312341 where appropriate. Remove \-escapes for doublequote characters.