Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/lynx/src/
DLYStrings.c3706 int dpy_cells; /* number of cells which are displayed */ in LYRefreshEdit() local
3818 dpy_cells = all_cells - lft_cells; in LYRefreshEdit()
3820 dpy_cells, DspWdth, lft_shift)); in LYRefreshEdit()
3821 if (dpy_cells > (DspWdth - lft_shift)) { in LYRefreshEdit()
3823 dpy_cells = (DspWdth - lft_shift - rgt_shift); in LYRefreshEdit()
3827 dpy_chars = cell2char(str, dpy_cells); in LYRefreshEdit()
3830 dpy_bytes = dpy_cells; in LYRefreshEdit()
3838 int old_cells = dpy_cells; in LYRefreshEdit()
3840 dpy_cells = LYstrExtent2(str, dpy_bytes); in LYRefreshEdit()
3841 if (dpy_cells > old_cells) in LYRefreshEdit()
[all …]