Home
last modified time | relevance | path

Searched refs:cmd_rem (Results 1 – 5 of 5) sorted by relevance

/dports/textproc/chpp/chpp-0.3.5/
H A Dcommands.h47 void cmd_rem( const char *what );
H A Dfiller.c262 hash_insert( cmdHash, "!", cmd_rem ); in generateCommands()
263 hash_insert( cmdHash, "rem", cmd_rem ); in generateCommands()
H A Dcommands.c139 cmd_rem( const char *what ) { in cmd_rem() function
/dports/games/cake/cake_src/cake/
H A Dcommands.cpp69 void cmd_rem(int argc, char *argv[]) in cmd_rem() function
109 AddCommand("rem", cmd_rem, "writes a remark in the console"); in Commands()
110 AddCommand("//", cmd_rem, "writes a remark in the console"); in Commands()
111 AddCommand("#", cmd_rem, "writes a remark in the console"); in Commands()
/dports/ftp/quftp/quftp-1.0.7/
H A Dquftp.c1105 int cmd_rem (char *command_line) { in cmd_rem() function