Home
last modified time | relevance | path

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

/freebsd/usr.bin/seq/
H A Dseq.c49 #define ISSIGN(c) ((int)(c) == '-' || (int)(c) == '+') macro
232 if (ISSIGN((unsigned char)*s)) in numeric()
247 if (ISSIGN((unsigned char)*s) || in numeric()