docmd              97 stand/boot/cmd.c 	return docmd();
docmd             150 stand/boot/cmd.c 				rc = docmd();
docmd             166 stand/boot/cmd.c 	} while (rc > 0 && !(rc = docmd()));
docmd              63 stand/boot/cmd.h int docmd(void);		/* No longer static: needed by regress test */