Home
last modified time | relevance | path

Searched refs:aekFormRadio (Results 1 – 4 of 4) sorted by relevance

/dports/www/retawq/retawq-0.2.6c/
H A Dparser.c820 { "radio", aekFormRadio },
911 case aekFormText: case aekFormPassword: case aekFormRadio: in use_curraebase()
H A Dstuff.h556 aekFormCheckbox = 4, aekFormRadio = 5, aekFormSubmit = 6, aekFormReset = 7, enumerator
H A Drenderer.c730 case aekFormRadio: in renderer_html()
H A Dmain.c2139 case aekFormRadio: w = gtk_radio_button_new(NULL); break;/*IMPLEMENTME!*/ in __init_ae()
2374 case aekFormRadio: in document_form_submit()
4978 case aekFormRadio: in generic_handle_command()
4990 { if ( (a != _ae) && (aebase[a].kind == aekFormRadio) ) in generic_handle_command()