Home
last modified time | relevance | path

Searched refs:tloc (Results 1 – 3 of 3) sorted by relevance

/minix/games/adventure/
H A Dio.c405 t->tloc = n; /* table entry mod 1000 */ in rtrav()
423 if (t->tloc <= 300) in twrite()
424 speak(&ltext[t->tloc]); in twrite()
426 if (t->tloc <= 500) in twrite()
427 printf("special code %d\n", t->tloc - 300); in twrite()
429 rspeak(t->tloc - 500); in twrite()
H A Dsubr.c198 newloc = kk->tloc; in fdwarf()
343 ll2 = tkk->tloc; in march()
376 if (tkk->tloc != ll2 || tkk->conditions != ll1) in march()
399 ll = tkk->tloc; in mback()
407 if (forced(ll) && k == j->tloc) in mback()
H A Dhdr.h110 int tloc; /* n in writeup (newloc % 1000) */ member