Searched refs:entities (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/html/
H A Dhtml2rtf.h118 Hash_table_t* entities; /* entity dictionary */ member in struct:State_s
H A Dhtml2rtf.c1104 else if (ep = (Entity_t*)hashget(state.entities, s))
1301 static const Entity_t entities[] = variable
1508 if (!(state.entities = hashalloc(NiL, HASH_name, "entities", 0)))
1514 for (i = 0; i < elementsof(entities); i++)
1515 if (!(hashput(state.entities, entities[i].name, &entities[i])))

Completed in 16 milliseconds