Home
last modified time | relevance | path

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

12

/freebsd/contrib/tcsh/
H A Dsh.char.h168 #define letter(c) (((c) & QUOTE) ? 0 : \
170 #define alnum(c) (((c) & QUOTE) ? 0 : \
173 #define letter(c) (((Char)(c) & QUOTE) ? 0 : \
176 #define alnum(c) (((Char)(c) & QUOTE) ? 0 : \
188 # define Isspace(c) (((c) & QUOTE) ? 0 : iswspace(c))
189 # define Isdigit(c) (((c) & QUOTE) ? 0 : iswdigit(c))
190 # define Isalpha(c) (((c) & QUOTE) ? 0 : iswalpha(c))
191 # define Islower(c) (((c) & QUOTE) ? 0 : iswlower(c))
192 # define Isupper(c) (((c) & QUOTE) ? 0 : iswupper(c))
245 # define IsprintM(c) (((Char)(c) & QUOTE) ? 0 : \
[all …]
H A Dsh.dol.c178 c |= QUOTE; in Dpack()
250 if ((c & (QUOTE | TRIM)) == ('\n' | QUOTE)) { in Dword()
266 Strbuf_append1(wbuf, c | QUOTE); in Dword()
289 c |= QUOTE; in Dword()
327 c = labuf.s[lap++] & (QUOTE | TRIM); in DgetC()
330 return (c | QUOTE); in DgetC()
334 if ((c = *dolp++ & (QUOTE | TRIM)) != 0) in DgetC()
416 case '<'|QUOTE: { in Dgetdol()
921 return (c & (QUOTE | TRIM)); in Dredc()
1094 unDgetC(c | QUOTE), c = '\\'; in heredoc()
[all …]
H A Dsh.print.c150 c &= CHAR | QUOTE; in xputchar()
151 if (!output_raw && (c & QUOTE) == 0) { in xputchar()
H A Dglob.c68 #undef QUOTE
113 #define QUOTE '\\' macro
347 if (c == QUOTE) { in glob()
349 c = QUOTE; in glob()
445 if (*src == QUOTE) { in glob()
H A Dsh.lex.c358 c |= QUOTE; in word()
383 c |= QUOTE; in word()
388 c |= QUOTE; in word()
395 c |= QUOTE; in word()
397 c = '\\' | QUOTE; in word()
417 c |= QUOTE; in word()
450 c |= QUOTE; in getC1()
510 ungetC('$' | QUOTE); in getdol()
1034 *xp |= QUOTE; in domod()
H A Dtc.const.c256 Char STRmquestion[] = { '%', 'R', (Char)('?' | QUOTE), ' ', '\0' };
259 (Char)('?' | QUOTE), ' ', '\0' };
383 Char STRQNULL[] = { (Char)('\0' | QUOTE), '\0' };
H A Dtw.comp.c232 *bf = *bf & ~QUOTE; in tw_tok()
275 switch (act[0] & ~QUOTE) { in tw_result()
383 switch (act[1] & ~QUOTE) { in tw_result()
H A Dtc.printf.c285 if (fmt == 'Q' && *Bp & QUOTE) { in doprnt()
318 if (fmt == 'q' && *bp & QUOTE) { in doprnt()
H A Dtc.nls.c130 if ((c & INVALID_BYTE) == QUOTE && (c & 0x80) == 0) /* c >= QUOTE */ in NLSClassify()
H A Dsh.sem.c110 if ((t->t_dcom[0][0] & (QUOTE | TRIM)) == QUOTE) in execute()
188 if ((t->t_dcom[0][0] & (QUOTE | TRIM)) == QUOTE) in execute()
H A Dtw.parse.c207 Strbuf_append1(&qline, *++cp | QUOTE); in tenematch()
210 Strbuf_append1(&qline, *cp | QUOTE); in tenematch()
242 xprintf("%c", *p & QUOTE ? '-' : ' '); in tenematch()
247 xprintf("%c", *p & QUOTE ? '-' : ' '); in tenematch()
616 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()
H A Dsh.exec.c946 if ((*(sp->word) & (QUOTE | TRIM)) == QUOTE) in tellmewhat()
957 *s1++ = *s2++ | QUOTE; in tellmewhat()
963 *s1++ = *s2++ | QUOTE; in tellmewhat()
H A Dsh.h734 # define QUOTE 0x80000000 macro
748 # define QUOTE ((Char) 0100000)/* 16nth char bit used for 'ing */ macro
758 # define QUOTE ((Char) 0200) /* Eighth char bit used for 'ing */ macro
/freebsd/crypto/openssl/crypto/conf/
H A Dkeysets.pl22 my $QUOTE = 0x0040;
43 $v |= $QUOTE if $c =~ /['`"]/; # for emacs: "`'
84 #define CONF_QUOTE $QUOTE
/freebsd/crypto/openssh/regress/
H A Dsftp-glob.sh46 QUOTE="${DIR}/g-quote\""
54 touch "${DATA}" "${GLOB1}" "${GLOB2}" "${QUOTE}" "${SPACE}"
/freebsd/tools/test/stress2/misc/
H A Dtruncate6.sh67 fsdb -r /dev/md$mdstart <<QUOTE heredoc
71 QUOTE
/freebsd/usr.sbin/bsdconfig/usermgmt/share/
H A Duser_input.subr113 " # END-QUOTE
167 " # END-QUOTE
524 " # END-QUOTE
667 " # END-QUOTE
1054 " # END-QUOTE
1059 " # END-QUOTE
1064 " # END-QUOTE
1172 " # END-QUOTE
1175 " # END-QUOTE
1178 " # END-QUOTE
[all …]
H A Dgroup_input.subr80 " # END-QUOTE
300 " # END-QUOTE
441 " # END-QUOTE
503 " # END-QUOTE
562 " # END-QUOTE
/freebsd/contrib/flex/src/
H A Dscan.l127 %x SECT2 SECT2PROLOG SECT3 CODEBLOCK PICKUPDEF SC CARETISBOL NUM QUOTE
531 \" BEGIN(QUOTE); return '"';
796 <QUOTE>{
982 <SECT2,QUOTE,FIRSTCCL,CCL>{ESCSEQ} {
/freebsd/cddl/usr.sbin/dwatch/examples/
H A Dprofile_template20 #" # END-QUOTE
/freebsd/cddl/usr.sbin/dwatch/libexec/
H A Dsystop19 " # END-QUOTE
/freebsd/usr.sbin/bsdconfig/networking/share/
H A Ddevice.subr214 " # END-QUOTE
218 " # END-QUOTE
224 " # END-QUOTE
/freebsd/crypto/openssh/openbsd-compat/
H A Dglob.c96 #define QUOTE '\\' macro
217 if (c == QUOTE) { in glob()
219 c = QUOTE; in glob()
/freebsd/usr.sbin/bsdconfig/share/media/
H A Dany.subr80 " # END-QUOTE
H A Dwlan.subr128 " # END-QUOTE
594 " # END-QUOTE
819 " # END-QUOTE
869 " # END-QUOTE
888 " # END-QUOTE
1299 $menu_list" # END-QUOTE

12