Searched refs:startx (Results 1 – 2 of 2) sorted by relevance
| /plan9/sys/src/cmd/ip/ |
| H A D | gping.c | 766 int i, j, n, startx, starty, x, y, dx, dy, hashdx, ondata; in resize() local 779 startx = x+dx+1; in resize() 801 dx = (screen->r.max.x - dx - startx)/nmach; in resize() 802 for(x=startx, i=0; i<nmach; i++,x+=dx){ in resize() 823 machr = Rect(startx+i*dx, starty, screen->r.max.x, screen->r.max.y); in resize() 825 machr.max.x = startx+(i+1)*dx - 1; in resize()
|
| /plan9/sys/src/cmd/ |
| H A D | stats.c | 1132 int i, j, k, n, startx, starty, x, y, dx, dy, ly, ondata, maxx, wid, nlab; in resize() local 1145 startx = x+dx+1; in resize() 1155 dx = (screen->r.max.x - startx)/nmach; in resize() 1156 for(x=startx, i=0; i<nmach; i++,x+=dx){ in resize() 1175 if(wid < (maxx-startx)-30){ in resize() 1200 machr = Rect(startx+i*dx, starty, maxx, screen->r.max.y); in resize() 1202 machr.max.x = startx+(i+1)*dx - 1; in resize()
|