#include "common.h"
#include <stdio.h>
#include "machine.h"
#include "bu.h"
#include <assert.h>
Include dependency graph for list.c:

Go to the source code of this file.
Functions | |
| bu_list * | bu_list_new () |
| bu_list * | bu_list_pop (struct bu_list *hp) |
| int | bu_list_len (register const struct bu_list *hd) |
| void | bu_list_reverse (register struct bu_list *hd) |
| void | bu_list_free (struct bu_list *hd) |
| void | bu_list_parallel_append (struct bu_list *headp, struct bu_list *itemp) |
| bu_list * | bu_list_parallel_dequeue (struct bu_list *headp) |
| void | bu_ck_list (const struct bu_list *hd, const char *str) |
| void | bu_ck_list_magic (const struct bu_list *hd, const char *str, const long int magic) |
| bu_list * | bu_list_dequeue_next (struct bu_list *hp, struct bu_list *p) |
Generic bu_list routines.
Lee A. Butler
Definition in file list.c.
1.4.6