Searched refs:QUOTED (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/Libc-997.90.3/gen/
H A Dgetttyent.c293 #define QUOTED 1 macro
308 q ^= QUOTED; /* obscure, but nice */
311 if (q == QUOTED && *p == '\\' && *(p+1) == '"')
314 if (q == QUOTED)
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclCompExpr.c179 #define QUOTED ( LEAF | 6) /* Quoted string; "foo $bar [soom]" */ macro
461 QUOTED /* " */, INVALID /* # */,
877 case QUOTED:
976 if (!parseOnly && ((lexeme == QUOTED) || (lexeme == BRACED))) {
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dsgml.vim85 " QUOTED value (not including the '=' -- sgmlEqual)
H A Dncf.vim181 " Set Commands that take a "string" -- NOT QUOTED
/macosx-10.9.5/bash-92/bash-3.2/
H A Dsubst.c1190 gets the position of the matching `}'. QUOTED is non-zero if this
1908 words at any of the characters found in SEPARATORS. If QUOTED is
2472 which only makes a difference if QUOTED is non-zero. If QUOTED includes
3819 to be called to fix it up for strmatch (). If QUOTED is non-zero,
4904 the shell, e.g., "@", "$", "*", etc. QUOTED, if non-zero, means that
5022 "-", "+", or "=". QUOTED is true if the entire brace expression occurs
5746 and the string to substitute. QUOTED is a flags word containing
5836 other cases if QUOTED == 0, since the posparams and arrays
5837 indexed by * or @ do special things when QUOTED !
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/net/
H A Dimap.rb2073 T_QUOTED = :QUOTED
2092 (?# 5: QUOTED )"((?:[^\x00\r\n"\\]|\\["\\])*)"|\
2109 (?# 4: QUOTED )"((?:[^\x00\r\n"\\]|\\["\\])*)"|\

Completed in 124 milliseconds