OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UIntClr
(Results
1 - 14
of
14
) sorted by relevancy
/xsrc/external/mit/xterm/dist/
resize.c
478
UIntClr
(tio.c_iflag, (ICRNL | IUCLC));
479
UIntClr
(tio.c_lflag, (ICANON | ECHO));
486
UIntClr
(tio.c_iflag, ICRNL);
487
UIntClr
(tio.c_lflag, (ICANON | ECHO));
495
UIntClr
(sg.sg_flags, ECHO);
tabs.c
64
#define CLR_TAB(tabs,n)
UIntClr
(tabs[TAB_INDEX(n)], TAB_MASK(n))
input.c
409
UIntClr
(state, ShiftMask);
413
UIntClr
(state, ControlMask);
417
UIntClr
(state, xw->work.alt_mods);
421
/*
UIntClr
(state, xw->work.meta_mods); */
505
UIntClr
(result, ControlMask);
517
UIntClr
(result, ShiftMask);
566
UIntClr
(state, ControlMask);
940
UIntClr
(evt_state, ShiftMask);
949
UIntClr
(evt_state, ControlMask);
1074
UIntClr
(evt_state, ControlMask)
[
all
...]
doublechr.c
332
UIntClr
(params->attr_flags, BOLD);
cursor.c
461
UIntClr
(xw->flags, our_flags);
screen.c
2340
UIntClr
(*flags, ORIGIN);
2606
UIntClr
(temp, (FG_COLOR | BG_COLOR));
2890
UIntClr
(flags, SGR_MASK);
2908
UIntClr
(flags, BOLD);
2911
UIntClr
(flags, UNDERLINE);
2914
UIntClr
(flags, BLINK);
2917
UIntClr
(flags, INVERSE);
2920
UIntClr
(flags, INVISIBLE);
ptyx.h
1843
#define clrDirectFG(flags)
UIntClr
(flags, ATR_DIRECT_FG)
1844
#define clrDirectBG(flags)
UIntClr
(flags, ATR_DIRECT_BG)
1849
#define setDirectFG(flags,test) if (test) UIntSet(flags, ATR_DIRECT_FG); else
UIntClr
(flags, ATR_DIRECT_FG)
1850
#define setDirectBG(flags,test) if (test) UIntSet(flags, ATR_DIRECT_BG); else
UIntClr
(flags, ATR_DIRECT_BG)
charproc.c
1040
UIntClr
(xw->flags, FG_COLOR);
1085
UIntClr
(xw->flags, BG_COLOR);
1199
UIntClr
(xw->flags, ATR_ITALIC);
1373
UIntClr
(xw->flags, LEFT_RIGHT);
1383
UIntClr
(xw->flags,
4196
UIntClr
(xw->flags, BOLD);
4198
UIntClr
(xw->flags, ATR_FAINT);
4213
UIntClr
(xw->flags, UNDERLINE);
4215
UIntClr
(xw->flags, ATR_DBL_UNDER);
4222
UIntClr
(xw->flags, BLINK)
[
all
...]
main.c
4248
UIntClr
(xw->keyboard.flags, MODE_DECBKM);
4541
UIntClr
(tio.c_iflag, (INLCR | IGNCR));
4552
UIntClr
(tio.c_oflag,
4567
UIntClr
(tio.c_cflag, CBAUD);
4643
UIntClr
(tio.c_cflag, CSIZE);
xterm.h
1809
UIntClr
(flags, attr)
1915
#define
UIntClr
(dst,bits) dst = dst & (unsigned) ~(bits)
trace.c
765
UIntClr
(source, table[n].mask);
misc.c
4663
UIntClr
(xw->flags, (INVERSE | BLINK | UNDERLINE | BOLD));
4681
UIntClr
(xw->flags, ORIGIN);
8114
UIntClr
(xw->flags, name); \
8123
UIntClr
(xw->flags, part); \
8133
UIntClr
(xw->flags, name); \
fontutils.c
1871
UIntClr
(screen->fnt_boxes, 2);
1884
UIntClr
(screen->fnt_boxes, 1);
1889
UIntClr
(screen->fnt_boxes, 1);
util.c
1137
UIntClr
(attr_flags, BOLD);
Completed in 34 milliseconds
Indexes created Mon Aug 17 00:26:26 UTC 2026