Searched refs:toptenentry (Results 1 - 2 of 2) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dtopten.c31 #define newttentry() (struct toptenentry *) alloc(sizeof(struct toptenentry))
43 struct toptenentry { struct
44 struct toptenentry *tt_next;
66 STATIC_DCL void FDECL(outentry, (int,struct toptenentry *,BOOLEAN_P));
67 STATIC_DCL void FDECL(readentry, (FILE *,struct toptenentry *));
68 STATIC_DCL void FDECL(writeentry, (FILE *,struct toptenentry *));
69 STATIC_DCL void FDECL(free_ttlist, (struct toptenentry *));
72 (BOOLEAN_P, int,struct toptenentry *,int,const char **,int));
128 struct toptenentry *t
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dtopten.c31 #define newttentry() (struct toptenentry *) alloc(sizeof(struct toptenentry))
43 struct toptenentry { struct
44 struct toptenentry *tt_next;
66 STATIC_DCL void FDECL(outentry, (int,struct toptenentry *,BOOLEAN_P));
67 STATIC_DCL void FDECL(readentry, (FILE *,struct toptenentry *));
68 STATIC_DCL void FDECL(writeentry, (FILE *,struct toptenentry *));
69 STATIC_DCL void FDECL(free_ttlist, (struct toptenentry *));
72 (BOOLEAN_P, int,struct toptenentry *,int,const char **,int));
128 struct toptenentry *t
[all...]

Completed in 74 milliseconds