Lines Matching refs:cmd1
157 char *cmd, *cmd1, *cmd2; in setpath() local
169 cmd1 = cmds[ncmd+1]; in setpath()
180 if (cmd1 == NULL) TOOFEW; in setpath()
181 icmd(cmd1, localsyspath); in setpath()
184 if (cmd1 == NULL) TOOFEW; in setpath()
185 incmd(cmd1, atoi(cmd+2)); in setpath()
190 if (cmd1 == NULL || cmd2 == NULL) TOOFEW; in setpath()
192 iacmd(cmd1, cmd2); in setpath()
194 ibcmd(cmd1, cmd2); in setpath()
200 if (cmd1 == NULL) TOOFEW; in setpath()
201 dcmd(cmd1); in setpath()
211 if (cmd1 == NULL || cmd2 == NULL) TOOFEW; in setpath()
212 ccmd(cmd1, cmd2); in setpath()
215 if (cmd1 == NULL) TOOFEW; in setpath()
216 cncmd(cmd1, atoi(cmd+2)); in setpath()