Home
last modified time | relevance | path

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

/openbsd/lib/libcurses/base/
H A Dlib_refresh.c169 int last_src = oline->lastchar; in wnoutrefresh() local
171 if (last_src > limit_x) in wnoutrefresh()
172 last_src = limit_x; in wnoutrefresh()
198 j = last_src; in wnoutrefresh()
205 last_src = j; in wnoutrefresh()
213 int last_dst = begx + ((last_src < win->_maxx) in wnoutrefresh()
214 ? last_src in wnoutrefresh()
268 for (; src_col <= last_src; src_col++, dst_col++) { in wnoutrefresh()
/openbsd/usr.sbin/unwindctl/
H A Dunwindctl.c276 static int autoconf_forwarders, last_src; in show_autoconf_msg() local
289 if (cfi->if_index != last_if_index || cfi->src != last_src) { in show_autoconf_msg()
300 last_src = cfi->src; in show_autoconf_msg()
/openbsd/sbin/pfctl/
H A Dpfctl.c468 struct sockaddr last_src, last_dst; in pfctl_kill_src_nodes() local
476 memset(&last_src, 0xff, sizeof(last_src)); in pfctl_kill_src_nodes()
486 if (memcmp(&last_src, resp[0]->ai_addr, sizeof(last_src)) == 0) in pfctl_kill_src_nodes()
488 last_src = *(struct sockaddr *)resp[0]->ai_addr; in pfctl_kill_src_nodes()
544 struct sockaddr last_src, last_dst; in pfctl_net_kill_states() local
552 memset(&last_src, 0xff, sizeof(last_src)); in pfctl_net_kill_states()
567 if (memcmp(&last_src, resp[0]->ai_addr, sizeof(last_src)) == 0) in pfctl_net_kill_states()
569 last_src = *(struct sockaddr *)resp[0]->ai_addr; in pfctl_net_kill_states()