Home
last modified time | relevance | path

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

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