Searched refs:_prefix (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/lib/libcurses/screen/ |
H A D | wrefresh.c | 62 _prefix(chtype *, chtype *, int, int, int *), 808 if ((match = _prefix(wcp, scp, length, length / 2, &idch)) > 0) in _useidch() 859 if ((match = _prefix(scp, wcp, length, maxi, &idch)) <= 0) in _useidch() 949 _prefix(chtype *s1, chtype *s2, int length, int maxs, int *begm) in _prefix() function
|