Searched refs:reslt (Results 1 - 4 of 4) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dpager.c843 char q, *reslt; local
852 reslt = dowhatdoes_core(q, bufr);
853 if (reslt)
854 pline("%s", reslt);
H A Dfiles.c550 int reslt, fd; local
559 reslt = lseek(fd, 0L, SEEK_SET);
560 if (reslt == -1L)
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dpager.c843 char q, *reslt; local
852 reslt = dowhatdoes_core(q, bufr);
853 if (reslt)
854 pline("%s", reslt);
H A Dfiles.c550 int reslt, fd; local
559 reslt = lseek(fd, 0L, SEEK_SET);
560 if (reslt == -1L)

Completed in 194 milliseconds