Lines Matching refs:this_opt
1024 char *this_opt;
1033 while ((this_opt = strsep(&options, ","))) {
1034 if (!*this_opt)
1036 if (!strcmp(this_opt, "inverse")) {
1038 } else if (!strncmp(this_opt, "cable:", 6)) {
1039 strcpy(cable_arg, this_opt + 6);
1040 } else if (!strncmp(this_opt, "output:", 7)) {
1041 strcpy(output_arg, this_opt + 7);
1042 } else if (!strncmp(this_opt, "nopan", 5)) {
1044 } else if (!strncmp(this_opt, "nowrap", 6)) {
1047 mode_option = this_opt;