Home
last modified time | relevance | path

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

/freebsd/contrib/libxo/tests/core/
H A Dtest_11.c37 const char *text_only) in test_syslog_send() argument
39 printf("{{%s}}\n{{%s}}\n{{%s}}\n\n", full_msg, v0_hdr, text_only); in test_syslog_send()
/freebsd/contrib/libxo/libxo/
H A Dxo_syslog.c169 char *text_only) in xo_send_syslog() argument
172 xo_syslog_send(full_msg, v0_hdr, text_only); in xo_send_syslog()
188 v->iov_base = text_only; in xo_send_syslog()
189 v->iov_len = strlen(text_only); in xo_send_syslog()
H A Dxo.h667 const char *v0_hdr, const char *text_only);
/freebsd/contrib/dialog/
H A Dutil.c615 if (dialog_state.text_only) { in define_color()
790 if (dialog_state.text_only) { in dlg_print_text()
876 if (dialog_state.text_only) { in dlg_print_text()
884 if (dialog_state.text_only) { in dlg_print_text()
909 if (dialog_state.text_only) { in dlg_print_text()
1016 if (dialog_state.text_only || win) { in dlg_print_line()
1055 if (dialog_state.text_only || win) { in justify_text()
H A Ddialog.c338 { "print-text-only",ssT(text_only), 5, "<text> <height> <width>" },
1472 dialog_state.text_only = TRUE; in PrintTextOnly()
1474 dialog_state.text_only = FALSE; in PrintTextOnly()
H A Ddialog.h484 bool text_only; /* option "--print-text-only", etc. */ member