Home
last modified time | relevance | path

Searched refs:ScreenCols (Results 1 – 25 of 59) sorted by relevance

123

/dports/editors/fte/fte/src/
H A Dcon_x11.cpp101 static int ScreenCols = 80; variable
669 ScreenCols = XSize; in ConInit()
737 if (W > ScreenCols) in ConPutBox()
738 W = ScreenCols; in ConPutBox()
865 int MX = (X < ScreenCols) ? X : ScreenCols; in ConSetSize()
873 ScreenCols = X; in ConSetSize()
882 *X = ScreenCols; in ConQuerySize()
979 if (xx + ww > ScreenCols) in UpdateWindow()
980 ww = ScreenCols - xx; in UpdateWindow()
994 int ox = ScreenCols; in ResizeWindow()
[all …]
/dports/lang/swi-pl/swipl-8.2.3/src/
H A Dpl-term.c347 cols = ScreenCols(); /* not used anyway */
374 int (*ScreenCols)(void *h) = getModuleFunction("plterm", "ScreenCols"); variable
380 if ( ScreenCols && ScreenRows )
384 int cols = (*ScreenCols)(con);
/dports/www/links/links-2.25/
H A Ddos.c45 *x = ScreenCols(); in get_terminal_size()
293 screen_backbuffer_x = ScreenCols(); in save_terminal()
313 if (ScreenCols() == screen_backbuffer_x && ScreenRows() == screen_backbuffer_y) { in restore_terminal()
/dports/archivers/unzip/unzip60/msdos/
H A Ddoscfg.h317 # define SCREENWIDTH ScreenCols()
/dports/lang/yap/yap-6.2.2/LGPL/swi_console/
H A Dconsole.h153 _export int ScreenCols(rlc_console c);
/dports/lang/swi-pl/swipl-8.2.3/src/win32/console/
H A Dconsole.h159 _export int ScreenCols(rlc_console c);
/dports/lang/fpc-source/fpc-3.2.2/packages/rtl-console/src/amicommon/
H A Dcrt.pp354 function ScreenCols: Integer;
636 if x2 > ScreenCols then
637 x2 := ScreenCols;
699 MaxCols := ScreenCols;
/dports/lang/fpc-rtl-console/fpc-3.2.2/packages/rtl-console/src/amicommon/
H A Dcrt.pp354 function ScreenCols: Integer;
636 if x2 > ScreenCols then
637 x2 := ScreenCols;
699 MaxCols := ScreenCols;
/dports/print/texinfo/texinfo-6.8/info/
H A Dpcterm.c454 ScreenCols (void) in ScreenCols() function
1076 movetext (1, start + 1, ScreenCols (), end, 1, start + amount + 1);
1107 screenwidth = ScreenCols (); in pc_prep_terminal()
/dports/archivers/lzop/lzop-1.04/src/
H A Ds_djgpp2.c212 this->data->cols = ScreenCols(); in init()
/dports/editors/emacs/emacs-27.2/src/
H A Dmsdos.c376 regs.x.dx = 8 * (ScreenCols () - 1); in mouse_init()
530 int current_rows = ScreenRows (), current_cols = ScreenCols (); in dos_set_window_size()
600 *cols = ScreenCols (); in dos_set_window_size()
1412 screen_size_X = ScreenCols (); in IT_set_terminal_modes()
1472 int update_row_len = ScreenCols () * 2, current_rows = ScreenRows (); in IT_reset_terminal_modes()
1475 int cursor_pos_X = ScreenCols () - 1, cursor_pos_Y = ScreenRows () - 1; in IT_reset_terminal_modes()
/dports/archivers/upx/upx-3.96/src/
H A Ds_djgpp2.cpp260 cols = ScreenCols(); in init()
/dports/devel/avr-gdb/gdb-7.3.1/readline/
H A Dterminal.c260 _rl_screenwidth = ScreenCols ();
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/readline/
H A Dterminal.c225 _rl_screenwidth = ScreenCols ();
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/readline/
H A Dterminal.c225 _rl_screenwidth = ScreenCols ();
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dmsdos.c376 regs.x.dx = 8 * (ScreenCols () - 1); in mouse_init()
530 int current_rows = ScreenRows (), current_cols = ScreenCols (); in dos_set_window_size()
600 *cols = ScreenCols (); in dos_set_window_size()
1412 screen_size_X = ScreenCols (); in IT_set_terminal_modes()
1472 int update_row_len = ScreenCols () * 2, current_rows = ScreenRows (); in IT_reset_terminal_modes()
1475 int cursor_pos_X = ScreenCols () - 1, cursor_pos_Y = ScreenRows () - 1; in IT_reset_terminal_modes()
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/term/
H A Ddjsvga.trm180 dj_textsave = gp_alloc(ScreenRows() * ScreenCols() * 2, "djsvga term scrbuf");
182 dj_width = ScreenCols();
/dports/games/pmars/pmars-0.9.2/src/
H A Dgtdisp.c124 screenX = panelWidth = ScreenCols(); in text_display_init()
/dports/games/pmars-sdl/pmars-0.9.2-5/src/
H A Dgtdisp.c124 screenX = panelWidth = ScreenCols(); in text_display_init()
/dports/shells/bash/bash-5.1/lib/readline/
H A Dterminal.c291 _rl_screenwidth = ScreenCols (); in _rl_get_screen_size()
/dports/devel/gdb/gdb-11.1/readline/readline/
H A Dterminal.c291 _rl_screenwidth = ScreenCols (); in _rl_get_screen_size()
/dports/devel/gdb761/gdb-7.6.1/readline/
H A Dterminal.c275 _rl_screenwidth = ScreenCols ();
/dports/devel/readline/readline-8.1/
H A Dterminal.c291 _rl_screenwidth = ScreenCols (); in _rl_get_screen_size()
/dports/editors/xvile/vile-9.8v/
H A Dgppconio.c667 t->winright = t->screenwidth = ScreenCols(); in _gettextinfo()
/dports/editors/vile/vile-9.8v/
H A Dgppconio.c667 t->winright = t->screenwidth = ScreenCols(); in _gettextinfo()

123