Home
last modified time | relevance | path

Searched refs:lastfunc (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/libreadline/
HDreadline.c1172 sp->lastfunc = rl_last_func;
1206 rl_last_func = sp->lastfunc;
HDreadline.h824 rl_command_func_t *lastfunc; member
/NextBSD/sys/kern/
HDkern_timeout.c656 static timeout_t *lastfunc; in softclock_call_cc() local
730 if (lastfunc != c_func || sbt2 > maxdt * 2) { in softclock_call_cc()
737 lastfunc = c_func; in softclock_call_cc()