Lines Matching refs:ent
2003 const htmlEntityDesc * ent;
2011 ent = htmlEntityValueLookup(c);
2012 if (ent == NULL) {
2017 cp = ent->name;
2102 const htmlEntityDesc * ent;
2110 ent = htmlEntityValueLookup(c);
2111 if (ent == NULL) {
2116 cp = ent->name;
2499 const htmlEntityDesc * ent;
2544 ent = htmlParseEntityRef(ctxt, &name);
2553 } else if (ent == NULL) {
2575 c = ent->value;
2635 const htmlEntityDesc * ent = NULL;
2655 ent = htmlEntityLookup(name);
2656 if (ent != NULL) /* OK that's ugly !!! */
2667 return(ent);
3911 const htmlEntityDesc * ent;
3938 ent = htmlParseEntityRef(ctxt, &name);
3945 if ((ent == NULL) || !(ent->value > 0)) {
3956 c = ent->value;