Home
last modified time | relevance | path

Searched refs:wave_gconf_restore (Results 1 – 3 of 3) sorted by relevance

/dports/cad/gtkwave/gtkwave-3.3.107/src/
H A Dgconf.h33 void wave_gconf_restore(char **dumpfile, char **savefile, char **rcfile, char **wave_pwd, int *opt_…
H A Dgconf.c257 void wave_gconf_restore(char **dumpfile, char **savefile, char **rcfile, char **wave_pwd, int *opt_… in wave_gconf_restore() function
651 void wave_gconf_restore(char **dumpfile, char **savefile, char **rcfile, char **wave_pwd, int *opt_… in wave_gconf_restore() function
694 void wave_gconf_restore(char **dumpfile, char **savefile, char **rcfile, char **wave_pwd, int *opt_… in wave_gconf_restore() function
H A Dmain.c981 wave_gconf_restore(&GLOBALS->loaded_file_name, &wname, &override_rc, &chdir_cache, &opt_vcd); in main_2()