Home
last modified time | relevance | path

Searched refs:reset_str (Results 1 – 12 of 12) sorted by relevance

/dports/devel/cvsgraph/cvsgraph-1.7.0/
H A Drcsl.l48 static void reset_str(void);
140 @ reset_str(); BEGIN(xSTR);
146 <xAUTHOR>@ reset_str(); BEGIN(xSTR);
199 static void reset_str(void) in reset_str() function
H A Drcsl.c8202 static void reset_str(void);
8794 reset_str(); BEGIN(xSTR);
8820 reset_str(); BEGIN(xSTR);
9978 static void reset_str(void) in reset_str() function
H A Dreadconf.c496 static void reset_str(void) in reset_str() function
662 reset_str(); in config_lex()
733 reset_str(); in config_lex()
769 reset_str(); in config_lex()
/dports/devel/py-spyder/spyder-3.2.7/spyder/widgets/ipythonconsole/
H A Dshell.py233 reset_str = _("Remove all variables")
239 box.setWindowTitle(reset_str)
/dports/devel/arduino-avrdude/avrdude-6.3/
H A Dbuspirate.c710 static const char *reset_str = "#\n"; in buspirate_enable() local
740 rc = buspirate_send_bin(pgm, (const unsigned char*)reset_str, strlen(reset_str)); in buspirate_enable()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/avrdude/
H A Dbuspirate.c707 static const char *reset_str = "#\n"; in buspirate_enable() local
737 rc = buspirate_send_bin(pgm, (const unsigned char*)reset_str, strlen(reset_str)); in buspirate_enable()
/dports/devel/avrdude/avrdude-6.4/
H A Dbuspirate.c706 static const char *reset_str = "#\n"; in buspirate_enable() local
736 rc = buspirate_send_bin(pgm, (const unsigned char*)reset_str, strlen(reset_str)); in buspirate_enable()
/dports/devel/openocd/openocd-0.11.0/src/jtag/aice/
H A Daice_usb.c2211 char *reset_str; in aice_execute_custom_script() local
2233 reset_str = strstr(op_str, "srst"); in aice_execute_custom_script()
2234 if (reset_str != NULL) { in aice_execute_custom_script()
2241 reset_str = strstr(op_str, "dbgi"); in aice_execute_custom_script()
2242 if (reset_str != NULL) { in aice_execute_custom_script()
2249 reset_str = strstr(op_str, "trst"); in aice_execute_custom_script()
2250 if (reset_str != NULL) { in aice_execute_custom_script()
2260 delay = strtoul(reset_str + 4, NULL, 0); in aice_execute_custom_script()
/dports/devel/openocd/openocd-0.11.0/src/jtag/
H A Dcore.c994 const char *reset_str[3] = { in default_interface_jtag_execute_queue() local
998 reset_str[cmd->cmd.reset->trst + 1], in default_interface_jtag_execute_queue()
999 reset_str[cmd->cmd.reset->srst + 1]); in default_interface_jtag_execute_queue()
/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Dsession.c163 …et_button_id=button_add_extended(window_id, reset_button_id, NULL, 0, 0, 0, 0, 0, 1.0f, reset_str); in fill_session_win()
H A Dtranslate.h428 reset_str[6],
H A Dtranslate.c287 reset_str[6], variable
1543 add_xml_identifier(misc,"reset",reset_str,"Reset",sizeof(reset_str)); in init_help()