Home
last modified time | relevance | path

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

/NextBSD/contrib/libreadline/
HDrlmbutil.h110 extern int _rl_walphabetic PARAMS((wchar_t));
140 #define _rl_walphabetic(c) (rl_alphabetic (c)) macro
HDtext.c447 if (_rl_walphabetic (c) == 0)
453 if (_rl_walphabetic (c))
466 if (_rl_walphabetic (c) == 0)
498 if (_rl_walphabetic (c) == 0)
505 if (_rl_walphabetic (c))
515 if (_rl_walphabetic (c) == 0)
1274 if (_rl_walphabetic (c) == 0)
HDisearch.c469 if (_rl_walphabetic (cval) == 0)
478 if (_rl_walphabetic (cval) == 0)
HDutil.c85 _rl_walphabetic (wc) in _rl_walphabetic() function