Searched refs:xxT (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/dialog/ |
H A D | dialog.c | 224 #define xxT(name) o_##name, 0, tTrue, 0 macro 265 { "allow-close", xxT(allow_close), 1, NULL }, 269 { "auto-placement", xxT(auto_placement), 1, NULL }, 290 { "fixed-font", xxT(fixed_font), 1, NULL }, 309 { "keep-colors", xxT(keep_colors), 1, NULL }, 319 { "no-close", xxT(no_close), 1, NULL }, 345 { "screen-center", xxT(screen_center), 1, NULL }, 353 { "smooth", xxT(smooth), 1, NULL }, 365 { "under-mouse", xxT(under_mouse), 1, NULL }, 373 { "fb", xxT(fullbutton), 1, NULL }, [all …]
|