Searched refs:CHAR (Results 26 - 50 of 92) sorted by relevance

1234

/freebsd-11-stable/contrib/tcsh/
H A Ded.xmap.c615 if ((p[1] & CHAR) == 0) {
619 if ((*p & CHAR) == '\\') {
621 switch (*p & CHAR) {
662 ch = *p++ & CHAR;
688 else if ((*p & CHAR) == '^' && (Isalpha(p[1] & CHAR) ||
689 strchr("@^_?\\|[{]}", p[1] & CHAR))) {
692 c = ((*p & CHAR) == '?') ? CTL_ESC('\177') : ((*p & CHAR) & 0237);
694 c = ((*p & CHAR)
[all...]
H A Dtw.color.c202 while (*s && (*s & CHAR) != (Char)f && (*s & CHAR) != ':') {
203 if ((*s & CHAR) == '\\' || (*s & CHAR) == '^') {
208 sc = *s++ & CHAR;
340 if ((*v & CHAR) == ':')
359 switch (*v & CHAR) {
376 if (v[0] && v[1] && (v[2] & CHAR) == '=') {
378 if ((Char)variables[i].variable[0] == (v[0] & CHAR) &&
379 (Char)variables[i].variable[1] == (v[1] & CHAR))
[all...]
H A Dtc.nls.c142 if (Iscntrl(c) && (c & CHAR) < 0x100) {
156 if ((w > 0 && !(Iscntrl(c) && (c & CHAR) < 0x100)) || (Isprint(c) && !nocomb))
H A Dtc.bind.c72 par != NULL && (*par++ & CHAR) == '-'; no++, par = v[no]) {
73 if ((p = (*par & CHAR)) == '-') {
282 Strbuf_append1(&b, (*s == '?') ? '\177' : ((*s & CHAR) & 0237));
285 : _toebcdic[_toascii[*s & CHAR] & 0237]);
307 Strbuf_append1(&b, (*s == '?') ? '\177' : ((*s & CHAR) & 0237));
310 : _toebcdic[_toascii[*s & CHAR] & 0237]);
387 if ((*p & CHAR) == '\\' || (*p & CHAR) == '^') {
395 Strbuf_append1(&b, *p & CHAR);
H A Dtc.str.c74 if (wchar & (CHAR & INVALID_BYTE)) {
75 s[0] = wchar & (CHAR & 0xFF);
82 wchar &= CHAR;
628 #define DO_STRBUF(STRBUF, CHAR, STRLEN) \
637 STRBUF##_store1(struct STRBUF *buf, CHAR c) \
658 STRBUF##_append1(struct STRBUF *buf, CHAR c) \
665 STRBUF##_appendn(struct STRBUF *buf, const CHAR *s, size_t len) \
679 STRBUF##_append(struct STRBUF *buf, const CHAR *s) \
684 CHAR * \
/freebsd-11-stable/contrib/gcc/config/
H A Dopenbsd.h114 #define SWITCH_TAKES_ARG(CHAR) \
115 (DEFAULT_SWITCH_TAKES_ARG (CHAR) \
116 || (CHAR) == 'R')
/freebsd-11-stable/bin/ps/
H A Dps.h36 enum type { CHAR, UCHAR, SHORT, USHORT, INT, UINT, LONG, ULONG, KPTR, PGTOK }; enumerator in enum:type
/freebsd-11-stable/usr.bin/tip/tip/
H A Dvars.c62 { "escape", CHAR, (READ|WRITE)<<PUBLIC,
66 { "force", CHAR, (READ|WRITE)<<PUBLIC,
76 { "prompt", CHAR, (READ|WRITE)<<PUBLIC,
80 { "raisechar", CHAR, (READ|WRITE)<<PUBLIC,
H A Dvalue.c136 case CHAR:
240 case CHAR:
331 * assign variable s with value v (for NUMBER or STRING or CHAR types)
/freebsd-11-stable/contrib/gcc/
H A Dcppspec.c35 #define SWITCH_TAKES_ARG(CHAR) DEFAULT_SWITCH_TAKES_ARG(CHAR)
H A Dgengtype-yacc.y56 %token <s>CHAR
172 | yacc_ids CHAR
/freebsd-11-stable/contrib/flex/
H A Dyylex.c127 case CHAR:
H A Dparse.y3 %token CHAR NUMBER SECTEND SCDECL XSCDECL NAME PREVCCL EOF_OP
758 | CHAR
789 ccl : ccl CHAR '-' CHAR
849 | ccl CHAR
928 string : string CHAR
/freebsd-11-stable/usr.bin/xlint/common/
H A Dlint.h57 CHAR, /* char */ enumerator in enum:__anon13851
H A Dinittyp.c62 { CHAR, { CHAR_SIZE, CHAR_BIT,
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Dlint.h49 CHAR, /* char */ enumerator in enum:__anon13854
H A Demit1.c98 case CHAR: t = 'C'; s = '\0'; break;
450 arg->tn_left->tn_strg->st_tspec == CHAR) {
487 if (strg->st_tspec != CHAR)
H A Dinit.c612 if (!((strg->st_tspec == CHAR &&
613 (t == CHAR || t == UCHAR || t == SCHAR)) ||
622 if (!((strg->st_tspec == CHAR &&
623 (t == CHAR || t == UCHAR || t == SCHAR)) ||
/freebsd-11-stable/usr.sbin/ctm/ctm_rmail/
H A Doptions.h104 #define CHAR(x,ch) \ macro
/freebsd-11-stable/lib/libc/gen/
H A Dglob.c138 #define CHAR(c) ((Char)((c)&M_CHAR)) macro
566 *bufnext++ = CHAR(c);
570 *bufnext++ = CHAR(c);
590 *bufnext++ = CHAR(c);
941 CHAR(c) <= CHAR(k) &&
942 CHAR(k) <= CHAR(pat[1]) :
943 __wcollate_range_cmp(CHAR(c),
944 CHAR(
[all...]
/freebsd-11-stable/usr.bin/col/
H A Dcol.c86 } CHAR; typedef in typeref:struct:char_str
90 CHAR *l_line; /* characters on the line */
127 CHAR *c;
327 (unsigned)need * sizeof(CHAR))) == NULL)
429 CHAR *c, *endc;
436 static CHAR *sorted;
446 (unsigned)sizeof(CHAR) * sorted_size)) == NULL)
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A D_doprnt.c53 #define PRINT_CHAR(CHAR) \
55 putc(CHAR, stream); \
/freebsd-11-stable/contrib/binutils/libiberty/
H A D_doprnt.c53 #define PRINT_CHAR(CHAR) \
55 putc(CHAR, stream); \
/freebsd-11-stable/contrib/one-true-awk/
H A Db.c49 #define LEAF case CCL: case NCCL: case CHAR: case DOT: case FINAL: case ALL:
54 leaf (CCL, NCCL, CHAR, DOT, FINAL, ALL, EMPTYRE):
651 case CHAR:
652 np = op2(CHAR, NIL, itonp(rlxval));
674 return (unary(op2(CHAR, NIL, itonp(HAT))));
677 return (unary(op2(CHAR, NIL, NIL)));
700 case CHAR: case DOT: case ALL: case EMPTYRE: case CCL: case NCCL: case '$': case '(':
811 return CHAR;
814 return CHAR;
891 if ((k == CHAR
[all...]
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dia64.h838 letters for register classes. If CHAR is such a letter, the value should be
843 #define REG_CLASS_FROM_LETTER(CHAR) \
844 ((CHAR) == 'f' ? FR_REGS \
845 : (CHAR) == 'a' ? ADDL_REGS \
846 : (CHAR) == 'b' ? BR_REGS \
847 : (CHAR) == 'c' ? PR_REGS \
848 : (CHAR) == 'd' ? AR_M_REGS \
849 : (CHAR) == 'e' ? AR_I_REGS \
850 : (CHAR) == 'x' ? FP_REGS \

Completed in 299 milliseconds

1234