Home
last modified time | relevance | path

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

/freebsd/contrib/dialog/
H A Drc.c68 #define DIALOGRC ".dialogrc" macro
564 && strlen(filename) < MAX_LEN - (sizeof(DIALOGRC) + 3)) { in dlg_parse_rc()
566 sprintf(str, "%s%s", filename, DIALOGRC); in dlg_parse_rc()
568 sprintf(str, "%s/%s", filename, DIALOGRC); in dlg_parse_rc()
H A Drun_test.sh49 DIALOGRC="$rcfile" $DIALOG --create-rc $OUTPUT
/freebsd/lib/libdpv/
H A Ddialogrc.h38 #define DIALOGRC ".dialogrc" macro
H A Ddialogrc.c307 snprintf(cp, PATH_MAX - len, "%s", DIALOGRC); in parse_dialogrc()
H A Ddpv.c328 warnx("Successfully read `%s' config file", DIALOGRC); in dpv()