tag | line | file | source code |
this_opt | 1742 | arch/m68k/amiga/amifb.c | char *this_opt; |
this_opt | 1750 | arch/m68k/amiga/amifb.c | for (this_opt = strtok(options,","); this_opt; this_opt = strtok(NULL,",")) |
this_opt | 1751 | arch/m68k/amiga/amifb.c | if (!strcmp (this_opt, "inverse")) |
this_opt | 1753 | arch/m68k/amiga/amifb.c | else if (!strncmp(this_opt, "font:", 5)) |
this_opt | 1754 | arch/m68k/amiga/amifb.c | strcpy(fb_info.fontname, this_opt+5); |
this_opt | 1757 | arch/m68k/amiga/amifb.c | if (!strcmp(this_opt, mono_modes[i].modename)) { |
this_opt | 4709 | arch/m68k/amiga/amifb.c | char *this_opt; |
this_opt | 4739 | arch/m68k/amiga/amifb.c | for (this_opt = strtok(options, ","); this_opt; this_opt = strtok(NULL, ",")) |
this_opt | 4740 | arch/m68k/amiga/amifb.c | if (!strcmp(this_opt, "inverse")) { |
this_opt | 4762 | arch/m68k/amiga/amifb.c | } else if (!strcmp(this_opt, "ilbm")) |
this_opt | 4764 | arch/m68k/amiga/amifb.c | else if (!strcmp(this_opt, "pwrsave")) |
this_opt | 4766 | arch/m68k/amiga/amifb.c | else if (!strncmp(this_opt, "monitorcap:", 11)) |
this_opt | 4767 | arch/m68k/amiga/amifb.c | strcpy(mcap_spec, this_opt+11); |
this_opt | 4768 | arch/m68k/amiga/amifb.c | else if (!strncmp(this_opt, "font:", 5)) |
this_opt | 4769 | arch/m68k/amiga/amifb.c | strcpy(fb_info.fontname, this_opt+5); |
this_opt | 4771 | arch/m68k/amiga/amifb.c | amifb_mode = get_video_mode(this_opt); |
this_opt | 2927 | arch/m68k/atari/atafb.c | char *this_opt; |
this_opt | 2942 | arch/m68k/atari/atafb.c | for(this_opt=strtok(options,","); this_opt; this_opt=strtok(NULL,",")) { |
this_opt | 2943 | arch/m68k/atari/atafb.c | if (!*this_opt) continue; |
this_opt | 2944 | arch/m68k/atari/atafb.c | if ((temp=get_video_mode(this_opt))) |
this_opt | 2946 | arch/m68k/atari/atafb.c | else if (! strcmp(this_opt, "inverse")) |
this_opt | 2948 | arch/m68k/atari/atafb.c | else if (!strncmp(this_opt, "font:", 5)) |
this_opt | 2949 | arch/m68k/atari/atafb.c | strcpy(fb_info.fontname, this_opt+5); |
this_opt | 2950 | arch/m68k/atari/atafb.c | else if (! strncmp(this_opt, "hwscroll_",9)) { |
this_opt | 2951 | arch/m68k/atari/atafb.c | hwscroll=simple_strtoul(this_opt+9, NULL, 10); |
this_opt | 2957 | arch/m68k/atari/atafb.c | else if (! strncmp(this_opt, "sw_",3)) { |
this_opt | 2958 | arch/m68k/atari/atafb.c | if (! strcmp(this_opt+3, "acia")) |
this_opt | 2960 | arch/m68k/atari/atafb.c | else if (! strcmp(this_opt+3, "snd6")) |
this_opt | 2962 | arch/m68k/atari/atafb.c | else if (! strcmp(this_opt+3, "snd7")) |
this_opt | 2967 | arch/m68k/atari/atafb.c | else if (!strcmp(this_opt,"mv300")) { |
this_opt | 2971 | arch/m68k/atari/atafb.c | else if (!strncmp(this_opt,"external:",9)) |
this_opt | 2972 | arch/m68k/atari/atafb.c | strcpy(ext_str, this_opt+9); |
this_opt | 2974 | arch/m68k/atari/atafb.c | else if (!strncmp(this_opt,"internal:",9)) |
this_opt | 2975 | arch/m68k/atari/atafb.c | strcpy(int_str, this_opt+9); |
this_opt | 2977 | arch/m68k/atari/atafb.c | else if (!strcmp(this_opt, "pwrsave")) |
this_opt | 2979 | arch/m68k/atari/atafb.c | else if (!strncmp(this_opt, "eclock:", 7)) { |
this_opt | 2980 | arch/m68k/atari/atafb.c | fext.f = simple_strtoul(this_opt+7, NULL, 10); |
this_opt | 2985 | arch/m68k/atari/atafb.c | else if (!strncmp(this_opt, "monitorcap:", 11)) |
this_opt | 2986 | arch/m68k/atari/atafb.c | strcpy(mcap_spec, this_opt+11); |
this_opt | 2988 | arch/m68k/atari/atafb.c | else if (!strcmp(this_opt, "keep")) |
this_opt | 2990 | arch/m68k/atari/atafb.c | else if (!strncmp(this_opt, "R", 1)) |
this_opt | 2991 | arch/m68k/atari/atafb.c | strcpy(user_mode, this_opt+1); |
this_opt | 3091 | arch/m68k/atari/atafb.c | if (!strcmp(this_opt, "vga")) |
this_opt | 3093 | arch/m68k/atari/atafb.c | if (!strcmp(this_opt, "mv300")) |