Searched refs:DIALOGRC (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/dialog/ |
H A D | rc.c | 68 #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 D | run_test.sh | 49 DIALOGRC="$rcfile" $DIALOG --create-rc $OUTPUT
|
/freebsd/lib/libdpv/ |
H A D | dialogrc.h | 38 #define DIALOGRC ".dialogrc" macro
|
H A D | dialogrc.c | 307 snprintf(cp, PATH_MAX - len, "%s", DIALOGRC); in parse_dialogrc()
|
H A D | dpv.c | 328 warnx("Successfully read `%s' config file", DIALOGRC); in dpv()
|