Searched refs:thead (Results 1 – 4 of 4) sorted by relevance
46 def Thead : Tag<"thead"> { let EndTagOptional = 1; }
891 typedef struct thead { struct892 struct thead *prev; /* previous block */ argument893 struct thead *free; /* free list pointer */ argument1043 thead_t thead [ PAGE_SIZE / sizeof (thead_t) ]; member5099 ptr = &cur_page->thead[--unallocated]; in allocate_thead()
997 typedef struct thead { struct998 struct thead *prev; /* previous block */ argument999 struct thead *free; /* free list pointer */ argument1098 thead_t thead [ PAGE_SIZE / sizeof (thead_t) ]; member5386 ptr = &cur_page->thead[ --unallocated ]; in allocate_thead()
5727 thead: [ 1, "<table>", "</table>" ], property in wrapMap5737 wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead;