Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_slkset.c55 int numchrs; in NCURSES_EXPORT() local
98 numchrs = (int) (p - str); in NCURSES_EXPORT()
106 numchrs = numcols; in NCURSES_EXPORT()
112 slk->ent[i].ent_text[numchrs] = '\0'; in NCURSES_EXPORT()
116 numchrs + 1)) in NCURSES_EXPORT()
138 (size_t) numchrs); in NCURSES_EXPORT()
141 memset(slk->ent[i].form_text + offset + numchrs, in NCURSES_EXPORT()
146 slk->ent[i].form_text[numchrs - numcols + limit] = 0; in NCURSES_EXPORT()