Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDCommentHTMLTags.td46 def Thead : Tag<"thead"> { let EndTagOptional = 1; }
/NextBSD/contrib/binutils/gas/
HDecoff.c891 typedef struct thead { struct
892 struct thead *prev; /* previous block */ argument
893 struct thead *free; /* free list pointer */ argument
1043 thead_t thead [ PAGE_SIZE / sizeof (thead_t) ]; member
5099 ptr = &cur_page->thead[--unallocated]; in allocate_thead()
/NextBSD/contrib/gcc/
HDmips-tfile.c997 typedef struct thead { struct
998 struct thead *prev; /* previous block */ argument
999 struct thead *free; /* free list pointer */ argument
1098 thead_t thead [ PAGE_SIZE / sizeof (thead_t) ]; member
5386 ptr = &cur_page->thead[ --unallocated ]; in allocate_thead()
/NextBSD/contrib/libxo/xohtml/external/
HDjquery.js5727 thead: [ 1, "<table>", "</table>" ], property in wrapMap
5737 wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead;