HomeSort by: relevance | last modified time | path
    Searched defs:sys_width (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/less/dist/
screen.c 793 int sys_width; local
806 sys_width = sys_height = 0;
817 sys_width = w.numtextcols;
825 sys_width = w.screenwidth;
833 sys_width = scr.srWindow.Right - scr.srWindow.Left + 1;
840 sys_width = s[0];
857 sys_width = w;
873 sys_width = w.ws_col;
885 sys_width = w.uw_width / w.uw_hs;
913 if (sys_width > 0
    [all...]

Completed in 33 milliseconds