Lines Matching defs:cmds
70 * Do the commands in cmds (initialized by yyparse).
78 extern struct cmd *cmds;
85 for (c = cmds; c != NULL; c = c->c_next) {
136 struct subcmd * volatile cmds = xcmds;
141 (long)files, rhost, (long)cmds);
148 subcmds = cmds;
174 for (sc = cmds; sc != NULL; sc = sc->sc_next) {
192 for (sc = cmds; sc != NULL; sc = sc->sc_next)
375 dodcolon(char **filev, struct namelist *files, char *stamp, struct subcmd *cmds)
397 subcmds = cmds;
425 for (sc = cmds; sc != NULL; sc = sc->sc_next)