Home
last modified time | relevance | path

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

/freebsd/contrib/dialog/
H A Drc.c435 FILE *rc_file; in dlg_create_rc() local
437 if ((rc_file = fopen(filename, "wt")) == NULL) in dlg_create_rc()
440 fprintf(rc_file, "#\n\ in dlg_create_rc()
464 fprintf(rc_file, "\n# %s\n", vars[i].comment); in dlg_create_rc()
467 fprintf(rc_file, "%s = %d\n", vars[i].name, in dlg_create_rc()
471 fprintf(rc_file, "%s = \"%s\"\n", vars[i].name, in dlg_create_rc()
475 fprintf(rc_file, "%s = %s\n", vars[i].name, in dlg_create_rc()
485 fprintf(rc_file, "\n# %s\n", dlg_color_table[i].comment); in dlg_create_rc()
490 fprintf(rc_file, "%s = %s\n", in dlg_create_rc()
499 fprintf(rc_file, "%s = %c", dlg_color_table[i].name, L_PAREN); in dlg_create_rc()
[all …]