Home
last modified time | relevance | path

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

/dports/devel/tass64/64tass-1.56.2625-src/
H A Derror.c90 struct notdefines_s { struct
694 const struct notdefines_s *a = cavltree_container_of(aa, struct notdefines_s, node); in notdefines_compare()
695 const struct notdefines_s *b = cavltree_container_of(bb, struct notdefines_s, node); in notdefines_compare()
703 struct notdefines_s *a = avltree_container_of(aa, struct notdefines_s, node); in notdefines_free()
708 static struct notdefines_s *lastnd = NULL;
711 struct notdefines_s *tmp2; in err_msg_not_defined3()
718 lastnd = (struct notdefines_s *)mallocx(sizeof *lastnd); in err_msg_not_defined3()
729 tmp2 = avltree_container_of(b, struct notdefines_s, node); in err_msg_not_defined3()