| /freebsd-9-stable/contrib/tcsh/ |
| D | sh.char.h | 153 (((c) & QUOTE) || (unsigned int)(c) >= 0x0080 ? 0 : \ 157 ((((c) & QUOTE) || ((tcshuc)(ASC(c) & 0x80) && adrof(STRnokanji))) ? \ 161 (((c) & QUOTE) ? 0 : (_cmap[(tcshuc)ASC(c)] & (bits))) 169 #define letter(c) (((c) & QUOTE) ? 0 : \ 171 #define alnum(c) (((c) & QUOTE) ? 0 : \ 174 #define letter(c) (((Char)(c) & QUOTE) ? 0 : \ 177 #define alnum(c) (((Char)(c) & QUOTE) ? 0 : \ 189 # define Isspace(c) (((c) & QUOTE) ? 0 : iswspace(c)) 190 # define Isdigit(c) (((c) & QUOTE) ? 0 : iswdigit(c)) 191 # define Isalpha(c) (((c) & QUOTE) ? 0 : iswalpha(c)) [all …]
|
| D | sh.dol.c | 179 c |= QUOTE; in Dpack() 251 if ((c & (QUOTE | TRIM)) == ('\n' | QUOTE)) { in Dword() 262 Strbuf_append1(wbuf, c == '`' ? '`' : c | QUOTE); in Dword() 267 Strbuf_append1(wbuf, c | QUOTE); in Dword() 290 c |= QUOTE; in Dword() 328 c = labuf.s[lap++] & (QUOTE | TRIM); in DgetC() 331 return (c | QUOTE); in DgetC() 335 if ((c = *dolp++ & (QUOTE | TRIM)) != 0) in DgetC() 417 case '<'|QUOTE: { in Dgetdol() 897 return (c & (QUOTE | TRIM)); in Dredc() [all …]
|
| D | glob.c | 63 #undef QUOTE 108 #define QUOTE '\\' macro 339 if (c == QUOTE) { in glob() 341 c = QUOTE; in glob() 436 if (*src == QUOTE) { in glob()
|
| D | sh.print.c | 154 c &= CHAR | QUOTE; in xputchar() 155 if (!output_raw && (c & QUOTE) == 0) { in xputchar()
|
| D | sh.lex.c | 345 c |= QUOTE; in word() 367 c |= QUOTE; in word() 372 c |= QUOTE; in word() 379 c |= QUOTE; in word() 401 c |= QUOTE; in word() 434 c |= QUOTE; in getC1() 494 ungetC('$' | QUOTE); in getdol() 1015 *xp |= QUOTE; in domod()
|
| D | tw.comp.c | 236 *bf = *bf & ~QUOTE; in tw_tok() 278 switch (act[0] & ~QUOTE) { in tw_result() 386 switch (act[1] & ~QUOTE) { in tw_result()
|
| D | tc.const.c | 256 Char STRmquestion[] = { '%', 'R', '?' | QUOTE, ' ', '\0' }; 259 '?' | QUOTE, ' ', '\0' }; 381 Char STRQNULL[] = { '\0' | QUOTE, '\0' };
|
| D | tc.printf.c | 268 if (fmt == 'Q' && *Bp & QUOTE) in doprnt() 293 if (fmt == 'q' && *bp & QUOTE) in doprnt()
|
| D | sh.sem.c | 114 if ((t->t_dcom[0][0] & (QUOTE | TRIM)) == QUOTE) in execute() 192 if ((t->t_dcom[0][0] & (QUOTE | TRIM)) == QUOTE) in execute()
|
| D | tw.parse.c | 211 Strbuf_append1(&qline, *++cp | QUOTE); in tenematch() 214 Strbuf_append1(&qline, *cp | QUOTE); in tenematch() 246 xprintf("%c", *p & QUOTE ? '-' : ' '); in tenematch() 251 xprintf("%c", *p & QUOTE ? '-' : ' '); in tenematch() 620 wq = w & QUOTE; in insert_meta() 621 w &= ~QUOTE; in insert_meta() 624 wq = QUOTE; /* quotes are always quoted */ in insert_meta() 1868 if (expdollar(&buf, &old, QUOTE) == 0) { in dollar()
|
| D | sh.exec.c | 949 if ((*(sp->word) & (QUOTE | TRIM)) == QUOTE) in tellmewhat() 960 *s1++ = *s2++ | QUOTE; in tellmewhat() 966 *s1++ = *s2++ | QUOTE; in tellmewhat()
|
| /freebsd-9-stable/release/picobsd/tinyware/msh/ |
| D | sh5.c | 46 c |= QUOTE; 269 return(c|QUOTE); 336 if ((c = qgravechar(ap, iop)&~QUOTE) == '\n') 351 return('\n'|QUOTE); 365 return(c!=0? c|QUOTE: 0); 515 if (*s & QUOTE) { 517 *s &= ~ QUOTE; 568 c &= ~ QUOTE; 617 c &= ~ QUOTE;
|
| D | sh4.c | 185 c |= QUOTE; 406 *s++ &= ~QUOTE; 438 else if (!any(*pp & ~QUOTE, spcl)) 439 *pp &= ~QUOTE; 512 dname[k] |= QUOTE;
|
| D | sh1.c | 723 #define QUOTE 0200 macro 724 #define QMASK (CMASK&~QUOTE) 757 if (sc != (pc&~QUOTE))
|
| /freebsd-9-stable/contrib/gcc/ |
| D | c-incpath.c | 287 heads[QUOTE] = remove_duplicates (pfile, heads[QUOTE], heads[SYSTEM], in merge_include_chains() 296 for (p = heads[QUOTE];; p = p->next) in merge_include_chains() 315 heads[QUOTE] = heads[BRACKET]; in split_quote_chain() 316 tails[QUOTE] = tails[BRACKET]; in split_quote_chain() 398 cpp_set_include_chains (pfile, heads[QUOTE], heads[BRACKET], in register_include_chains()
|
| D | c-incpath.h | 33 enum { QUOTE = 0, BRACKET, SYSTEM, AFTER }; enumerator
|
| /freebsd-9-stable/crypto/openssl/crypto/conf/ |
| D | keysets.pl | 10 $QUOTE=0x40; 28 $v|=$QUOTE if ($c =~ /['`"]/); # for emacs: "`'}/) 123 #define CONF_QUOTE $QUOTE
|
| /freebsd-9-stable/usr.bin/lex/ |
| D | scan.l | 72 %x SECT2 SECT2PROLOG SECT3 CODEBLOCK PICKUPDEF SC CARETISBOL NUM QUOTE 336 \" BEGIN(QUOTE); return '"'; 489 <QUOTE>{ 634 <SECT2,QUOTE,FIRSTCCL,CCL>{ESCSEQ} {
|
| /freebsd-9-stable/crypto/openssh/regress/ |
| D | sftp-glob.sh | 46 QUOTE="${DIR}/g-quote\"" 54 touch "${DATA}" "${GLOB1}" "${GLOB2}" "${QUOTE}" "${SPACE}"
|
| /freebsd-9-stable/usr.sbin/bsdconfig/usermgmt/share/ |
| D | user_input.subr | 114 " # END-QUOTE 168 " # END-QUOTE 525 " # END-QUOTE 668 " # END-QUOTE 1054 " # END-QUOTE 1059 " # END-QUOTE 1064 " # END-QUOTE 1068 " # END-QUOTE 1171 " # END-QUOTE 1174 " # END-QUOTE [all …]
|
| D | group_input.subr | 81 " # END-QUOTE 301 " # END-QUOTE 442 " # END-QUOTE 504 " # END-QUOTE 563 " # END-QUOTE
|
| /freebsd-9-stable/contrib/opie/ |
| D | glob.c | 82 #define QUOTE 0200 macro 481 switch (*pm & (QUOTE | TRIM)) { 494 case ',' | QUOTE:
|
| /freebsd-9-stable/lib/libc/gen/ |
| D | glob.c | 122 #define QUOTE '\\' macro 236 if (*patnext == QUOTE) { in glob() 238 *bufnext++ = QUOTE | M_PROTECT; in glob()
|
| /freebsd-9-stable/crypto/openssh/ |
| D | misc.c | 162 #define QUOTE "\"" macro 176 *s = strpbrk(*s, WHITESPACE QUOTE "="); in strdelim() 183 if ((*s = strpbrk(*s, QUOTE)) == NULL) { in strdelim()
|
| /freebsd-9-stable/usr.bin/yacc/ |
| D | defs.h | 71 #define QUOTE '\'' /* single quote */ macro
|