Searched refs:tt_cols (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/netware/
H A Dnlmcfg.h32 int screensize OF((int *tt_rows, int *tt_cols));
H A Dnetware.c899 int screensize(int *tt_rows, int *tt_cols)
906 if (tt_cols != NULL) *tt_cols = width;
910 if (tt_cols != NULL) *tt_cols = 80;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dttyio.c353 int screensize(tt_rows, tt_cols)
355 int *tt_cols;
377 if (tt_cols != NULL)
378 *tt_cols = (int)((wsz.ws_col > 0) ? wsz.ws_col : 80);
391 if (tt_cols != NULL)
392 *tt_cols = 80;
399 int screensize(tt_rows, tt_cols)
401 int *tt_cols;
420 if (tt_cols != NULL) {
423 *tt_cols
[all...]
H A Dunzpriv.h2598 int screensize OF((int *tt_rows, int *tt_cols)); /* local */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dttyio.c350 int screensize(tt_rows, tt_cols)
352 int *tt_cols;
374 if (tt_cols != NULL)
375 *tt_cols = (int)((wsz.ws_col > 0) ? wsz.ws_col : 80);
388 if (tt_cols != NULL)
389 *tt_cols = 80;
396 int screensize(tt_rows, tt_cols)
398 int *tt_cols;
417 if (tt_cols != NULL) {
420 *tt_cols
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/os2/
H A Dos2cfg.h161 int screensize(int *tt_rows, int *tt_cols);
H A Dos2.c2360 int screensize(int *tt_rows, int *tt_cols)
2366 if (tt_cols != NULL) *tt_cols = dst[0];
2372 if (tt_cols != NULL) *tt_cols = vmi.col;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/msdos/
H A Ddoscfg.h323 int screensize(int *tt_rows, int *tt_cols);
329 int screensize(int *tt_rows, int *tt_cols);
H A Dmsdos.c2313 int screensize(int *tt_rows, int *tt_cols) argument
2319 if (tt_cols != NULL) *tt_cols = scr_dimen[0];
2336 int screensize(int *tt_rows, int *tt_cols) argument
2342 if (tt_cols != NULL) *tt_cols = (int)(vc.numtextcols);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/qdos/
H A Dqdos.c177 int screensize(int *tt_rows, int *tt_cols) argument
183 if(tt_cols)
184 *tt_cols = rect.q_width;
190 if(tt_cols)
191 *tt_cols = 80;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/win32/
H A Dw32cfg.h397 int screensize(int *tt_rows, int *tt_cols);
H A Dwin32.c2655 int screensize(int *tt_rows, int *tt_cols)
2663 if (tt_cols != NULL) *tt_cols = scr.srWindow.Right - scr.srWindow.Left + 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/vms/
H A Dvms.c5331 static int getscreeninfo(int *tt_rows, int *tt_cols, int *tt_wrap)
5388 if (tt_cols != NULL)
5389 *tt_cols = ( (ttmode.pagewidth >= 10)
5398 if (tt_cols != NULL)
5399 *tt_cols = 80;
5407 int screensize(int *tt_rows, int *tt_cols)
5412 if (tt_cols != NULL) *tt_cols = scrncolumns;

Completed in 144 milliseconds