Lines Matching defs:std
89 " [-new] [-std <maptype>] [-raw] [-vis <vis-type-or-id>]\n"
133 char *std = NULL;
202 if (std) usage("-new cannot be specified with -std");
216 if (std) usage("-new cannot be specified with -std");
231 if (strcmp(argv[i], "-std") == 0) {
232 if (++i >= argc) usage("-std requires an argument");
233 std = argv[i];
235 usage("-std cannot be specified with -raw or -new");
381 if (std) {
382 size_t map_name_len = strlen(std) + 9;
387 snprintf(map_name, map_name_len, "RGB_%s_MAP", std);
443 if (std) {
524 } else if (std) {
558 if (std) {