Searched refs:screenwidth (Results 1 - 11 of 11) sorted by relevance

/ast/src/lib/libtk/library/
H A Dbgerror.tcl60 set x [expr [winfo screenwidth $w]/2 - [winfo reqwidth $w]/2 \
H A Ddialog.tcl111 set x [expr [winfo screenwidth $w]/2 - [winfo reqwidth $w]/2 \
H A Dmsgbox.tcl207 set x [expr [winfo screenwidth $w]/2 - [winfo reqwidth $w]/2 \
H A Dclrpick.tcl75 set x [expr [winfo screenwidth $w]/2 - [winfo reqwidth $w]/2 \
H A Dxmfbox.tcl59 set x [expr [winfo screenwidth $w]/2 - [winfo reqwidth $w]/2 \
H A Dtkfbox.tcl670 set x [expr [winfo screenwidth $w]/2 - [winfo reqwidth $w]/2 \
/ast/src/cmd/mailx/
H A Dlocal.c243 astwinsize(1, &state.realscreenheight, &state.screenwidth);
247 if (!state.screenwidth)
248 state.screenwidth = 80;
431 if (!(state.screenwidth = ws.ws_col))
432 state.screenwidth = 80;
H A Dcmd1.c157 subjlen = state.screenwidth - 50 - strlen(sizes);
H A Dmailx.h638 int screenwidth; /* Screen width, or best guess */ member in struct:__anon136
H A Dfio.c750 if (++state.more.col <= state.screenwidth)
H A Dimap.c2405 subjlen = state.screenwidth - 50 - strlen(sizes);

Completed in 51 milliseconds