Searched defs:elt (Results 1 - 11 of 11) sorted by relevance
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/ |
| H A D | inputstr.h | 517 int elt; member in struct:_SpriteInfoRec::__anon6811
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/ |
| H A D | inputstr.h | 517 int elt; member in struct:_SpriteInfoRec::__anon7132
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/ |
| H A D | inputstr.h | 486 int elt; member in struct:_SpriteInfoRec::__anon9431
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/ |
| H A D | inputstr.h | 487 int elt; member in struct:_SpriteInfoRec::__anon4960
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/ |
| H A D | inputstr.h | 466 int elt; member in struct:_SpriteInfoRec::__anon5273
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/ |
| H A D | inputstr.h | 530 int elt; member in struct:_SpriteInfoRec::__anon5585
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/ |
| H A D | inputstr.h | 515 int elt; member in struct:_SpriteInfoRec::__anon5895
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/ |
| H A D | inputstr.h | 517 int elt; member in struct:_SpriteInfoRec::__anon6198
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/ |
| H A D | inputstr.h | 517 int elt; member in struct:_SpriteInfoRec::__anon6496
|
| /vbox/src/libs/libxml2-2.6.31/ |
| H A D | HTMLparser.c | 5668 * @elt: HTML element 5676 htmlElementAllowedHere(const htmlElemDesc* parent, const xmlChar* elt) { argument 5679 if ( ! elt || ! parent || ! parent->subelts ) 5683 if ( !xmlStrcmp((const xmlChar *)*p, elt) ) 5691 * @elt: HTML element 5699 htmlElementStatusHere(const htmlElemDesc* parent, const htmlElemDesc* elt) { argument 5700 if ( ! parent || ! elt ) 5702 if ( ! htmlElementAllowedHere(parent, (const xmlChar*) elt->name ) ) 5705 return ( elt->dtd == 0 ) ? HTML_VALID : HTML_DEPRECATED ; 5709 * @elt 5719 htmlAttrAllowed(const htmlElemDesc* elt, const xmlChar* attr, int legacy) argument [all...] |
| H A D | testapi.c | 1344 htmlElemDesc * elt; /* HTML element */ local 1355 elt = gen_const_htmlElemDesc_ptr(n_elt, 0); 1359 ret_val = htmlAttrAllowed((const htmlElemDesc *)elt, (const xmlChar *)attr, legacy); 1362 des_const_htmlElemDesc_ptr(n_elt, (const htmlElemDesc *)elt, 0); 1819 xmlChar * elt; /* HTML element */ local 1826 elt = gen_const_xmlChar_ptr(n_elt, 1); 1828 ret_val = htmlElementAllowedHere((const htmlElemDesc *)parent, (const xmlChar *)elt); 1832 des_const_xmlChar_ptr(n_elt, (const xmlChar *)elt, 1); 1860 htmlElemDesc * elt; /* HTML element */ local 1867 elt [all...] |
Completed in 144 milliseconds