Home
last modified time | relevance | path

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

/dports/lang/gnu-apl/apl-1.8/src/
H A DTokenEnums.hh67 TC_MAX_PHRASE, ///< token in phrases are < TC_MAX_PHRASE enumerator
68 TC_MAX_PHRASE_2 = TC_MAX_PHRASE*TC_MAX_PHRASE, // TC_MAX_PHRASE ^ 2
69 TC_MAX_PHRASE_3 = TC_MAX_PHRASE*TC_MAX_PHRASE_2, // TC_MAX_PHRASE ^ 3
70 TC_MAX_PHRASE_4 = TC_MAX_PHRASE*TC_MAX_PHRASE_3, // TC_MAX_PHRASE ^ 4
/dports/lang/gnu-apl/apl-1.8/tools/
H A Dphrase_gen.cc210 int MODU = TC_MAX_PHRASE; in print_table()
322 if (tc >= TC_MAX_PHRASE) in check_phrases()