Home
last modified time | relevance | path

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

/dports/audio/espeak/espeak-1.48.04-source/src/
H A Dphoneme.h62 #define phLOCAL 0x80000000 // used during compilation macro
/dports/audio/praat/praat-6.2.03/external/espeak/
H A Dphoneme.h191 #define phLOCAL (1 << phFLAGBIT_LOCAL) macro
H A Dcompiledata.cpp2287 phoneme_out->phflags |= phLOCAL; // declared in this phoneme table
2337 p[j].phflags |= phLOCAL; // write all phonemes in the base phoneme table
2339 if (p[j].phflags & phLOCAL)
2352 if (p[j].phflags & phLOCAL) {
2355 p[j].phflags &= ~phLOCAL;
2420 phoneme_tab2[j].phflags &= ~phLOCAL;