PERIOD
#define periodchar(c) ((c) == PERIOD)
for (pch = PERIOD, nch = ch = *dn++; ch != '\0'; pch = ch, ch = nch) {
int pch = PERIOD, ch = *dn++;