Searched refs:end_of_action (Results 1 – 3 of 3) sorted by relevance
/dports/games/alienarena/alienarena-7.66/source/client/ |
H A D | cl_irc.c | 1440 char * end_of_action; in IRC_HandleCTCP() local 1442 end_of_action = strchr( string , ' ' ); in IRC_HandleCTCP() 1443 if ( end_of_action == NULL ) { in IRC_HandleCTCP() 1444 end_of_action = string + string_len - 1; in IRC_HandleCTCP() 1445 *end_of_action = 0; in IRC_HandleCTCP() 1448 *end_of_action = 0; in IRC_HandleCTCP() 1449 end_of_action ++; in IRC_HandleCTCP() 1454 Com_Printf( " Command: %s\n Argument(s): %s\n" , string , end_of_action ); in IRC_HandleCTCP() 1457 return IRC_ExecuteCTCPHandler( string , is_channel , end_of_action ); in IRC_HandleCTCP()
|
/dports/games/alienarena-data/alienarena-7.66/source/client/ |
H A D | cl_irc.c | 1440 char * end_of_action; in IRC_HandleCTCP() local 1442 end_of_action = strchr( string , ' ' ); in IRC_HandleCTCP() 1443 if ( end_of_action == NULL ) { in IRC_HandleCTCP() 1444 end_of_action = string + string_len - 1; in IRC_HandleCTCP() 1445 *end_of_action = 0; in IRC_HandleCTCP() 1448 *end_of_action = 0; in IRC_HandleCTCP() 1449 end_of_action ++; in IRC_HandleCTCP() 1454 Com_Printf( " Command: %s\n Argument(s): %s\n" , string , end_of_action ); in IRC_HandleCTCP() 1457 return IRC_ExecuteCTCPHandler( string , is_channel , end_of_action ); in IRC_HandleCTCP()
|
/dports/print/hp2xx/hp2xx-3.4.4/sources/ |
H A D | hpgl.c | 668 double length_of_ele, start_of_action, end_of_action; in LPattern_Generator() local 695 for (end_of_action = 0.0;;) { in LPattern_Generator() 699 start_of_action = end_of_action; in LPattern_Generator() 708 end_of_action += length_of_ele; in LPattern_Generator() 746 (end_of_action in LPattern_Generator() 751 (end_of_action in LPattern_Generator() 788 start_of_action = end_of_action; in LPattern_Generator() 792 end_of_action += length_of_ele; in LPattern_Generator() 793 if (end_of_action > start_of_pat) { /* If anything to do: */ in LPattern_Generator() 822 dx * (end_of_action - in LPattern_Generator() [all …]
|