Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dwrefresh.c60 _prefix(chtype *, chtype *, int, int, int *),
811 if ((match = _prefix(wcp, scp, length, length / 2, &idch)) > 0) in _useidch()
862 if ((match = _prefix(scp, wcp, length, maxi, &idch)) <= 0) in _useidch()
952 _prefix(chtype *s1, chtype *s2, int length, int maxs, int *begm) in _prefix() function