Home
last modified time | relevance | path

Searched refs:curmode (Results 1 – 25 of 310) sorted by relevance

12345678910>>...13

/dports/devel/sdl12/SDL-1.2.15/src/video/xbios/
H A DSDL_xbios_centscreen.c42 Vread(&curmode); in SDL_XBIOS_ListCentscreenModes()
43 cur_handle = curmode.handle; in SDL_XBIOS_ListCentscreenModes()
44 curmode.mode = curmode.physx = curmode.physy = curmode.plan = in SDL_XBIOS_ListCentscreenModes()
45 curmode.logx = curmode.logy = -1; in SDL_XBIOS_ListCentscreenModes()
66 curmode.mode = curmode.physx = curmode.physy = curmode.plan = in SDL_XBIOS_ListCentscreenModes()
67 curmode.logx = curmode.logy = -1; in SDL_XBIOS_ListCentscreenModes()
79 centscreen_mode_t newmode, curmode; in SDL_XBIOS_CentscreenSetmode() local
85 Vwrite(0, &newmode, &curmode); in SDL_XBIOS_CentscreenSetmode()
91 Vwrite(0, &newmode, &curmode); in SDL_XBIOS_CentscreenSetmode()
97 centscreen_mode_t newmode, curmode; in SDL_XBIOS_CentscreenRestore() local
[all …]
/dports/japanese/ng/ng-1.4.4/sys/msdos/
H A Dfepctrl.c1023 int curmode; in fep_mode() local
1033 return curmode; in fep_mode()
1045 return curmode; in fep_mode()
1054 return curmode; in fep_mode()
1061 return curmode; in fep_mode()
1071 return curmode; in fep_mode()
1077 return curmode; in fep_mode()
1086 return curmode; in fep_mode()
1097 return curmode; in fep_mode()
1172 return OAKOFF(curmode)? 0: curmode; in fep_mode()
[all …]
/dports/japanese/ng-canna/ng-1.4.4/sys/msdos/
H A Dfepctrl.c1023 int curmode; in fep_mode() local
1033 return curmode; in fep_mode()
1045 return curmode; in fep_mode()
1054 return curmode; in fep_mode()
1061 return curmode; in fep_mode()
1071 return curmode; in fep_mode()
1077 return curmode; in fep_mode()
1086 return curmode; in fep_mode()
1097 return curmode; in fep_mode()
1172 return OAKOFF(curmode)? 0: curmode; in fep_mode()
[all …]
/dports/japanese/ng-devel/ng-1.5beta1/sys/msdos/
H A Dfepctrl.c1023 int curmode; in fep_mode() local
1033 return curmode; in fep_mode()
1045 return curmode; in fep_mode()
1054 return curmode; in fep_mode()
1061 return curmode; in fep_mode()
1071 return curmode; in fep_mode()
1077 return curmode; in fep_mode()
1086 return curmode; in fep_mode()
1097 return curmode; in fep_mode()
1172 return OAKOFF(curmode)? 0: curmode; in fep_mode()
[all …]
/dports/games/xonotic/Xonotic/misc/tools/
H A Dxonotic-map-compiler67 my $curmode = 'maps';
91 $curmode = 'maps';
152 if($curmode eq 'maps')
154 $curmode = 'bsp';
157 @{$options->{$curmode}} = grep { (($_ eq $flag) ... /^-/) !~ /^[0-9]+$/ } @{$options->{$curmode}};
162 if($curmode eq 'maps')
164 $curmode = 'bsp';
166 push @{$options->{$curmode}}, $1;
170 $curmode = 'bsp';
179 $curmode = $enterflags;
[all …]
/dports/audio/ocp/ocp-0.2.90/cpiface/
H A Dcpiface.c278 if (curmode) in cpiResetScreen()
284 if (curmode) in cpiChangeMode()
289 curmode=m; in cpiChangeMode()
293 curmode->SetMode(); in cpiChangeMode()
514 curmode=mod; in plmpOpenFile()
538 if (!curmode) in plmpOpenScreen()
540 if (curmode->Event&&!curmode->Event(cpievOpen)) in plmpOpenScreen()
542 curmode->SetMode(); in plmpOpenScreen()
548 if (curmode->Event) in plmpCloseScreen()
715 curmode->Draw(); in plmpDrawScreen()
[all …]
/dports/math/sc-im/sc-im-0.8.2/src/
H A Dinput.c136 && ( curmode == NORMAL_MODE || curmode == VISUAL_MODE || curmode == EDIT_MODE ) in handle_input()
159 if ( (curmode == NORMAL_MODE && d >= ' ') || //FIXME in handle_input()
160 (curmode == EDIT_MODE && d >= ' ') || in handle_input()
161 (curmode == VISUAL_MODE && d >= ' ') ) { in handle_input()
226 if (curmode == COMMAND_MODE) { in break_waitcmd_loop()
232 } else if (curmode == INSERT_MODE) { in break_waitcmd_loop()
237 } else if (curmode == VISUAL_MODE) { in break_waitcmd_loop()
240 if (curmode == INSERT_MODE && lastmode == EDIT_MODE) { in break_waitcmd_loop()
277 switch (curmode) { in fix_timeout()
332 switch (curmode) { in exec_single_cmd()
[all …]
H A Dtui.c461 switch (curmode) { in ui_handle_cursor()
508 if (curmode != NORMAL_MODE && curmode != VISUAL_MODE && curmode != EDIT_MODE) return; in ui_print_mult_pend()
561 switch (curmode) { in ui_show_header()
632 if (curmode == NORMAL_MODE) { in ui_print_mode()
636 } else if (curmode == INSERT_MODE) { in ui_print_mode()
646 } else if (curmode == EDIT_MODE) { in ui_print_mode()
652 } else if (curmode == VISUAL_MODE) { in ui_print_mode()
658 } else if (curmode == COMMAND_MODE) { in ui_print_mode()
1551 if (curmode != NORMAL_MODE && curmode != INSERT_MODE && curmode != COMMAND_MODE) return; in ui_handle_mouse()
1616 if (curmode == NORMAL_MODE) { in ui_handle_mouse()
[all …]
/dports/irc/irssi/irssi-1.2.3/src/irc/core/
H A Dmodes.c364 switch (*curmode) { in parse_channel_modes()
367 type = *curmode; in parse_channel_modes()
382 curmode++; in parse_channel_modes()
428 while (*curmode != '\0' && *curmode != ' ') { in modes_join()
429 if (*curmode == '+' || *curmode == '-') { in modes_join()
430 type = *curmode; in modes_join()
431 curmode++; in modes_join()
442 curmode++; in modes_join()
617 for (;; curmode++) { in channel_set_mode()
625 if (*curmode == '+' || *curmode == '-') { in channel_set_mode()
[all …]
/dports/math/octomap/octomap-1.9.7/dynamicEDT3D/CMakeModules/
H A DInstallPkgConfigFile.cmake37 set(curmode "") variable
44 set(curmode ${word}) variable
45 elseif(curmode STREQUAL LIBS)
47 elseif(curmode STREQUAL CFLAGS)
49 elseif(curmode STREQUAL REQUIRES)
51 elseif(curmode STREQUAL VERSION)
53 set(curmode "") variable
54 elseif(curmode STREQUAL DESCRIPTION)
56 set(curmode "") variable
/dports/math/octomap/octomap-1.9.7/octomap/CMakeModules/
H A DInstallPkgConfigFile.cmake37 set(curmode "") variable
44 set(curmode ${word}) variable
45 elseif(curmode STREQUAL LIBS)
47 elseif(curmode STREQUAL CFLAGS)
49 elseif(curmode STREQUAL REQUIRES)
51 elseif(curmode STREQUAL VERSION)
53 set(curmode "") variable
54 elseif(curmode STREQUAL DESCRIPTION)
56 set(curmode "") variable
/dports/lang/gawk/gawk-5.1.1/pc/
H A Dpopen.c228 char curmode[4]; in os_popen() local
232 strncpy(curmode, mode, 3); curmode[3] = '\0'; in os_popen()
237 strcpy(pipes[cur].pmode, curmode); in os_popen()
250 if (*curmode == 'r') { in os_popen()
254 *curmode = 'w'; in os_popen()
255 if ((current = freopen(name, curmode, stdout)) == NULL) in os_popen()
261 *curmode = 'r'; in os_popen()
262 if ((current = fopen(name, curmode)) == NULL) in os_popen()
265 if ((current = fopen(name, curmode)) == NULL) in os_popen()
270 strcpy(pipes[cur].pmode, curmode); in os_popen()
/dports/multimedia/vlc/vlc-3.0.16/src/win32/
H A Dplugin.c57 DWORD curmode = 0; in SetThreadErrorModeFallback() local
61 curmode = GetErrorModeReal(); in SetThreadErrorModeFallback()
63 curmode = SEM_FAILCRITICALERRORS; in SetThreadErrorModeFallback()
65 DWORD curmode = GetErrorMode(); in SetThreadErrorModeFallback() local
68 if ((mode & curmode) != mode) in SetThreadErrorModeFallback()
71 *oldmode = curmode; in SetThreadErrorModeFallback()
/dports/textproc/c2man/c2man-2.0.42/pc/
H A Dpopen.c32 pipemode curmode; in os_popen() local
43 curmode = reading; in os_popen()
45 curmode = writing; in os_popen()
57 if(curmode == reading) { in os_popen()
69 pipes[cur].pmode = curmode; in os_popen()
/dports/japanese/ng/ng-1.4.4/sys/human68k/
H A Dfepctrl.c195 int curmode; local
200 curmode = ask68k_get_mode();
201 if (newmode != curmode)
203 return curmode;
/dports/japanese/ng-devel/ng-1.5beta1/sys/human68k/
H A Dfepctrl.c195 int curmode; local
200 curmode = ask68k_get_mode();
201 if (newmode != curmode)
203 return curmode;
/dports/japanese/ng-canna/ng-1.4.4/sys/human68k/
H A Dfepctrl.c195 int curmode; local
200 curmode = ask68k_get_mode();
201 if (newmode != curmode)
203 return curmode;
/dports/japanese/gawk/gawk-3.0.6/pc/
H A Dpopen.c152 pipemode curmode; in os_popen() local
163 curmode = reading; in os_popen()
165 curmode = writing; in os_popen()
172 pipes[cur].pmode = curmode; in os_popen()
186 if(curmode == reading) { in os_popen()
204 pipes[cur].pmode = curmode; in os_popen()
/dports/databases/libcouchbase/libcouchbase-2.10.7/contrib/cliopts/
H A Dcliopts.c767 int curmode;
803 curmode = WANT_OPTION;
804 ctx.wanted = curmode;
809 if (curmode == WANT_OPTION) {
811 } else if (curmode == WANT_VALUE) {
812 curmode = parse_value(&ctx, argv[ii]);
815 if (curmode == MODE_ERROR) {
821 } else if (curmode == MODE_HELP) {
832 } else if (curmode == MODE_RESTARGS) {
836 ctx.wanted = curmode;
[all …]
/dports/mail/ecartis/ecartis-1.0.0/src/modules/lsg2/
H A Dlsg2-main.c180 struct listserver_cgi_mode *curmode; in MODE_HANDLER() local
238 curmode = LMAPI->find_cgi_mode(LMAPI->get_string("lcgi-mode")); in MODE_HANDLER()
244 curmode = LMAPI->find_cgi_mode("listmenu"); in MODE_HANDLER()
247 curmode = LMAPI->find_cgi_mode("login"); in MODE_HANDLER()
251 curmode = LMAPI->find_cgi_mode("default"); in MODE_HANDLER()
265 if (!curmode) { in MODE_HANDLER()
272 (curmode->mode)(); in MODE_HANDLER()
/dports/japanese/gawk/gawk-3.0.6/vms/
H A Dvms_popen.c100 pipemode curmode; in popen() local
103 curmode = reading; in popen()
105 curmode = writing; in popen()
113 if (curmode == reading) { in popen()
125 pipes[cur].pmode = curmode; in popen()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/arm/
H A Dop_helper.c497 int curmode = env->uncached_cpsr & CPSR_M; in msr_mrs_banked_exc_checks() local
501 if (curmode != ARM_CPU_MODE_HYP && curmode != ARM_CPU_MODE_MON) { in msr_mrs_banked_exc_checks()
507 if (curmode == tgtmode) { in msr_mrs_banked_exc_checks()
514 if (curmode != ARM_CPU_MODE_FIQ) { in msr_mrs_banked_exc_checks()
519 if (curmode == ARM_CPU_MODE_SYS) { in msr_mrs_banked_exc_checks()
524 if (curmode == ARM_CPU_MODE_HYP || curmode == ARM_CPU_MODE_SYS) { in msr_mrs_banked_exc_checks()
535 if (curmode != ARM_CPU_MODE_MON) { in msr_mrs_banked_exc_checks()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/arm/
H A Dop_helper.c497 int curmode = env->uncached_cpsr & CPSR_M; in msr_mrs_banked_exc_checks() local
501 if (curmode != ARM_CPU_MODE_HYP && curmode != ARM_CPU_MODE_MON) { in msr_mrs_banked_exc_checks()
507 if (curmode == tgtmode) { in msr_mrs_banked_exc_checks()
514 if (curmode != ARM_CPU_MODE_FIQ) { in msr_mrs_banked_exc_checks()
519 if (curmode == ARM_CPU_MODE_SYS) { in msr_mrs_banked_exc_checks()
524 if (curmode == ARM_CPU_MODE_HYP || curmode == ARM_CPU_MODE_SYS) { in msr_mrs_banked_exc_checks()
535 if (curmode != ARM_CPU_MODE_MON) { in msr_mrs_banked_exc_checks()
/dports/lang/gawk/gawk-5.1.1/vms/
H A Dvms_popen.c101 pipemode curmode; in popen() local
104 curmode = reading; in popen()
106 curmode = writing; in popen()
114 if (curmode == reading) { in popen()
126 pipes[cur].pmode = curmode; in popen()
/dports/emulators/qemu5/qemu-5.2.0/target/arm/
H A Dop_helper.c500 int curmode = env->uncached_cpsr & CPSR_M; in msr_mrs_banked_exc_checks() local
504 if (curmode != ARM_CPU_MODE_HYP && curmode != ARM_CPU_MODE_MON) { in msr_mrs_banked_exc_checks()
510 if (curmode == tgtmode) { in msr_mrs_banked_exc_checks()
517 if (curmode != ARM_CPU_MODE_FIQ) { in msr_mrs_banked_exc_checks()
522 if (curmode == ARM_CPU_MODE_SYS) { in msr_mrs_banked_exc_checks()
527 if (curmode == ARM_CPU_MODE_HYP || curmode == ARM_CPU_MODE_SYS) { in msr_mrs_banked_exc_checks()
538 if (curmode != ARM_CPU_MODE_MON) { in msr_mrs_banked_exc_checks()

12345678910>>...13