Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/libreadline/
Dmisc.c167 _rl_argcxt |= NUM_SAWMINUS;
173 if ((_rl_argcxt & NUM_SAWMINUS) && rl_numeric_arg == 1 && rl_explicit_arg == 0)
Drlprivate.h84 #define NUM_SAWMINUS 0x01 macro