Home
last modified time | relevance | path

Searched refs:QI_KEYWORDS_PER_REPLY (Results 1 – 4 of 4) sorted by relevance

/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dquests-defines.h16 #define QI_KEYWORDS_PER_REPLY 5 /* so many different keywords may trigger the same keyword-reply te… macro
H A Dquests.h479 …byte keyword_idx[QI_KEYWORDS_PER_REPLY]; /* which keyword(s) will prompt this reply from the curre…
H A Dinit1.c8436 while (*s && k < QI_KEYWORDS_PER_REPLY) { in init_q_info_txt()
H A Dquests.c3679 for (k = 0; k < QI_KEYWORDS_PER_REPLY; k++) {