xmlStrcmp (XMLvalue, (const xmlChar *) "FL_SCREEN")))
{FL_SCREEN;
} ((! xmlStrcmp (XMLvalue, (const xmlChar *) "FL_SCREEN_BOLD")))
{FL_SCREEN_BOLD;
}
} parseStyles (xmlDocPtr doc, xmlNodePtr cur, const char * name)
{(cur! = NULL)
{= xmlGetProp (cur, (const xmlChar *) "name"); ((! xmlStrcmp (uri, (const xmlChar *) "Plain")))
{= xmlGetProp (cur, (const xmlChar *) "color"); = xmlGetProp (cur, (const xmlChar *) "font");. color = XMLValue2FLColor (color);. font = XMLValue2FLfont (font);. size = TS; [0] = stylebuftemp;
} ((! xmlStrcmp (uri, (const xmlChar *) "Line Comments")))
{= xmlGetProp (cur, (const xmlChar *) "color"); = xmlGetProp (cur, (const xmlChar *) "font");. color = XMLValue2FLColor (color);. font = XMLValue2FLfont (font);. size = TS; [1] = stylebuftemp;
} ((! xmlStrcmp (uri, (const xmlChar *) "Block Comments")))
{= xmlGetProp (cur, (const xmlChar *) "color"); = xmlGetProp (cur, (const xmlChar *) "font");. color = XMLValue2FLColor (color);. font = XMLValue2FLfont (font);. size = TS; [2] = stylebuftemp;
} ((! xmlStrcmp (uri, (const xmlChar *) "Strings")))
{= xmlGetProp (cur, (const xmlChar *) "color"); = xmlGetProp (cur, (const xmlChar *) "font");. color = XMLValue2FLColor (color);. font = XMLValue2FLfont (font);. size = TS; [3] = stylebuftemp;
} ((! xmlStrcmp (uri, (const xmlChar *) "Directives")))
{= xmlGetProp (cur, (const xmlChar *) "color"); = xmlGetProp (cur, (const xmlChar *) "font");. color = XMLValue2FLColor (color);. font = XMLValue2FLfont (font);. size = TS; [4] = stylebuftemp;
} ((! xmlStrcmp (uri, (const xmlChar *) "Types")))
{= xmlGetProp (cur, (const xmlChar *) "color"); = xmlGetProp (cur, (const xmlChar *) "font");. color = XMLValue2FLColor (color);. font = XMLValue2FLfont (font);. size = TS; [5] = stylebuftemp;
} ((! xmlStrcmp (uri, (const xmlChar *) "Keywords")))
{= xmlGetProp (cur, (const xmlChar *) "color"); = xmlGetProp (cur, (const xmlChar *) "font");. color = XMLValue2FLColor (color);. font = XMLValue2FLfont (font);. size = TS; [6] = stylebuftemp;
} = cur-> next;
}
} parseNodes (xmlDocPtr doc, xmlNodePtr cur, char * curNode)
{* key; exit (0); = cur-> xmlChildrenNode; (cur! = NULL)
{((! xmlStrcmp (cur-> name, (const xmlChar *) curNode)))
{((! xmlStrcmp (cur-> name, (const xmlChar *) "entry")))
{(doc, cur, "Plain"); (doc, cur, "Line Comments"); (doc...