Lines Matching refs:cont
56 struct sbuf *cont; member
83 np->cont = sbuf_new_auto(); in new_node()
84 sbuf_clear(np->cont); in new_node()
138 sbuf_finish(mt->cur->cont); in EndElement()
142 sbuf_cat(mt->cur->key, sbuf_data(np->cont)); in EndElement()
165 sbuf_bcat(mt->cur->cont, b, e - b + 1); in CharData()
185 sbuf_finish(mt->top->cont); in dofile()
200 sbuf_finish(mt->top->cont); in dofile()
210 printf("\"%s\" -- \"%s\" -- \"%s\"", np->name, sbuf_data(np->cont), sbuf_data(np->key)); in print_node()
300 i = refcmp(sbuf_data(n1->cont), sbuf_data(n2->cont)); in compare_node()
302 i = strcmp(sbuf_data(n1->cont), sbuf_data(n2->cont)); in compare_node()