Searched refs:screenheight (Results 1 - 10 of 10) sorted by relevance

/ast/src/lib/libtk/library/
H A Dbgerror.tcl62 set y [expr [winfo screenheight $w]/2 - [winfo reqheight $w]/2 \
H A Ddialog.tcl113 set y [expr [winfo screenheight $w]/2 - [winfo reqheight $w]/2 \
H A Dmsgbox.tcl209 set y [expr [winfo screenheight $w]/2 - [winfo reqheight $w]/2 \
H A Dclrpick.tcl77 set y [expr [winfo screenheight $w]/2 - [winfo reqheight $w]/2 \
H A Dxmfbox.tcl61 set y [expr [winfo screenheight $w]/2 - [winfo reqheight $w]/2 \
H A Dtkfbox.tcl672 set y [expr [winfo screenheight $w]/2 - [winfo reqheight $w]/2 \
/ast/src/cmd/mailx/
H A Dlocal.c246 state.screenheight = state.realscreenheight;
422 state.screenheight = 9;
424 state.screenheight = 14;
426 state.screenheight = ws.ws_row;
428 state.screenheight = 24;
H A Dvars.c612 state.var.screen = state.screenheight > 4 ? (state.screenheight - 4) : state.screenheight;
H A Dmailx.h637 int screenheight; /* Screen height, or best guess */ member in struct:__anon136
H A Dfio.c755 if (++state.more.row < state.screenheight)

Completed in 29 milliseconds