Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/readline/
H A Dmisc.c131 if ((cxt & NUM_SAWDIGITS) == 0)
162 _rl_argcxt |= NUM_SAWDIGITS;
H A Drlprivate.h103 #define NUM_SAWDIGITS 0x02 macro