Searched refs:extonly (Results 1 – 1 of 1) sorted by relevance
110 static struct extract extonly[MAXEXTONLY]; variable128 extonly[numextonly].name = optarg; in main()129 extonly[numextonly].found = false; in main()179 if (!extonly[i].found) { in main()181 warnx("%s not found", extonly[i].name); in main()245 if (strcmp(fname, extonly[i].name) == 0) { in saveit()246 extonly[i].found = true; in saveit()