Home | History | Annotate | Download | only in libcurses

Lines Matching refs:justify

260 slk_set(int labnum, const char *label, int justify)
263 return __slk_set(_cursesi_screen, labnum, label, justify);
284 slk_wset(int labnum, const wchar_t *label, int justify)
287 return __slk_wset(_cursesi_screen, labnum, label, justify);
469 __slk_set(SCREEN *screen, int labnum, const char *label, int justify)
483 switch(justify) {
524 l->justify = justify;
551 __slk_wset(SCREEN *screen, int labnum, const wchar_t *label, int justify)
576 result = __slk_set(screen, labnum, str, justify);
771 switch(l->justify) {