Lines Matching refs:this_opt
1032 char *this_opt;
1041 while ((this_opt = strsep(&options, ","))) {
1042 if (!*this_opt)
1044 if (!strcmp(this_opt, "inverse")) {
1046 } else if (!strncmp(this_opt, "cable:", 6)) {
1047 strcpy(cable_arg, this_opt + 6);
1048 } else if (!strncmp(this_opt, "output:", 7)) {
1049 strcpy(output_arg, this_opt + 7);
1050 } else if (!strncmp(this_opt, "nopan", 5)) {
1052 } else if (!strncmp(this_opt, "nowrap", 6)) {
1055 mode_option = this_opt;