Home
last modified time | relevance | path

Searched refs:tc_cmd (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/usr.bin/utoppya/
H A Dutoppya.c74 const char *tc_cmd; member
123 for (tc = toppy_commands; tc->tc_cmd != NULL; tc++) in main()
124 if (strcasecmp(argv[0], tc->tc_cmd) == 0) in main()
127 if (tc->tc_cmd == NULL) in main()