Searched refs:Attribute_t (Results 1 - 4 of 4) sorted by relevance
/ast/src/cmd/html/ |
H A D | html2rtf.c | 83 static Attribute_t* 84 attribute(register Attribute_t* ap, const char* name) 144 start_a(Tag_t* tp, Attribute_t* ap) 146 Attribute_t* op; 158 end_a(Tag_t* tp, Attribute_t* ap) 171 start_b(Tag_t* tp, Attribute_t* ap) 181 start_bq(Tag_t* tp, Attribute_t* ap) 196 end_bq(Tag_t* tp, Attribute_t* ap) 208 start_body(Tag_t* tp, Attribute_t* ap) 216 start_br(Tag_t* tp, Attribute_t* a [all...] |
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/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/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 32 milliseconds