Searched refs:stepsize (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13-stable/contrib/dialog/ |
| HD | formbox.c | 226 int stepsize, in tab_next() argument 236 *choice += stepsize; in tab_next() 288 scroll_next(WINDOW *win, DIALOG_FORMITEM item[], int stepsize, int *choice, int *scrollamt) in scroll_next() argument 294 int target = old_scroll + stepsize; in scroll_next() 297 if (stepsize < 0) { in scroll_next() 301 target = old_scroll + stepsize; in scroll_next()
|
| /freebsd-13-stable/contrib/lua/src/ |
| HD | lbaselib.c | 231 int stepsize = (int)luaL_optinteger(L, 4, 0); in luaB_collectgarbage() local 232 return pushmode(L, lua_gc(L, o, pause, stepmul, stepsize)); in luaB_collectgarbage()
|
| HD | lapi.c | 1180 int stepsize = va_arg(argp, int); in lua_gc() local 1186 if (stepsize != 0) in lua_gc() 1187 g->gcstepsize = stepsize; in lua_gc()
|
| HD | lgc.c | 1648 l_mem stepsize = (g->gcstepsize <= log2maxs(l_mem)) in incstep() local 1654 } while (debt > -stepsize && g->gcstate != GCSpause); in incstep()
|
| /freebsd-13-stable/sys/netgraph/ |
| HD | ng_lmi.c | 540 #define STEPBY(stepsize) \ argument 542 packetlen -= (stepsize); \ 543 data += (stepsize); \
|