attr_stack        304 attr.c         	struct attr_stack *prev;
attr_stack        310 attr.c         } *attr_stack;
attr_stack        312 attr.c         static void free_attr_elem(struct attr_stack *e)
attr_stack        340 attr.c         static void handle_attr_line(struct attr_stack *res,
attr_stack        355 attr.c         static struct attr_stack *read_attr_from_array(const char **list)
attr_stack        357 attr.c         	struct attr_stack *res;
attr_stack        370 attr.c         static struct attr_stack *read_attr_from_file(const char *path, int macro_ok)
attr_stack        373 attr.c         	struct attr_stack *res;
attr_stack        393 attr.c         static struct attr_stack *read_attr_from_index(const char *path, int macro_ok)
attr_stack        395 attr.c         	struct attr_stack *res;
attr_stack        418 attr.c         static struct attr_stack *read_attr(const char *path, int macro_ok)
attr_stack        420 attr.c         	struct attr_stack *res;
attr_stack        445 attr.c         static void debug_info(const char *what, struct attr_stack *elem)
attr_stack        473 attr.c         	while (attr_stack) {
attr_stack        474 attr.c         		struct attr_stack *elem = attr_stack;
attr_stack        475 attr.c         		attr_stack = elem->prev;
attr_stack        497 attr.c         	struct attr_stack *elem;
attr_stack        499 attr.c         	if (attr_stack)
attr_stack        504 attr.c         	elem->prev = attr_stack;
attr_stack        505 attr.c         	attr_stack = elem;
attr_stack        511 attr.c         			elem->prev = attr_stack;
attr_stack        512 attr.c         			attr_stack = elem;
attr_stack        522 attr.c         			elem->prev = attr_stack;
attr_stack        523 attr.c         			attr_stack = elem;
attr_stack        531 attr.c         		elem->prev = attr_stack;
attr_stack        532 attr.c         		attr_stack = elem;
attr_stack        540 attr.c         	elem->prev = attr_stack;
attr_stack        541 attr.c         	attr_stack = elem;
attr_stack        546 attr.c         	struct attr_stack *elem, *info;
attr_stack        570 attr.c         	info = attr_stack;
attr_stack        571 attr.c         	attr_stack = info->prev;
attr_stack        579 attr.c         	while (attr_stack->origin) {
attr_stack        580 attr.c         		int namelen = strlen(attr_stack->origin);
attr_stack        582 attr.c         		elem = attr_stack;
attr_stack        589 attr.c         		attr_stack = elem->prev;
attr_stack        605 attr.c         		assert(attr_stack->origin);
attr_stack        607 attr.c         			len = strlen(attr_stack->origin);
attr_stack        619 attr.c         			elem->prev = attr_stack;
attr_stack        620 attr.c         			attr_stack = elem;
attr_stack        630 attr.c         	info->prev = attr_stack;
attr_stack        631 attr.c         	attr_stack = info;
attr_stack        682 attr.c         		struct attr_stack *stk, int rem)
attr_stack        700 attr.c         	struct attr_stack *stk;
attr_stack        708 attr.c         	for (stk = attr_stack; !a && stk; stk = stk->prev)
attr_stack        732 attr.c         	struct attr_stack *stk;
attr_stack        768 attr.c         	for (stk = attr_stack; 0 < rem && stk; stk = stk->prev)