Home
last modified time | relevance | path

Searched refs:UIntClr (Results 1 – 15 of 15) sorted by relevance

/dports/x11/xterm/xterm-370/
H A Dresize.c449 UIntClr(tio.c_iflag, (ICRNL | IUCLC)); in main()
450 UIntClr(tio.c_lflag, (ICANON | ECHO)); in main()
457 UIntClr(tio.c_iflag, ICRNL); in main()
458 UIntClr(tio.c_lflag, (ICANON | ECHO)); in main()
466 UIntClr(sg.sg_flags, ECHO); in main()
H A Dinput.c413 UIntClr(state, ShiftMask); in xtermStateToParam()
417 UIntClr(state, ControlMask); in xtermStateToParam()
421 UIntClr(state, xw->work.alt_mods); in xtermStateToParam()
509 UIntClr(result, ControlMask); in allowedCharModifiers()
521 UIntClr(result, ShiftMask); in allowedCharModifiers()
570 UIntClr(state, ControlMask); in ModifyOtherKeys()
943 UIntClr(evt_state, ShiftMask); in Input()
952 UIntClr(evt_state, ControlMask); in Input()
1077 UIntClr(evt_state, ControlMask); in Input()
1088 UIntClr(evt_state, ShiftMask); in Input()
[all …]
H A Dtabs.c64 #define CLR_TAB(tabs,n) UIntClr(tabs[TAB_INDEX(n)], TAB_MASK(n))
H A Dscreen.c2077 UIntClr(*flags, ORIGIN); in ScreenResize()
2321 UIntClr(temp, (FG_COLOR | BG_COLOR)); in ScrnFillRectangle()
2539 UIntClr(flags, SGR_MASK); in ScrnMarkRectangle()
2557 UIntClr(flags, BOLD); in ScrnMarkRectangle()
2560 UIntClr(flags, UNDERLINE); in ScrnMarkRectangle()
2563 UIntClr(flags, BLINK); in ScrnMarkRectangle()
2566 UIntClr(flags, INVERSE); in ScrnMarkRectangle()
2569 UIntClr(flags, INVISIBLE); in ScrnMarkRectangle()
H A Ddoublechr.c333 UIntClr(params->attr_flags, BOLD); in xterm_DoubleGC()
H A Dcursor.c366 UIntClr(xw->flags, DECSC_FLAGS); in CursorRestore()
H A Dcharproc.c1024 UIntClr(xw->flags, FG_COLOR); in SGR_Foreground()
1069 UIntClr(xw->flags, BG_COLOR); in SGR_Background()
1183 UIntClr(xw->flags, ATR_ITALIC); in ResetItalics()
1335 UIntClr(xw->flags, LEFT_RIGHT); in resetMarginMode()
1345 UIntClr(xw->flags, in resetRendition()
3345 UIntClr(xw->flags, BOLD); in doparsing()
3371 UIntClr(xw->flags, BLINK); in doparsing()
3377 UIntClr(xw->flags, INVERSE); in doparsing()
3773 UIntClr(xw->flags, ORIGIN); in doparsing()
4060 UIntClr(xw->flags, PROTECTED); in doparsing()
[all …]
H A Dptyx.h1757 #define clrDirectFG(flags) UIntClr(flags, ATR_DIRECT_FG)
1758 #define clrDirectBG(flags) UIntClr(flags, ATR_DIRECT_BG)
1763 #define setDirectFG(flags,test) if (test) UIntSet(flags, ATR_DIRECT_FG); else UIntClr(flags, ATR_DI…
1764 #define setDirectBG(flags,test) if (test) UIntSet(flags, ATR_DIRECT_BG); else UIntClr(flags, ATR_DI…
H A Dxterm.h1666 UIntClr(flags, attr)
1767 #define UIntClr(dst,bits) dst = dst & (unsigned) ~(bits) macro
H A Dmain.c4009 UIntClr(xw->keyboard.flags, MODE_DECBKM); in spawnXTerm()
4313 UIntClr(tio.c_iflag, (INLCR | IGNCR)); in spawnXTerm()
4324 UIntClr(tio.c_oflag, in spawnXTerm()
4339 UIntClr(tio.c_cflag, CBAUD); in spawnXTerm()
4428 UIntClr(tio.c_cflag, CSIZE); in spawnXTerm()
H A Dmisc.c4603 UIntClr(xw->flags, (INVERSE | BLINK | UNDERLINE | BOLD)); in restore_DECCIR()
4620 UIntClr(xw->flags, ORIGIN); in restore_DECCIR()
7656 UIntClr(xw->flags, name); \ in xtermPopSGR()
7665 UIntClr(xw->flags, part); \ in xtermPopSGR()
7675 UIntClr(xw->flags, name); \ in xtermPopSGR()
H A Dtrace.c754 UIntClr(source, table[n].mask); in formatEventMask()
H A Dfontutils.c1732 UIntClr(screen->fnt_boxes, 2); in xtermLoadFont()
1745 UIntClr(screen->fnt_boxes, 1); in xtermLoadFont()
1750 UIntClr(screen->fnt_boxes, 1); in xtermLoadFont()
H A Dutil.c1132 UIntClr(attr_flags, BOLD); in WriteText()
/dports/net/gsocket/gsocket-1.4.28/tools/
H A Dconsole.c24 #define UIntClr(dst,bits) dst = dst & (unsigned) ~(bits) macro
127 UIntClr(tio.c_iflag, ICRNL); in console_init()
128 UIntClr(tio.c_lflag, (ICANON | ECHO)); in console_init()