Searched refs:c_commands (Results 1 – 2 of 2) sorted by relevance
63 if (curmode->c_commands) { in command()64 for (c = curmode->c_commands; c->c_name; c++) { in command()
44 struct command *c_commands; /* commands for mode */ member