Lines Matching +full:0 +full:x04000
84 #define SC_DEBUG_LEVEL 0
96 #define PRINTABLE(ch) ((ch) > 0x1b || ((ch) > 0x0d && (ch) < 0x1b) \
97 || (ch) < 0x07)
106 scp->start = 0;\
111 #define UNKNOWN_MODE 0x00010 /* unknown video mode */
112 #define SWITCH_WAIT_REL 0x00080 /* waiting for vty release */
113 #define SWITCH_WAIT_ACQ 0x00100 /* waiting for vty ack */
114 #define BUFFER_SAVED 0x00200 /* vty buffer is saved */
115 #define CURSOR_ENABLED 0x00400 /* text cursor is enabled */
116 #define MOUSE_MOVED 0x01000 /* mouse cursor has moved */
117 #define MOUSE_CUTTING 0x02000 /* mouse cursor is cutting text */
118 #define MOUSE_VISIBLE 0x04000 /* mouse cursor is showing */
119 #define GRAPHICS_MODE 0x08000 /* vty is in a graphics mode */
120 #define PIXEL_MODE 0x10000 /* vty is in a raster text mode */
121 #define SAVER_RUNNING 0x20000 /* screen saver is running */
122 #define VR_CURSOR_BLINK 0x40000 /* blinking text cursor */
123 #define VR_CURSOR_ON 0x80000 /* text cursor is on */
124 #define MOUSE_HIDDEN 0x100000 /* mouse cursor is temporarily hidden */
127 #define FALSE 0
148 #define VTB_VALID (1 << 0)
151 #define VTB_INVALID 0
195 #define SC_VISUAL_BELL (1 << 0)
197 #if 0 /* not used anymore */
372 #define SC_TE_COLD_INIT 0
379 #define SC_TE_HARD_RESET 0
384 #define SC_TE_NOTIFY_VTSWITCH_IN 0
419 if (sw.te_refcount > 0) \
426 return 0; \
480 int error = 0; \
529 #define ISSIGVALID(sig) ((sig) > 0 && (sig) < NSIG)
538 } while(0)
543 } while(0)