Home
last modified time | relevance | path

Searched refs:synlist (Results 1 – 25 of 26) sorted by relevance

12

/dports/x11-toolkits/open-motif/motif-2.3.8/tools/wml/
H A Dwmlsynbld.c495 char **synlist; /* ALIAS pointer list */ local
550 synlist = (char **) malloc (sizeof(char *));
552 synlist = (char **)
557 cdesc->alias_list = synlist;
827 char **synlist; /* ALIAS pointer list */ local
892 synlist = (char **) malloc (sizeof(char *));
894 synlist = (char **)
899 rdesc->alias_list = synlist;
1165 char **synlist; /* ALIAS pointer list */ local
1197 synlist = (char **)
[all …]
/dports/textproc/wordnet/WordNet-3.0/include/
H A Dwngrind.h108 struct synlist *syns; /* uses of this word as a synonym */
115 typedef struct synlist { struct
116 struct synlist *snext; /* next item on synonym list */ argument
/dports/games/scummvm/scummvm-2.5.1/engines/glk/agt/
H A Dagtread.cpp1325 synlist[i] = synptr; /* Is this correct? */ in try_read_da1()
1332 synlist[56] = readslist(fda1); /* VIEW */ in try_read_da1()
1333 synlist[57] = synlist[14]; /* AFTER */ in try_read_da1()
1334 synlist[14] = readslist(fda1); /* THROW */ in try_read_da1()
1339 synlist[58] = synlist[52]; in try_read_da1()
1343 synlist[i] = synlist[i - 1]; in try_read_da1()
1352 synlist[i + BASE_VERB] = readslist(fda1); in try_read_da1()
1353 synlist[i + BASE_VERB + 25] = readslist(fda1); in try_read_da1()
1356 synlist[BASE_VERB] = readslist(fda1); in try_read_da1()
1475 synlist = NULL; in set_da1_null()
[all …]
H A Ddisassemble.cpp284 if (v >= BASE_VERB && v < BASE_VERB + DUMB_VERB && syntbl[synlist[v]] != 0) in debug_head()
285 w = syntbl[synlist[v]]; in debug_head()
H A Dvars.cpp91 slist *synlist; variable
H A Dagxfile.cpp665 memmove(synlist + BASE_VERB, synlist + old_base_verb, in correct_synlist()
673 synlist[i] = synptr; in correct_synlist()
1020 synlist = (slist *)read_recblock(NULL, FT_SLIST, index[15].numrec, index[15].file_offset, in read_agx()
1433 write_recblock(synlist, FT_SLIST, gindex[15].numrec, gindex[15].file_offset); in agx_write()
H A Dmetacommand.cpp889 && syntbl[synlist[vcode]] != 0) in scan_dbg()
890 w = syntbl[synlist[vcode]]; in scan_dbg()
H A Dgamedata.cpp999 for (j = synlist[i]; syntbl[j] != 0; j++) in verb_authorsyn()
1254 j = synlist[i]; in sort_cmd()
/dports/multimedia/py-guessit/guessit-3.3.1/guessit/rules/properties/
H A Dcountry.py53 for alpha2, synlist in synonyms.items():
54 for syn in synlist:
H A Dlanguage.py85 for code, synlist in synonyms.items():
90 for syn in synlist:
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/guessit/rules/properties/
H A Dcountry.py53 for alpha2, synlist in synonyms.items():
54 for syn in synlist:
H A Dlanguage.py85 for code, synlist in synonyms.items():
90 for syn in synlist:
/dports/irc/py-limnoria/Limnoria-master-2019-09-08/plugins/Dict/
H A Dplugin.py156 synlist = ' '.join(defstr.split('\n')).split(': ', 1)[1].split(',')
157 asynonym = random.choice(synlist).strip()
/dports/textproc/wordnet/WordNet-3.0/lib/
H A Dsearch.c1642 SynsetPtr synlist = NULL, lastsyn = NULL; in findtheinfo_ds() local
1676 if (!synlist) in findtheinfo_ds()
1677 synlist = cursyn; in findtheinfo_ds()
1693 lastsyn = synlist->ptrlist; in findtheinfo_ds()
1694 synlist->ptrlist = lastsyn->ptrlist; in findtheinfo_ds()
1698 wnresults.searchds = synlist; in findtheinfo_ds()
1699 return(synlist); in findtheinfo_ds()
1709 SynsetPtr cursyn, synlist = NULL, lastsyn = NULL; in traceptrs_ds() local
1748 if (!synlist) in traceptrs_ds()
1749 synlist = cursyn; in traceptrs_ds()
[all …]
/dports/textproc/py-wordnet/WordNet-2.0/src/lib/
H A Dsearch.c1920 SynsetPtr synlist = NULL, lastsyn = NULL; in findtheinfo_ds() local
1954 if (!synlist) in findtheinfo_ds()
1955 synlist = cursyn; in findtheinfo_ds()
1973 lastsyn = synlist->ptrlist; in findtheinfo_ds()
1974 synlist->ptrlist = lastsyn->ptrlist; in findtheinfo_ds()
1978 wnresults.searchds = synlist; in findtheinfo_ds()
1979 return(synlist); in findtheinfo_ds()
1988 SynsetPtr cursyn, synlist = NULL, lastsyn = NULL; in traceptrs_ds() local
2027 if (!synlist) in traceptrs_ds()
2028 synlist = cursyn; in traceptrs_ds()
[all …]
/dports/games/iortcw/iortcw-1.51c/MP/code/botlib/
H A Dbe_ai_chat.c605 void BotDumpSynonymList( bot_synonymlist_t *synlist ) { in BotDumpSynonymList() argument
614 for ( syn = synlist; syn; syn = syn->next ) in BotDumpSynonymList()
639 bot_synonymlist_t *synlist, *lastsyn, *syn; in BotLoadSynonyms() local
643 synlist = NULL; //make compiler happy in BotLoadSynonyms()
662 synlist = NULL; //list synonyms in BotLoadSynonyms()
701 } else { synlist = syn;} in BotLoadSynonyms()
780 return synlist; in BotLoadSynonyms()
/dports/games/iortcw/iortcw-1.51c/SP/code/botlib/
H A Dbe_ai_chat.c605 void BotDumpSynonymList( bot_synonymlist_t *synlist ) { in BotDumpSynonymList() argument
614 for ( syn = synlist; syn; syn = syn->next ) in BotDumpSynonymList()
639 bot_synonymlist_t *synlist, *lastsyn, *syn; in BotLoadSynonyms() local
643 synlist = NULL; //make compiler happy in BotLoadSynonyms()
662 synlist = NULL; //list synonyms in BotLoadSynonyms()
701 } else { synlist = syn;} in BotLoadSynonyms()
780 return synlist; in BotLoadSynonyms()
/dports/games/ioquake3-server/ioquake3-1.36/code/botlib/
H A Dbe_ai_chat.c583 void BotDumpSynonymList(bot_synonymlist_t *synlist) in BotDumpSynonymList() argument
591 for (syn = synlist; syn; syn = syn->next) in BotDumpSynonymList()
615 bot_synonymlist_t *synlist, *lastsyn, *syn; in BotLoadSynonyms() local
619 synlist = NULL; //make compiler happy in BotLoadSynonyms()
638 synlist = NULL; //list synonyms in BotLoadSynonyms()
684 else synlist = syn; in BotLoadSynonyms()
768 return synlist; in BotLoadSynonyms()
/dports/games/ioquake3/ioquake3-1.36/code/botlib/
H A Dbe_ai_chat.c583 void BotDumpSynonymList(bot_synonymlist_t *synlist) in BotDumpSynonymList() argument
591 for (syn = synlist; syn; syn = syn->next) in BotDumpSynonymList()
615 bot_synonymlist_t *synlist, *lastsyn, *syn; in BotLoadSynonyms() local
619 synlist = NULL; //make compiler happy in BotLoadSynonyms()
638 synlist = NULL; //list synonyms in BotLoadSynonyms()
684 else synlist = syn; in BotLoadSynonyms()
768 return synlist; in BotLoadSynonyms()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/botlib/
H A Dbe_ai_chat.c571 void BotDumpSynonymList(bot_synonymlist_t *synlist) in BotDumpSynonymList() argument
579 for (syn = synlist; syn; syn = syn->next) in BotDumpSynonymList()
603 bot_synonymlist_t *synlist, *lastsyn, *syn; in BotLoadSynonyms() local
607 synlist = NULL; //make compiler happy in BotLoadSynonyms()
626 synlist = NULL; //list synonyms in BotLoadSynonyms()
672 else synlist = syn; in BotLoadSynonyms()
756 return synlist; in BotLoadSynonyms()
/dports/games/evq3/evq3/code/botlib/
H A Dbe_ai_chat.c583 void BotDumpSynonymList(bot_synonymlist_t *synlist) in BotDumpSynonymList() argument
591 for (syn = synlist; syn; syn = syn->next) in BotDumpSynonymList()
615 bot_synonymlist_t *synlist, *lastsyn, *syn; in BotLoadSynonyms() local
619 synlist = NULL; //make compiler happy in BotLoadSynonyms()
638 synlist = NULL; //list synonyms in BotLoadSynonyms()
684 else synlist = syn; in BotLoadSynonyms()
768 return synlist; in BotLoadSynonyms()
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/botlib/
H A Dbe_ai_chat.c583 void BotDumpSynonymList(bot_synonymlist_t *synlist) in BotDumpSynonymList() argument
591 for (syn = synlist; syn; syn = syn->next) in BotDumpSynonymList()
615 bot_synonymlist_t *synlist, *lastsyn, *syn; in BotLoadSynonyms() local
619 synlist = NULL; //make compiler happy in BotLoadSynonyms()
638 synlist = NULL; //list synonyms in BotLoadSynonyms()
684 else synlist = syn; in BotLoadSynonyms()
768 return synlist; in BotLoadSynonyms()
/dports/games/openarena/openarena-engine-source-0.8.8/code/botlib/
H A Dbe_ai_chat.c583 void BotDumpSynonymList(bot_synonymlist_t *synlist) in BotDumpSynonymList() argument
591 for (syn = synlist; syn; syn = syn->next) in BotDumpSynonymList()
615 bot_synonymlist_t *synlist, *lastsyn, *syn; in BotLoadSynonyms() local
619 synlist = NULL; //make compiler happy in BotLoadSynonyms()
638 synlist = NULL; //list synonyms in BotLoadSynonyms()
684 else synlist = syn; in BotLoadSynonyms()
768 return synlist; in BotLoadSynonyms()
/dports/games/openjk/OpenJK-07675e2/codemp/botlib/
H A Dbe_ai_chat.cpp588 void BotDumpSynonymList(bot_synonymlist_t *synlist) in BotDumpSynonymList() argument
596 for (syn = synlist; syn; syn = syn->next) in BotDumpSynonymList()
620 bot_synonymlist_t *synlist, *lastsyn, *syn; in BotLoadSynonyms() local
624 synlist = NULL; //make compiler happy in BotLoadSynonyms()
643 synlist = NULL; //list synonyms in BotLoadSynonyms()
689 else synlist = syn; in BotLoadSynonyms()
773 return synlist; in BotLoadSynonyms()
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/botlib/
H A Dbe_ai_chat.c583 void BotDumpSynonymList(bot_synonymlist_t *synlist) in BotDumpSynonymList() argument
591 for (syn = synlist; syn; syn = syn->next) in BotDumpSynonymList()
615 bot_synonymlist_t *synlist, *lastsyn, *syn; in BotLoadSynonyms() local
619 synlist = NULL; //make compiler happy in BotLoadSynonyms()
638 synlist = NULL; //list synonyms in BotLoadSynonyms()
684 else synlist = syn; in BotLoadSynonyms()
768 return synlist; in BotLoadSynonyms()

12