Home
last modified time | relevance | path

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

/src/usr.bin/seq/
H A Dseq.c50 #define ISEXP(c) ((int)(c) == 'e' || (int)(c) == 'E') macro
245 if (ISEXP((unsigned char)*s)) { in numeric()