Home
last modified time | relevance | path

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

/dports/games/tads/tads-3.0.8/tads2/
H A Dprp.h87 #define PRP_ADJ 4 /* adjective vocabulary property */ macro
H A Dvocab.c1295 && !vocffw(ctx, (char *)w, len, 0, 0, PRP_ADJ, in voctok()
2025 wrdtyp = PRP_ADJ; in vocgol()
2034 wrdtyp = PRP_ADJ; in vocgol()
2044 wrdtyp = PRP_ADJ; in vocgol()
2060 (wrdtyp == PRP_ADJ ? "adjective" : in vocgol()
2094 if (wrdtyp == PRP_ADJ && trying_endadj) in vocgol()
2138 if (try_noun_before_num && wrdtyp == PRP_ADJ) in vocgol()
2170 if (try_endadj && wrdtyp != PRP_ADJ) in vocgol()
2173 wrdtyp = PRP_ADJ; in vocgol()
2191 if (vocisdigit(wrd[0]) && wrdtyp == PRP_ADJ && first + 1 != last) in vocgol()
[all …]
H A Dsup.c167 { "adjective", PRP_ADJ },
/dports/games/scummvm/scummvm-2.5.1/engines/glk/tads/tads2/
H A Dproperty.h84 #define PRP_ADJ 4 /* adjective vocabulary property */ macro
H A Dvocabulary_parser.cpp1286 && !vocffw(ctx, (char *)w, len, 0, 0, PRP_ADJ, in voctok()
2015 wrdtyp = PRP_ADJ; in vocgol()
2024 wrdtyp = PRP_ADJ; in vocgol()
2034 wrdtyp = PRP_ADJ; in vocgol()
2050 (wrdtyp == PRP_ADJ ? "adjective" : in vocgol()
2084 if (wrdtyp == PRP_ADJ && trying_endadj) in vocgol()
2128 if (try_noun_before_num && wrdtyp == PRP_ADJ) in vocgol()
2160 if (try_endadj && wrdtyp != PRP_ADJ) in vocgol()
2163 wrdtyp = PRP_ADJ; in vocgol()
2181 if (vocisdigit(wrd[0]) && wrdtyp == PRP_ADJ && first + 1 != last) in vocgol()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/tads/tads2/
H A Dproperty.h84 #define PRP_ADJ 4 /* adjective vocabulary property */ macro
H A Dvocabulary_parser.cpp1286 && !vocffw(ctx, (char *)w, len, 0, 0, PRP_ADJ, in voctok()
2015 wrdtyp = PRP_ADJ; in vocgol()
2024 wrdtyp = PRP_ADJ; in vocgol()
2034 wrdtyp = PRP_ADJ; in vocgol()
2050 (wrdtyp == PRP_ADJ ? "adjective" : in vocgol()
2084 if (wrdtyp == PRP_ADJ && trying_endadj) in vocgol()
2128 if (try_noun_before_num && wrdtyp == PRP_ADJ) in vocgol()
2160 if (try_endadj && wrdtyp != PRP_ADJ) in vocgol()
2163 wrdtyp = PRP_ADJ; in vocgol()
2181 if (vocisdigit(wrd[0]) && wrdtyp == PRP_ADJ && first + 1 != last) in vocgol()
[all …]