Home
last modified time | relevance | path

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

/dports/textproc/enchant/enchant-1.6.0/src/ispell/
H A Dispell.h523 #define CAPTYPEMASK ((MASKTYPE) 3 << (FLAGBASE + 2)) macro
525 #define ALLFLAGS (USED | KEEP | CAPTYPEMASK | MOREVARIANTS)
526 #define captype(x) ((x) & CAPTYPEMASK)
H A Dmakedent.cpp308 dp->flagfield &= ~CAPTYPEMASK; in addvheader()
H A Dcorrect.cpp765 if ((dent->flagfield & (CAPTYPEMASK | MOREVARIANTS)) == ALLCAPS) in save_root_cap()