Home
last modified time | relevance | path

Searched refs:oldcmd (Results 1 – 25 of 154) sorted by relevance

1234567

/dports/irc/irssi/irssi-1.2.3/src/fe-text/
H A Dstatusbar-config.c737 char *arg1, *arg2, *params, *oldcmd; in cmd_statusbar() local
745 oldcmd = NULL; in cmd_statusbar()
747 oldcmd = g_strdup("list"); in cmd_statusbar()
753 oldcmd = g_strdup_printf("reset %s", arg1); in cmd_statusbar()
768 if (command_find(oldcmd) == NULL) { in cmd_statusbar()
769 g_free(oldcmd); in cmd_statusbar()
770 oldcmd = g_strdup_printf("info %s", arg1); in cmd_statusbar()
772 g_free(oldcmd); in cmd_statusbar()
773 oldcmd = NULL; in cmd_statusbar()
778 if (oldcmd) { in cmd_statusbar()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/sparc/kernel/
H A Dleon_pci.c65 u16 cmd, oldcmd; in pcibios_enable_device() local
69 oldcmd = cmd; in pcibios_enable_device()
84 if (cmd != oldcmd) { in pcibios_enable_device()
85 pci_info(dev, "enabling device (%04x -> %04x)\n", oldcmd, cmd); in pcibios_enable_device()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/sparc/kernel/
H A Dleon_pci.c65 u16 cmd, oldcmd; in pcibios_enable_device() local
69 oldcmd = cmd; in pcibios_enable_device()
84 if (cmd != oldcmd) { in pcibios_enable_device()
85 pci_info(dev, "enabling device (%04x -> %04x)\n", oldcmd, cmd); in pcibios_enable_device()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/sparc/kernel/
H A Dleon_pci.c65 u16 cmd, oldcmd; in pcibios_enable_device() local
69 oldcmd = cmd; in pcibios_enable_device()
84 if (cmd != oldcmd) { in pcibios_enable_device()
85 pci_info(dev, "enabling device (%04x -> %04x)\n", oldcmd, cmd); in pcibios_enable_device()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/boot/
H A Dmain.c35 const struct old_cmdline * const oldcmd = in copy_boot_params() local
42 oldcmd->cl_magic == OLD_CL_MAGIC) { in copy_boot_params()
49 if (oldcmd->cl_offset < boot_params.hdr.setup_move_size) in copy_boot_params()
55 (cmdline_seg << 4) + oldcmd->cl_offset; in copy_boot_params()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/boot/
H A Dmain.c35 const struct old_cmdline * const oldcmd = in copy_boot_params() local
42 oldcmd->cl_magic == OLD_CL_MAGIC) { in copy_boot_params()
49 if (oldcmd->cl_offset < boot_params.hdr.setup_move_size) in copy_boot_params()
55 (cmdline_seg << 4) + oldcmd->cl_offset; in copy_boot_params()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/boot/
H A Dmain.c35 const struct old_cmdline * const oldcmd = in copy_boot_params() local
42 oldcmd->cl_magic == OLD_CL_MAGIC) { in copy_boot_params()
49 if (oldcmd->cl_offset < boot_params.hdr.setup_move_size) in copy_boot_params()
55 (cmdline_seg << 4) + oldcmd->cl_offset; in copy_boot_params()
/dports/chinese/aterm/aterm-1.0.1/src/
H A Dgraphics.c360 grcmd_t *newcmd, *oldcmd; in Gr_do_graphics() local
417 oldcmd = grwin->graphics; in Gr_do_graphics()
418 while (oldcmd->next != NULL) { in Gr_do_graphics()
419 grcmd_t *tmp = oldcmd; in Gr_do_graphics()
421 oldcmd = oldcmd->next; in Gr_do_graphics()
429 oldcmd = grwin->graphics; in Gr_do_graphics()
430 if (oldcmd == NULL) in Gr_do_graphics()
433 while (oldcmd->next != NULL) in Gr_do_graphics()
434 oldcmd = oldcmd->next; in Gr_do_graphics()
435 oldcmd->next = newcmd; in Gr_do_graphics()
/dports/x11/aterm/aterm-1.0.1/src/
H A Dgraphics.c360 grcmd_t *newcmd, *oldcmd; in Gr_do_graphics() local
417 oldcmd = grwin->graphics; in Gr_do_graphics()
418 while (oldcmd->next != NULL) { in Gr_do_graphics()
419 grcmd_t *tmp = oldcmd; in Gr_do_graphics()
421 oldcmd = oldcmd->next; in Gr_do_graphics()
429 oldcmd = grwin->graphics; in Gr_do_graphics()
430 if (oldcmd == NULL) in Gr_do_graphics()
433 while (oldcmd->next != NULL) in Gr_do_graphics()
434 oldcmd = oldcmd->next; in Gr_do_graphics()
435 oldcmd->next = newcmd; in Gr_do_graphics()
/dports/editors/cooledit/cooledit-3.17.28/rxvt/
H A Drxvtlib_graphics.c324 grcmd_t *newcmd, *oldcmd; in rxvtlib_Gr_do_graphics() local
381 oldcmd = grwin->graphics; in rxvtlib_Gr_do_graphics()
382 while (oldcmd->next != NULL) { in rxvtlib_Gr_do_graphics()
383 grcmd_t *tmp = oldcmd; in rxvtlib_Gr_do_graphics()
385 oldcmd = oldcmd->next; in rxvtlib_Gr_do_graphics()
393 oldcmd = grwin->graphics; in rxvtlib_Gr_do_graphics()
394 if (oldcmd == NULL) in rxvtlib_Gr_do_graphics()
397 while (oldcmd->next != NULL) in rxvtlib_Gr_do_graphics()
398 oldcmd = oldcmd->next; in rxvtlib_Gr_do_graphics()
399 oldcmd->next = newcmd; in rxvtlib_Gr_do_graphics()
/dports/x11/xvt/xvt-3.0.1/src/
H A Dgraphics.c353 grcmd_t *newcmd, *oldcmd; in xvt_Gr_do_graphics() local
409 oldcmd = grwin->graphics; in xvt_Gr_do_graphics()
410 while (oldcmd->next != NULL) { in xvt_Gr_do_graphics()
411 grcmd_t *tmp = oldcmd; in xvt_Gr_do_graphics()
413 oldcmd = oldcmd->next; in xvt_Gr_do_graphics()
421 oldcmd = grwin->graphics; in xvt_Gr_do_graphics()
422 if (oldcmd == NULL) in xvt_Gr_do_graphics()
425 while (oldcmd->next != NULL) in xvt_Gr_do_graphics()
426 oldcmd = oldcmd->next; in xvt_Gr_do_graphics()
427 oldcmd->next = newcmd; in xvt_Gr_do_graphics()
/dports/x11-clocks/rclock/rxvt-2.7.10/src/
H A Dgraphics.c353 grcmd_t *newcmd, *oldcmd; in rxvt_Gr_do_graphics() local
409 oldcmd = grwin->graphics; in rxvt_Gr_do_graphics()
410 while (oldcmd->next != NULL) { in rxvt_Gr_do_graphics()
411 grcmd_t *tmp = oldcmd; in rxvt_Gr_do_graphics()
413 oldcmd = oldcmd->next; in rxvt_Gr_do_graphics()
421 oldcmd = grwin->graphics; in rxvt_Gr_do_graphics()
422 if (oldcmd == NULL) in rxvt_Gr_do_graphics()
425 while (oldcmd->next != NULL) in rxvt_Gr_do_graphics()
426 oldcmd = oldcmd->next; in rxvt_Gr_do_graphics()
427 oldcmd->next = newcmd; in rxvt_Gr_do_graphics()
/dports/devel/libserdes/libserdes-6.0.2/
H A Dconfigure123 oldcmd=$(grep '^# configure exec: ' config.log | \
125 echo "Reconfiguring: $0 $oldcmd"
126 exec $0 $oldcmd
/dports/net/librdkafka/librdkafka-1.8.2/
H A Dconfigure123 oldcmd=$(head -1 config.log | grep '^# configure exec: ' | \
125 echo "Reconfiguring: $0 $oldcmd"
126 exec $0 $oldcmd
/dports/sysutils/vector/vector-0.10.0/cargo-crates/rdkafka-sys-2.0.0+1.4.2/librdkafka/
H A Dconfigure123 oldcmd=$(head -1 config.log | grep '^# configure exec: ' | \
125 echo "Reconfiguring: $0 $oldcmd"
126 exec $0 $oldcmd
/dports/net/kcat/kcat-1.7.0/
H A Dconfigure123 oldcmd=$(head -1 config.log | grep '^# configure exec: ' | \
125 echo "Reconfiguring: $0 $oldcmd"
126 exec $0 $oldcmd
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/plugins/out_kafka/librdkafka-1.7.0/
H A Dconfigure123 oldcmd=$(head -1 config.log | grep '^# configure exec: ' | \
125 echo "Reconfiguring: $0 $oldcmd"
126 exec $0 $oldcmd
/dports/devel/anjuta/anjuta-3.34.0/plugins/build-basic-autotools/
H A Dexecuter.c377 gchar *oldcmd = cmd; in execute_program() local
380 oldcmd); in execute_program()
382 g_free (oldcmd); in execute_program()
388 gchar* oldcmd = cmd; in execute_program() local
390 cmd = g_strconcat ("anjuta-launcher ", oldcmd, NULL); in execute_program()
392 g_free (oldcmd); in execute_program()
/dports/games/r1q2/r1q2-8012_5/client/
H A Dcl_input.c687 usercmd_t *cmd, *oldcmd; in CL_SendCmd_Synchronous() local
776 oldcmd = cmd; in CL_SendCmd_Synchronous()
780 MSG_WriteDeltaUsercmd (oldcmd, cmd, cls.protocolVersion); in CL_SendCmd_Synchronous()
781 oldcmd = cmd; in CL_SendCmd_Synchronous()
785 MSG_WriteDeltaUsercmd (oldcmd, cmd, cls.protocolVersion); in CL_SendCmd_Synchronous()
813 usercmd_t *cmd, *oldcmd; in CL_SendCmd() local
883 oldcmd = cmd; in CL_SendCmd()
887 MSG_WriteDeltaUsercmd (oldcmd, cmd, cls.protocolVersion); in CL_SendCmd()
888 oldcmd = cmd; in CL_SendCmd()
892 MSG_WriteDeltaUsercmd (oldcmd, cmd, cls.protocolVersion); in CL_SendCmd()
/dports/games/q2pro/q2pro/source/
H A Dcl_input.c810 usercmd_t *cmd, *oldcmd; in CL_SendDefaultCmd() local
853 oldcmd = cmd; in CL_SendDefaultCmd()
856 MSG_WriteDeltaUsercmd( oldcmd, cmd ); in CL_SendDefaultCmd()
858 oldcmd = cmd; in CL_SendDefaultCmd()
861 MSG_WriteDeltaUsercmd( oldcmd, cmd ); in CL_SendDefaultCmd()
897 usercmd_t *cmd, *oldcmd; in CL_SendBatchedCmd() local
937 oldcmd = NULL; in CL_SendBatchedCmd()
955 bits = MSG_WriteDeltaUsercmd_Enhanced( oldcmd, cmd ); in CL_SendBatchedCmd()
959 oldcmd = cmd; in CL_SendBatchedCmd()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dg_game.c3221 ticcmd_t oldcmd[MAXPLAYERS]; variable
3311 if(cmd->sidemove != oldcmd[playernum].sidemove) in G_WriteDemoTiccmd()
3314 oldcmd[playernum].sidemove=cmd->sidemove; in G_WriteDemoTiccmd()
3318 if(cmd->angleturn != oldcmd[playernum].angleturn) in G_WriteDemoTiccmd()
3321 oldcmd[playernum].angleturn=cmd->angleturn; in G_WriteDemoTiccmd()
3325 if(cmd->buttons != oldcmd[playernum].buttons) in G_WriteDemoTiccmd()
3328 oldcmd[playernum].buttons=cmd->buttons; in G_WriteDemoTiccmd()
3332 if(cmd->aiming != oldcmd[playernum].aiming) in G_WriteDemoTiccmd()
3335 oldcmd[playernum].aiming=cmd->aiming; in G_WriteDemoTiccmd()
3483 memset(oldcmd,0,sizeof(oldcmd)); in G_BeginRecording()
[all …]
/dports/games/libretro-tyrquake/tyrquake-e76477d/QW/client/
H A Dcl_input.c572 usercmd_t *cmd, *oldcmd; in CL_SendCmd() local
622 oldcmd = cmd; in CL_SendCmd()
626 MSG_WriteDeltaUsercmd(&buf, oldcmd, cmd); in CL_SendCmd()
627 oldcmd = cmd; in CL_SendCmd()
631 MSG_WriteDeltaUsercmd(&buf, oldcmd, cmd); in CL_SendCmd()
/dports/games/quake2max/Quake2maX_0.45-src_unix/client/
H A Dcl_input.c464 usercmd_t *cmd, *oldcmd; in CL_SendCmd() local
526 oldcmd = cmd; in CL_SendCmd()
530 MSG_WriteDeltaUsercmd (&buf, oldcmd, cmd); in CL_SendCmd()
531 oldcmd = cmd; in CL_SendCmd()
535 MSG_WriteDeltaUsercmd (&buf, oldcmd, cmd); in CL_SendCmd()
/dports/games/quake2-source/quake2-r0.16.2/src/client/
H A Dcl_input.c464 usercmd_t *cmd, *oldcmd; in CL_SendCmd() local
526 oldcmd = cmd; in CL_SendCmd()
530 MSG_WriteDeltaUsercmd (&buf, oldcmd, cmd); in CL_SendCmd()
531 oldcmd = cmd; in CL_SendCmd()
535 MSG_WriteDeltaUsercmd (&buf, oldcmd, cmd); in CL_SendCmd()
/dports/games/quake2lnx/quake2-r0.16.2/src/client/
H A Dcl_input.c464 usercmd_t *cmd, *oldcmd; in CL_SendCmd() local
526 oldcmd = cmd; in CL_SendCmd()
530 MSG_WriteDeltaUsercmd (&buf, oldcmd, cmd); in CL_SendCmd()
531 oldcmd = cmd; in CL_SendCmd()
535 MSG_WriteDeltaUsercmd (&buf, oldcmd, cmd); in CL_SendCmd()

1234567