Home
last modified time | relevance | path

Searched refs:cmd_next (Results 1 – 25 of 71) sorted by relevance

123

/dports/x11-wm/qtile/qtile-0.18.1/libqtile/layout/
H A Dmax.py52 cmd_next = _SimpleLayoutBase.next variable in Max
55 cmd_down = cmd_next
H A Dtile.py178 cmd_next = _SimpleLayoutBase.next variable in Tile
180 cmd_down = cmd_next
182 cmd_right = cmd_next
H A Dslice.py92 def cmd_next(self): member in Single
258 def cmd_next(self): member in Slice
259 self.fallback.cmd_next()
H A Dverticaltile.py186 cmd_next = _SimpleLayoutBase.next variable in VerticalTile
189 cmd_down = cmd_next
H A Dzoomy.py112 cmd_next = _SimpleLayoutBase.next variable in Zoomy
/dports/chinese/celvis/celvis/
H A Dex.c69 {"next", CMD_NEXT, cmd_next, BANG+NAMEDFS },
70 {"Next", CMD_PREVIOUS, cmd_next, BANG },
113 {"previous", CMD_PREVIOUS, cmd_next, BANG },
114 {"rewind", CMD_REWIND, cmd_next, BANG },
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent_tests/testdata/NomosTestfiles/See-doc/
H A Dcommand.h61 #define cmd_next( c ) ( ( c )->next ) macro
/dports/devel/jam/jam-2.6/
H A Dcommand.h59 # define cmd_next( c ) ((c)->next) macro
/dports/devel/ftjam/ftjam-2.5.2/
H A Dcommand.h59 # define cmd_next( c ) ((c)->next) macro
/dports/dns/knot-resolver/knot-resolver-5.4.3/daemon/
H A Dio.c611 char *cmd, *cmd_next = NULL; in io_tty_process_input() local
635 cmd_next = cmd; in io_tty_process_input()
638 cmd_next = strtok(NULL, "\n"); in io_tty_process_input()
646 if (incomplete_cmd && cmd_next == NULL) { in io_tty_process_input()
718 cmd = cmd_next; in io_tty_process_input()
719 cmd_next = strtok(NULL, "\n"); in io_tty_process_input()
/dports/databases/percona57-server/boost_1_59_0/tools/build/src/engine/
H A Dcommand.h98 #define cmd_next( c ) ((c)->next) macro
/dports/databases/xtrabackup/boost_1_59_0/tools/build/src/engine/
H A Dcommand.h98 #define cmd_next( c ) ((c)->next) macro
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/tools/build/src/engine/
H A Dcommand.h98 #define cmd_next( c ) ((c)->next) macro
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/tools/build/src/engine/
H A Dcommand.h99 #define cmd_next( c ) ((c)->next) macro
/dports/databases/mysqlwsrep57-server/boost_1_59_0/tools/build/src/engine/
H A Dcommand.h98 #define cmd_next( c ) ((c)->next) macro
/dports/databases/percona57-client/boost_1_59_0/tools/build/src/engine/
H A Dcommand.h98 #define cmd_next( c ) ((c)->next) macro
/dports/devel/boost-jam/boost_1_72_0/tools/build/src/engine/
H A Dcommand.h99 #define cmd_next( c ) ((c)->next) macro
/dports/devel/boost-libs/boost_1_72_0/tools/build/src/engine/
H A Dcommand.h99 #define cmd_next( c ) ((c)->next) macro
/dports/devel/boost-docs/boost_1_72_0/tools/build/src/engine/
H A Dcommand.h99 #define cmd_next( c ) ((c)->next) macro
/dports/devel/boost_build/build-29baa79/src/engine/
H A Dcommand.h99 #define cmd_next( c ) ((c)->next) macro
/dports/devel/boost-python-libs/boost_1_72_0/tools/build/src/engine/
H A Dcommand.h99 #define cmd_next( c ) ((c)->next) macro
/dports/devel/hyperscan/boost_1_75_0/tools/build/src/engine/
H A Dcommand.h99 #define cmd_next( c ) ((c)->next) macro
/dports/benchmarks/filebench/filebench-1.5-alpha3-27-g22620e6/
H A Dparsertypes.h61 struct cmd *cmd_next; member
/dports/audio/musicpc/mpc-0.33/src/
H A Dcommand.h31 int cmd_next(int argc, char **argv, struct mpd_connection *conn);
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.c2741 char *cmd_next; in vmw_du_helper_plane_update() local
2784 cmd_next = cmd_start; in vmw_du_helper_plane_update()
2787 curr_size = update->post_prepare(update, cmd_next); in vmw_du_helper_plane_update()
2788 cmd_next += curr_size; in vmw_du_helper_plane_update()
2793 curr_size = update->pre_clip(update, cmd_next, num_hits); in vmw_du_helper_plane_update()
2794 cmd_next += curr_size; in vmw_du_helper_plane_update()
2810 curr_size = update->clip(update, cmd_next, &clip, fb_x, in vmw_du_helper_plane_update()
2812 cmd_next += curr_size; in vmw_du_helper_plane_update()
2821 curr_size = update->post_clip(update, cmd_next, &bb); in vmw_du_helper_plane_update()

123