Home
last modified time | relevance | path

Searched refs:InfoOf (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/ncurses/ncurses/base/
H A Dlib_slk.c54 #define NumLabels InfoOf(SP_PARM).numlabels
55 #define NoColorVideo InfoOf(SP_PARM).nocolorvideo
56 #define LabelWidth InfoOf(SP_PARM).labelwidth
57 #define LabelHeight InfoOf(SP_PARM).labelheight
H A Dlib_color.c55 #define CanChange InfoOf(SP_PARM).canchange
56 #define DefaultPalette InfoOf(SP_PARM).defaultPalette
57 #define HasColor InfoOf(SP_PARM).hascolor
58 #define InitColor InfoOf(SP_PARM).initcolor
59 #define MaxColors InfoOf(SP_PARM).maxcolors
60 #define MaxPairs InfoOf(SP_PARM).maxpairs
H A Dlib_slkrefr.c50 #define NumLabels InfoOf(SP_PARM).numlabels
H A Dlib_set_term.c53 #define MaxColors InfoOf(sp).maxcolors
54 #define NumLabels InfoOf(sp).numlabels
H A Dlib_newterm.c55 #define NumLabels InfoOf(SP_PARM).numlabels
H A Dnew_pair.c47 #define MaxColors InfoOf(SP_PARM).maxcolors
H A Dlib_screen.c1002 InfoOf(SP_PARM).caninit in NCURSES_SP_NAME()
/dragonfly/contrib/ncurses/ncurses/
H A Dcurses.priv.h2552 #define InfoOf(sp) TCBOf(sp)->info macro