Home
last modified time | relevance | path

Searched refs:cmd_commands (Results 1 – 7 of 7) sorted by relevance

/dports/x11-wm/qtile/qtile-0.18.1/libqtile/command/
H A Dbase.py152 def cmd_commands(self) -> List[str]: member in CommandObject
/dports/games/cake/cake_src/cake/
H A Dcommands.cpp50 void cmd_commands(int argc, char *argv[]) in cmd_commands() function
107 …AddCommand("cmdlist", cmd_commands, "display all available commands in the console (if an argument… in Commands()
/dports/x11-wm/sway/sway-1.5.1/include/sway/
H A Dcommands.h113 sway_cmd cmd_commands; variable
/dports/x11-wm/qtile/qtile-0.18.1/test/
H A Dtest_command.py117 assert len(c.cmd_commands()) == 9
/dports/audio/beets/beets-1.4.9/beetsplug/bpd/
H A D__init__.py351 def cmd_commands(self, conn): member in BaseServer
/dports/x11-wm/sdorfehs/sdorfehs-1.2/
H A Dactions.c178 static cmdret *cmd_commands(int interactive, struct cmdarg **args);
413 add_command("commands", cmd_commands, 0, 0, 0); in init_user_commands()
5783 cmd_commands(int interactive, struct cmdarg **args) in cmd_commands() function
/dports/x11-wm/ratpoison/ratpoison-1.4.9/src/
H A Dactions.c194 static cmdret *cmd_commands (int interactive, struct cmdarg **args);
616 add_command ("commands", cmd_commands, 0, 0, 0); in init_user_commands()
6326 cmd_commands (int interactive UNUSED, struct cmdarg **args UNUSED) in cmd_commands() function