Searched defs:Attribute_t (Results 1 - 3 of 3) sorted by relevance
/ast/src/lib/libdss/ | ||
H A D | cxattr.c | 42 } Attribute_t; typedef in typeref:struct:Attribute_s 46 static Attribute_t attributes[] = 75 register Attribute_t* a; |
/ast/src/cmd/html/ | ||
H A D | html2rtf.h | 52 } Attribute_t; typedef in typeref:struct:Attribute_s 56 typedef int (*Call_f)(struct Tag_s*, Attribute_t*); |
/ast/src/lib/libast/port/ | ||
H A D | lcgen.c | 66 } Attribute_t; typedef in typeref:struct:Attribute_s 71 Attribute_t* attribute; 111 Attribute_t* attribute; 268 Attribute_t* ap; 527 if (!(ap = newof(0, Attribute_t, 1, 0))) |
Completed in 19 milliseconds