Home
last modified time | relevance | path

Searched defs:__slk_label (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/lib/libcurses/
H A Dcurses_private.h193 struct __slk_label { struct
194 char *text;
195 int justify;
199 char label[MAX_SLK_LABEL + 1];
200 int x;
H A Dslk.c418 __slk_label(SCREEN *screen, int labnum) in __slk_label() function