Home | History | Annotate | Download | only in tc

Lines Matching refs:matches

116 		} else if (matches(*argv, "estimator") == 0) {
119 } else if (matches(*argv, "stab") == 0) {
123 } else if (matches(*argv, "help") == 0) {
149 if (matches(*argv, "help") == 0)
301 } else if (matches(*argv, "help") == 0) {
338 if (matches(*argv, "add") == 0)
340 if (matches(*argv, "change") == 0)
342 if (matches(*argv, "replace") == 0)
344 if (matches(*argv, "link") == 0)
346 if (matches(*argv, "delete") == 0)
349 if (matches(*argv, "get") == 0)
352 if (matches(*argv, "list") == 0 || matches(*argv, "show") == 0
353 || matches(*argv, "lst") == 0)
355 if (matches(*argv, "help") == 0) {