Home
last modified time | relevance | path

Searched refs:lastwp (Results 1 – 22 of 22) sorted by relevance

/dports/sysutils/tmux/tmux-3.2a/
H A Dcmd-select-pane.c101 lastwp = w->last; in cmd_select_pane_exec()
104 if (lastwp == NULL) in cmd_select_pane_exec()
107 if (lastwp == NULL) { in cmd_select_pane_exec()
112 lastwp->flags &= ~PANE_INPUTOFF; in cmd_select_pane_exec()
114 server_status_window(lastwp->window); in cmd_select_pane_exec()
116 lastwp->flags |= PANE_INPUTOFF; in cmd_select_pane_exec()
118 server_status_window(lastwp->window); in cmd_select_pane_exec()
137 lastwp = marked_pane.wp; in cmd_select_pane_exec()
139 lastwp = NULL; in cmd_select_pane_exec()
147 if (lastwp != NULL) { in cmd_select_pane_exec()
[all …]
H A DCHANGES1379 * Fix crash due to uninitialized lastwp member of layout_cell
/dports/editors/uemacs/uemacs-4.0/src/
H A Dmouse.c38 register EWINDOW *lastwp; local
72 if (wp != lastwp)
95 register EWINDOW *lastwp; local
155 register EWINDOW *lastwp; local
218 if (wp != lastwp)
263 register EWINDOW *lastwp; local
351 if (wp != lastwp) {
454 lastwp->w_fcol = 0;
466 if (lastwp != wp)
477 curwp = lastwp;
[all …]
H A Dwindow.c681 EWINDOW *lastwp; /* last window scanned */ local
722 lastwp = NULL;
745 if (lastwp != NULL)
746 lastwp->w_wndp = NULL;
761 lastwp = wp;
/dports/sysutils/tmux23/tmux-2.3/
H A Dcmd-select-pane.c62 struct window_pane *wp = cmdq->state.tflag.wp, *lastwp, *markedwp; in cmd_select_pane_exec() local
91 lastwp = marked_pane.wp; in cmd_select_pane_exec()
99 if (lastwp != NULL) { in cmd_select_pane_exec()
100 server_redraw_window_borders(lastwp->window); in cmd_select_pane_exec()
101 server_status_window(lastwp->window); in cmd_select_pane_exec()
H A DCHANGES206 * Fix crash due to uninitialized lastwp member of layout_cell
/dports/sysutils/tmate-ssh-server/tmate-ssh-server-97d2024/
H A Dcmd-select-pane.c62 struct window_pane *wp = cmdq->state.tflag.wp, *lastwp, *markedwp; in cmd_select_pane_exec() local
91 lastwp = marked_pane.wp; in cmd_select_pane_exec()
99 if (lastwp != NULL) { in cmd_select_pane_exec()
100 server_redraw_window_borders(lastwp->window); in cmd_select_pane_exec()
101 server_status_window(lastwp->window); in cmd_select_pane_exec()
H A DCHANGES119 * Fix crash due to uninitialized lastwp member of layout_cell
/dports/sysutils/tmate/tmate-2.4.0/
H A Dcmd-select-pane.c62 struct window_pane *wp = cmdq->state.tflag.wp, *lastwp, *markedwp; in cmd_select_pane_exec() local
91 lastwp = marked_pane.wp; in cmd_select_pane_exec()
99 if (lastwp != NULL) { in cmd_select_pane_exec()
100 server_redraw_window_borders(lastwp->window); in cmd_select_pane_exec()
101 server_status_window(lastwp->window); in cmd_select_pane_exec()
H A DCHANGES119 * Fix crash due to uninitialized lastwp member of layout_cell
/dports/astro/stellarium/stellarium-0.21.3/src/external/libindi/
H A Deventloop.c91 static int lastwp; /* wproc index of last workproc called*/ variable
322 lastwp = (lastwp + 1) % nwproc; in runWorkProc()
323 wp = &wproc[lastwp]; in runWorkProc()
/dports/devel/indi/indi-1.9.1/
H A Deventloop.c94 static int lastwp; /* wproc index of last workproc called*/ variable
384 lastwp = (lastwp + 1) % nwproc; in runWorkProc()
385 wp = &wproc[lastwp]; in runWorkProc()
/dports/www/cadaver/cadaver-0.23.3/src/
H A Dcadaver.c161 if (session.lastwp) in close_connection()
162 ne_free(session.lastwp); in close_connection()
300 if (session.lastwp) { in open_connection()
301 ne_free(session.lastwp); in open_connection()
302 session.lastwp = NULL; in open_connection()
H A Dcadaver.h97 char *lastwp; /* last working path. */ member
H A Dcommands.c1181 if (!session.lastwp) { in execute_cd()
1186 real_path = session.lastwp; in execute_cd()
1195 if (!is_swap && session.lastwp) { in execute_cd()
1196 ne_free(session.lastwp); in execute_cd()
1198 session.lastwp = session.uri.path; in execute_cd()
/dports/games/tesseract-data/tesseract/src/game/
H A Dwaypoint.cpp55 int firstwp, lastwp; member
63 firstwp = lastwp = -1; in clear()
81 if(first < last) lastwp = max(lastwp, last-1); in build()
167 …else loopi(NUMWPCACHES) if((wp >= wpcaches[i].firstwp && wp <= wpcaches[i].lastwp) || i+1 >= NUMWP… in invalidatewpcache()
187 …wpcaches[i].build(i > 0 ? wpcaches[i-1].lastwp+1 : 1, i+1 >= NUMWPCACHES || wpcaches[i+1].firstwp … in buildwpcache()
/dports/games/tesseract/tesseract/src/game/
H A Dwaypoint.cpp55 int firstwp, lastwp; member
63 firstwp = lastwp = -1; in clear()
81 if(first < last) lastwp = max(lastwp, last-1); in build()
167 …else loopi(NUMWPCACHES) if((wp >= wpcaches[i].firstwp && wp <= wpcaches[i].lastwp) || i+1 >= NUMWP… in invalidatewpcache()
187 …wpcaches[i].build(i > 0 ? wpcaches[i-1].lastwp+1 : 1, i+1 >= NUMWPCACHES || wpcaches[i+1].firstwp … in buildwpcache()
/dports/games/sauerbraten/sauerbraten/src/fpsgame/
H A Dwaypoint.cpp55 int firstwp, lastwp; member
63 firstwp = lastwp = -1; in clear()
81 if(first < last) lastwp = max(lastwp, last-1); in build()
172 …loopi(WPCACHE_DYNAMIC) if(wp >= wpcaches[i].firstwp && wp <= wpcaches[i].lastwp) { invalidatedwpca… in invalidatewpcache()
194 …wpcaches[i].build(i > 0 ? wpcaches[i-1].lastwp+1 : 1, i+1 >= NUMWPCACHES || wpcaches[i+1].firstwp … in buildwpcache()
/dports/games/redeclipse/base-2.0.0/src/game/
H A Dwaypoint.cpp54 int firstwp, lastwp; member
62 firstwp = lastwp = -1; in clear()
80 if(first < last) lastwp = max(lastwp, last-1); in build()
171 …loopi(WPCACHE_DYNAMIC) if(wp >= wpcaches[i].firstwp && wp <= wpcaches[i].lastwp) { invalidatedwpca… in invalidatewpcache()
191 …wpcaches[i].build(i > 0 ? wpcaches[i-1].lastwp+1 : 1, i+1 >= NUMWPCACHES || wpcaches[i+1].firstwp … in buildwpcache()
/dports/games/redeclipse16/base-1.6.0/src/game/
H A Dwaypoint.cpp56 int firstwp, lastwp; member
64 firstwp = lastwp = -1; in clear()
82 if(first < last) lastwp = max(lastwp, last-1); in build()
173 …loopi(WPCACHE_DYNAMIC) if(wp >= wpcaches[i].firstwp && wp <= wpcaches[i].lastwp) { invalidatedwpca… in invalidatewpcache()
193 …wpcaches[i].build(i > 0 ? wpcaches[i-1].lastwp+1 : 1, i+1 >= NUMWPCACHES || wpcaches[i+1].firstwp … in buildwpcache()
/dports/comms/linrad/linrad-04.02/
H A Dft245.c.in816 static unsigned int lastrp = 0, lastwp = 0; local
846 if ((lastrp != rp) || (lastwp != wp)) {
849 lastwp = wp;
1529 static unsigned int lastrp = 0, lastwp = 0; local
1562 if ((lastrp != rp) || (lastwp != wp)) {
1565 lastwp = wp;
/dports/security/nmap/nmap-7.91/nselib/data/
H A Dwp-plugins.lst23044 lastwp