Searched defs:travlist (Results 1 – 1 of 1) sorted by relevance
107 extern struct travlist { /* direcs & conditions of travel */ struct108 struct travlist *next; /* ptr to next list entry */ argument109 int conditions; /* m in writeup (newloc / 1000) */110 int tloc; /* n in writeup (newloc % 1000) */111 int tverb; /* the verb that takes you there */