Lines Matching refs:cmds
58 struct subcmd *cmds);
61 struct subcmd *cmds);
99 * Do the commands in cmds (initialized by yyparse).
110 extern struct cmd *cmds;
125 if (!cmds)
126 printf("docmds: cmds == NULL\n");
128 printf("docmds: cmds ");
129 prcmd(cmds);
131 for (c = cmds; c != NULL; c = c->c_next) {
172 doarrow(filev, files, rhost, cmds)
176 struct subcmd *cmds;
184 printf("doarrow(%x, %s, %x)\n", files, rhost, cmds);
191 subcmds = cmds;
216 for (sc = cmds; sc != NULL; sc = sc->sc_next) {
233 for (sc = cmds; sc != NULL; sc = sc->sc_next)
515 dodcolon(filev, files, stamp, cmds)
519 struct subcmd *cmds;
541 subcmds = cmds;
569 for (sc = cmds; sc != NULL; sc = sc->sc_next)