Searched defs:travlist (Results 1 – 1 of 1) sorted by relevance
83 struct travlist /* direcs & conditions of travel*/ struct84 { struct travlist *next; /* ptr to next list entry */85 int conditions; /* m in writeup (newloc / 1000) */86 int tloc; /* n in writeup (newloc % 1000) */87 int tverb; /* the verb that takes you there*/