HomeSort by: relevance | last modified time | path
    Searched defs:QUOTE (Results 1 - 4 of 4) sorted by relevancy

  /src/games/wargames/
wargames.sh 46 exec cat <<QUOTE
50 QUOTE
  /src/usr.bin/rdist/
defs.h 74 #define QUOTE 0200 /* used internally for quoted characters */
75 #define TRIM 0177 /* Mask to strip quote bit */
  /src/lib/libc/gen/
glob.c 116 #define QUOTE '\\'
213 if (c == QUOTE) {
215 c = QUOTE;
1034 glob_pattern_p(const char *pattern, int quote)
1044 case QUOTE:
1045 if (quote && pattern[1] != EOS)
  /src/bin/csh/
csh.h 206 #define QUOTE ((Char)0x8000) /* 16nth char bit used for 'ing */
207 #define TRIM ((Char)0x7fff) /* Mask to strip quote bit */
210 #define QUOTE ((Char)0x80) /* Eighth char bit used for 'ing */
211 #define TRIM ((Char)0x7f) /* Mask to strip quote bit */

Completed in 14 milliseconds