Home | History | Annotate | Download | only in tc

Lines Matching refs:matches

122 		} else if (matches(*argv, "estimator") == 0) {
125 } else if (matches(*argv, "stab") == 0) {
129 } else if (matches(*argv, "help") == 0) {
156 if (matches(*argv, "help") == 0)
306 } else if (matches(*argv, "help") == 0) {
343 if (matches(*argv, "add") == 0)
345 if (matches(*argv, "change") == 0)
347 if (matches(*argv, "replace") == 0)
349 if (matches(*argv, "link") == 0)
351 if (matches(*argv, "delete") == 0)
354 if (matches(*argv, "get") == 0)
357 if (matches(*argv, "list") == 0 || matches(*argv, "show") == 0
358 || matches(*argv, "lst") == 0)
360 if (matches(*argv, "help") == 0) {