Searched refs:stepsize (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/dialog/
H A Dformbox.c226 int stepsize,
236 *choice += stepsize;
288 scroll_next(WINDOW *win, DIALOG_FORMITEM item[], int stepsize, int *choice, int *scrollamt) argument
294 int target = old_scroll + stepsize;
297 if (stepsize < 0) {
301 target = old_scroll + stepsize;
223 tab_next(WINDOW *win, DIALOG_FORMITEM item[], int item_no, int stepsize, int *choice, int *scrollamt) argument
/freebsd-13-stable/contrib/lua/src/
H A Dlbaselib.c231 int stepsize = (int)luaL_optinteger(L, 4, 0); local
232 return pushmode(L, lua_gc(L, o, pause, stepmul, stepsize));
H A Dlapi.c1180 int stepsize = va_arg(argp, int); local
1186 if (stepsize != 0)
1187 g->gcstepsize = stepsize;
H A Dlgc.c1648 l_mem stepsize = (g->gcstepsize <= log2maxs(l_mem)) local
1654 } while (debt > -stepsize && g->gcstate != GCSpause);
/freebsd-13-stable/sys/netgraph/
H A Dng_lmi.c542 #define STEPBY(stepsize) \
544 packetlen -= (stepsize); \
545 data += (stepsize); \

Completed in 70 milliseconds