Home
last modified time | relevance | path

Searched refs:egg_isdigit (Results 1 – 5 of 5) sorted by relevance

/dports/irc/eggdrop/eggdrop-1.9.1/src/compat/
H A Dinet_aton.c123 if (!egg_isdigit(c))
135 if (inet_isascii(c) && egg_isdigit(c)) {
H A Dsnprintf.c217 if (egg_isdigit(ch)) { in dopr()
236 if (egg_isdigit(ch)) { in dopr()
/dports/irc/eggdrop/eggdrop-1.9.1/src/
H A Deggdrop.h313 #define egg_isdigit(x) isdigit((int) (unsigned char) (x)) macro
H A Ddcc.c813 if (egg_isdigit(text[1])) { /* Is the first char a number? */
815 if (egg_isdigit(*text))
818 if (egg_isdigit(text[1]))
820 if (egg_isdigit(*text))
851 while ((*text == ';') || egg_isdigit(*text))
H A Dmisc.c1562 if (!egg_isdigit(*str)) in str_isdigit()