Home
last modified time | relevance | path

Searched refs:QUOTE (Results 1 – 25 of 52) sorted by relevance

123

/freebsd-9-stable/contrib/tcsh/
Dsh.char.h153 (((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 …]
Dsh.dol.c179 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 …]
Dglob.c63 #undef QUOTE
108 #define QUOTE '\\' macro
339 if (c == QUOTE) { in glob()
341 c = QUOTE; in glob()
436 if (*src == QUOTE) { in glob()
Dsh.print.c154 c &= CHAR | QUOTE; in xputchar()
155 if (!output_raw && (c & QUOTE) == 0) { in xputchar()
Dsh.lex.c345 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()
Dtw.comp.c236 *bf = *bf & ~QUOTE; in tw_tok()
278 switch (act[0] & ~QUOTE) { in tw_result()
386 switch (act[1] & ~QUOTE) { in tw_result()
Dtc.const.c256 Char STRmquestion[] = { '%', 'R', '?' | QUOTE, ' ', '\0' };
259 '?' | QUOTE, ' ', '\0' };
381 Char STRQNULL[] = { '\0' | QUOTE, '\0' };
Dtc.printf.c268 if (fmt == 'Q' && *Bp & QUOTE) in doprnt()
293 if (fmt == 'q' && *bp & QUOTE) in doprnt()
Dsh.sem.c114 if ((t->t_dcom[0][0] & (QUOTE | TRIM)) == QUOTE) in execute()
192 if ((t->t_dcom[0][0] & (QUOTE | TRIM)) == QUOTE) in execute()
Dtw.parse.c211 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()
Dsh.exec.c949 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/
Dsh5.c46 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;
Dsh4.c185 c |= QUOTE;
406 *s++ &= ~QUOTE;
438 else if (!any(*pp & ~QUOTE, spcl))
439 *pp &= ~QUOTE;
512 dname[k] |= QUOTE;
Dsh1.c723 #define QUOTE 0200 macro
724 #define QMASK (CMASK&~QUOTE)
757 if (sc != (pc&~QUOTE))
/freebsd-9-stable/contrib/gcc/
Dc-incpath.c287 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()
Dc-incpath.h33 enum { QUOTE = 0, BRACKET, SYSTEM, AFTER }; enumerator
/freebsd-9-stable/crypto/openssl/crypto/conf/
Dkeysets.pl10 $QUOTE=0x40;
28 $v|=$QUOTE if ($c =~ /['`"]/); # for emacs: "`'}/)
123 #define CONF_QUOTE $QUOTE
/freebsd-9-stable/usr.bin/lex/
Dscan.l72 %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/
Dsftp-glob.sh46 QUOTE="${DIR}/g-quote\""
54 touch "${DATA}" "${GLOB1}" "${GLOB2}" "${QUOTE}" "${SPACE}"
/freebsd-9-stable/usr.sbin/bsdconfig/usermgmt/share/
Duser_input.subr114 " # 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 …]
Dgroup_input.subr81 " # END-QUOTE
301 " # END-QUOTE
442 " # END-QUOTE
504 " # END-QUOTE
563 " # END-QUOTE
/freebsd-9-stable/contrib/opie/
Dglob.c82 #define QUOTE 0200 macro
481 switch (*pm & (QUOTE | TRIM)) {
494 case ',' | QUOTE:
/freebsd-9-stable/lib/libc/gen/
Dglob.c122 #define QUOTE '\\' macro
236 if (*patnext == QUOTE) { in glob()
238 *bufnext++ = QUOTE | M_PROTECT; in glob()
/freebsd-9-stable/crypto/openssh/
Dmisc.c162 #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/
Ddefs.h71 #define QUOTE '\'' /* single quote */ macro

123