Home
last modified time | relevance | path

Searched refs:last_src (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_refresh.c159 int last_src = oline->lastchar; in wnoutrefresh() local
161 if (last_src > limit_x) in wnoutrefresh()
162 last_src = limit_x; in wnoutrefresh()
188 j = last_src; in wnoutrefresh()
195 last_src = j; in wnoutrefresh()
204 int last_dst = begx + ((last_src < win->_maxx) in wnoutrefresh()
205 ? last_src in wnoutrefresh()
258 for (; src_col <= last_src; src_col++, dst_col++) { in wnoutrefresh()
/freebsd/sbin/pfctl/
H A Dpfctl.c610 struct sockaddr last_src, last_dst; in pfctl_kill_src_nodes() local
619 memset(&last_src, 0xff, sizeof(last_src)); in pfctl_kill_src_nodes()
632 if (memcmp(&last_src, resp[0]->ai_addr, sizeof(last_src)) == 0) in pfctl_kill_src_nodes()
634 last_src = *(struct sockaddr *)resp[0]->ai_addr; in pfctl_kill_src_nodes()
713 struct sockaddr last_src, last_dst; in pfctl_net_kill_states() local
723 memset(&last_src, 0xff, sizeof(last_src)); in pfctl_net_kill_states()
748 if (memcmp(&last_src, resp[0]->ai_addr, sizeof(last_src)) == 0) in pfctl_net_kill_states()
829 struct sockaddr last_src; in pfctl_gateway_kill_states() local
842 memset(&last_src, 0xff, sizeof(last_src)); in pfctl_gateway_kill_states()
860 if (memcmp(&last_src, resp->ai_addr, sizeof(last_src)) == 0) in pfctl_gateway_kill_states()
[all …]