Home
last modified time | relevance | path

Searched refs:INIT_COLS (Results 1 – 8 of 8) sorted by relevance

/dports/japanese/ng-canna/ng-1.4.4/sys/amiga/
H A Dttydef.h42 #ifndef INIT_COLS
43 #define INIT_COLS 80 /* Desired initial window width */ macro
H A Dttyio.c328 if ((EmS->Width >= ((INIT_COLS * EmFont->tf_XSize) + LR_BORDER)) && in firstwin()
/dports/japanese/ng/ng-1.4.4/sys/amiga/
H A Dttydef.h42 #ifndef INIT_COLS
43 #define INIT_COLS 80 /* Desired initial window width */ macro
H A Dttyio.c328 if ((EmS->Width >= ((INIT_COLS * EmFont->tf_XSize) + LR_BORDER)) && in firstwin()
/dports/japanese/ng-devel/ng-1.5beta1/sys/amiga/
H A Dttydef.h45 #ifndef INIT_COLS
46 #define INIT_COLS 80 /* Desired initial window width */ macro
H A Dttyio.c337 if ((EmS->Width >= ((INIT_COLS * EmFont->tf_XSize) + LR_BORDER)) && in firstwin()
/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/
H A Dt-emulator.cpp121 #define INIT_COLS 80 macro
124 …: _screen0( 1024, INIT_COLS, &_clList ), _screen1( INIT_ROWS, INIT_COLS, &_clList ), _screen( &_s… in Emulator()
125 _rows( INIT_ROWS ), _cols( INIT_COLS ), _wrap( true ) in Emulator()
/dports/math/libqalculate/libqalculate-3.17.0/src/
H A Dqalc.cc602 # define INIT_COLS int rows = 0, cols = 0; if(!cfile) rl_get_screen_size(&rows, &cols); macro
609 # define INIT_COLS int cols = (cfile ? 0 : 80); macro
2732 INIT_COLS in main()
4046 INIT_COLS in main()
5270 INIT_COLS in ask_tc()