abbrev_table      100 dxref.c        static struct abbrev_entry *abbrev_table;
abbrev_table      505 dxref.c            abbrev_table = emalloc (sizeof (struct abbrev_entry) * (n + 1));
abbrev_table      509 dxref.c        	abbrev_table [i].number = atoi (number);
abbrev_table      511 dxref.c        	abbrev_table [i].upper_bound_form = xmlGetProp (node, "type");
abbrev_table      513 dxref.c            abbrev_table [n].number = -1; /* sentinel */
abbrev_table      514 dxref.c            abbrev_table [n].upper_bound_form = NULL;
abbrev_table      767 dxref.c            for (i = 0; abbrev_table [i].number != -1; i++) {
abbrev_table      768 dxref.c        	if (abbrev_table [i].number == atoi (abbrev_num)) {
abbrev_table      769 dxref.c        	    form = abbrev_table [i].upper_bound_form;