HomeSort by: relevance | last modified time | path
    Searched refs:so_s_width (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/less/dist/
output.c 32 extern int so_s_width, so_e_width;
637 col += so_s_width;
screen.c 244 public int so_s_width, so_e_width; /* Printing width of standout seq */ variable
1279 if ((so_s_width = ltgetnum("sg")) < 0)
1280 so_s_width = 0;
1281 so_e_width = so_s_width;
1283 bo_s_width = bo_e_width = so_s_width;
1284 ul_s_width = ul_e_width = so_s_width;
1285 bl_s_width = bl_e_width = so_s_width;
1288 if (so_s_width > 0 || so_e_width > 0)
prompt.c 28 extern int so_s_width, so_e_width;
line.c 100 extern int so_s_width, so_e_width;
428 w += so_s_width;

Completed in 18 milliseconds