Home
last modified time | relevance | path

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

/openbsd/gnu/lib/libreadline/
H A Dhistlib.h57 #ifndef _rl_digit_p
58 #define _rl_digit_p(c) ((c) >= '0' && (c) <= '9') macro
H A Dnls.c147 all_digits &= _rl_digit_p (codeset[i]);
167 else if (_rl_digit_p (codeset[i]))
H A Dhistexpand.c180 if (_rl_digit_p (string[i]))
183 for (which = 0; _rl_digit_p (string[i]); i++)
1227 else if (_rl_digit_p (spec[i]) && expecting_word_spec)
1229 for (first = 0; _rl_digit_p (spec[i]); i++)
1246 if (_rl_digit_p (spec[i]))
1248 for (last = 0; _rl_digit_p (spec[i]); i++)
H A Dchardefs.h95 #define _rl_digit_p(c) ((c) >= '0' && (c) <= '9') macro
H A Drlprivate.h201 extern int (_rl_digit_p) PARAMS((int));
H A Dutil.c322 FUNCTION_FOR_MACRO (_rl_digit_p)
H A Dmisc.c132 if (_rl_digit_p (c)) in rl_digit_loop()
H A Dvi_mode.c818 if (_rl_digit_p (c))
927 if (_rl_digit_p (c)) in rl_digit_loop1()
/openbsd/gnu/lib/libreadline/doc/
H A Drltech.texinfo1059 @deftypefun int _rl_digit_p (int c)