Home
last modified time | relevance | path

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

/freebsd/usr.bin/dpv/
H A Ddpv.c303 config->status_solo = optarg; in main()
456 config->status_solo = LINE_STATUS_SOLO; in main()
460 config->status_solo = BYTE_STATUS_SOLO; in main()
/freebsd/lib/libdpv/
H A Ddpv.h117 const char *status_solo; /* dialog(3) solo-status format. member
H A Ddpv.c519 status_format_custom = config->status_solo; in dpv()