Home
last modified time | relevance | path

Searched refs:nlsp (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/ucblib/libcurses/
H A Drefresh.c158 intptr_t nlsp, clsp; /* last space in lines */ in makech() local
182 nlsp = ce - win->_y[wy]; in makech()
199 if (ce != NULL && wx >= nlsp && *nsp == ' ') { in makech()
210 " nlsp = %d\n", clsp, nlsp); in makech()
212 if (clsp - nlsp >= strlen(CE) && in makech()
/titanic_41/usr/src/lib/libc/port/i18n/
H A Dgettext.h161 int nlsp; /* nlsp */ member
H A Dgettext_real.c207 mp->nlsp = 1; in _real_gettext_u()
242 mp->nlsp = 0; in _real_gettext_u()
1074 fd = nls_safe_open(mp->msgfile, &statbuf, &mp->trusted, !mp->nlsp); in handle_mo()
H A Dgettext_util.c442 gprintf(level, " nlsp: %d\n", mp->nlsp); in printmp()