Searched refs:grid (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/tools/sched/
H A Dschedgraph.py241 self.label.grid(row=0, column=0, sticky=E+W)
242 self.sample.grid(row=0, column=1)
243 self.list.grid(row=0, column=2, sticky=E+W)
244 self.checkbox.grid(row=0, column=3)
282 self.items.grid(row=0, column=0, sticky=E+W)
284 self.buttons.grid(row=1, column=0, sticky=E+W)
299 item.grid(row=self.irow, column=0, sticky=E+W)
307 self.apply.grid(row=0, column=0, sticky=E+W)
308 self.default.grid(row=0, column=1, sticky=E+W)
339 self.label.grid(ro
[all...]
/freebsd-11-stable/usr.sbin/pw/
H A Dpw_user.c401 intmax_t grid = -1; local
413 grid = prefer;
417 if (grid == -1)
418 grid = pw_groupnext(cnf, true);
419 groupadd(cnf, nam, grid, NULL, -1, false, false, false);

Completed in 45 milliseconds