Lines Matching defs:argc
114 INT32 OsWatchOptionParsed(UINT32 argc, UINT32 *argoff, const CHAR **argv, WatchCB *watchItem)
118 UINT32 argcount = argc;
166 INT32 OsWatchCmdSplice(UINT32 argc, UINT32 argoff, const CHAR **argv, WatchCB *watchItem)
169 if ((argc - argoff) == 0) {
173 while (argc - argoff) {
216 UINT32 OsShellCmdWatch(UINT32 argc, const CHAR **argv)
223 if (argc == 0) {
233 if ((argc == 1) && (strcmp(argv[0], "--over") == 0)) {
253 err = OsWatchOptionParsed(argc, &argoff, argv, watchItem);
258 err = OsWatchCmdSplice(argc, argoff, argv, watchItem);