Home
last modified time | relevance | path

Searched refs:hofSelected (Results 1 – 3 of 3) sorted by relevance

/dports/www/retawq/retawq-0.2.6c/
H A Dparser.h86 { hofNone = 0, hofSelected = 0x01, hofDisabled = 0x02, hofOptgroupStart = 0x04 enumerator
H A Dparser.c1206 if (se != NULL) hof |= hofSelected; in finish_delayed_node()
1344 { if (o->flags & hofSelected) in build_html_node()
1347 o->flags &= ~hofSelected; in build_html_node()
1356 if ( (!found_selected_option) && (o0 != NULL) ) o0->flags |= hofSelected; in build_html_node()
H A Dmain.c2117 { if (o->flags & hofSelected) my_bit_set(t, c); in __init_ae()