HomeSort by: relevance | last modified time | path
    Searched defs:tc_cmd (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/utoppya/
utoppya.c 74 const char *tc_cmd; member in struct:toppy_command
123 for (tc = toppy_commands; tc->tc_cmd != NULL; tc++)
124 if (strcasecmp(argv[0], tc->tc_cmd) == 0)
127 if (tc->tc_cmd == NULL)
utoppya.c 74 const char *tc_cmd; member in struct:toppy_command
123 for (tc = toppy_commands; tc->tc_cmd != NULL; tc++)
124 if (strcasecmp(argv[0], tc->tc_cmd) == 0)
127 if (tc->tc_cmd == NULL)

Completed in 22 milliseconds