Searched refs:opO (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/dialog/ |
H A D | dialog.c | 232 #define opO(name) o_##name, 0, 0, 0 macro 266 { "and-widget", opO(and_widget), 4, NULL }, 280 { "create-rc", opO(create_rc), 1, NULL }, 294 { "help", opO(help), 4, "" }, 302 { "ignore", opO(ignore), 1, "" }, 304 { "input-fd", opO(input_fd), 1, "<fd>" }, 330 { "output-fd", opO(output_fd), 1, "<fd>" }, 336 { "print-maxsize", opO(print_maxsize), 1, "" }, 339 { "print-text-size",opO(print_text_size), 5, "<text> <height> <width>" }, 340 { "print-version", opO(print_version), 5, "" }, [all …]
|