Home
last modified time | relevance | path

Searched defs:console_s (Results 1 – 9 of 9) sorted by relevance

/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/
H A Dconsole.h32 typedef struct console_s { struct
35 unsigned int console_xres;
36 unsigned int console_yres;
40 int console_can_stay_open;
45 int console_cannot_output;
47 struct console_private_s *private;
/dports/emulators/vice/vice-3.5/src/
H A Dconsole.h32 typedef struct console_s { struct
35 unsigned int console_xres;
36 unsigned int console_yres;
40 int console_can_stay_open;
45 int console_cannot_output;
47 struct console_private_s *private;
/dports/games/q2pro/q2pro/source/
H A Dconsole.c39 qboolean initialized;
47 int vidWidth, vidHeight;
48 float scale;
52 qboolean addToNotify;
54 qhandle_t conbackImage;
55 qhandle_t charsetImage;
57 int charWidth, charHeight;
61 float maxHeight;
63 inputField_t chatField;
64 commandPrompt_t prompt;
[all …]
/dports/games/egl/egl-0.3.1_9/client/
H A Dcl_console.c31 typedef struct console_s { struct
32 qBool initialized;
34 char text[CON_TEXTSIZE]; // console text
38 int orMask;
40 qBool carriageReturn; // last newline was '\r'
41 int xOffset;
43 int lastColor; // color before last newline
44 int lastStyle; // style before last newline
46 int display; // bottom of console displays this line
48 float visLines;
[all …]
/dports/games/openjk/OpenJK-07675e2/codemp/client/
H A Dclient.h334 typedef struct console_s { struct
335 qboolean initialized;
337 short text[CON_TEXTSIZE];
339 int x; // offset in current line for next print
340 int display; // bottom of console displays this line
342 int linewidth; // characters across screen
343 int totallines; // total lines in console scrollback
345 float xadjust; // for wide aspect screens
346 float yadjust; // for wide aspect screens
351 int vislines; // in scanlines
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/mips/include/asm/sn/
H A Dklconfig.h126 typedef struct console_s { struct
127 unsigned long uart_base;
128 unsigned long config_base;
129 unsigned long memory_base;
130 short baud;
131 short flag;
132 int type;
133 nasid_t nasid;
134 char wid;
135 char npci;
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/mips/include/asm/sn/
H A Dklconfig.h126 typedef struct console_s { struct
127 unsigned long uart_base;
128 unsigned long config_base;
129 unsigned long memory_base;
130 short baud;
131 short flag;
132 int type;
133 nasid_t nasid;
134 char wid;
135 char npci;
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/mips/include/asm/sn/
H A Dklconfig.h126 typedef struct console_s { struct
127 unsigned long uart_base;
128 unsigned long config_base;
129 unsigned long memory_base;
130 short baud;
131 short flag;
132 int type;
133 nasid_t nasid;
134 char wid;
135 char npci;
[all …]
/dports/audio/sidplay2/sidplay-2.0.9/src/
H A DIniConfig.h92 struct console_section console_s; variable