Searched refs:Lc_attribute_t (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dlc.h70 } Lc_attribute_t; typedef in typeref:struct:Lc_attribute_s
88 const Lc_attribute_t* attributes[LC_language_attribute_max];
109 const Lc_attribute_t* attribute;
115 const Lc_attribute_t* attribute;
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dlc.h70 } Lc_attribute_t; typedef in typeref:struct:Lc_attribute_s
88 const Lc_attribute_t* attributes[LC_language_attribute_max];
109 const Lc_attribute_t* attribute;
115 const Lc_attribute_t* attribute;
H A Dlctab.c7 const Lc_attribute_t attribute_es[] =
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dlc.h70 } Lc_attribute_t; typedef in typeref:struct:Lc_attribute_s
88 const Lc_attribute_t* attributes[LC_language_attribute_max];
109 const Lc_attribute_t* attribute;
115 const Lc_attribute_t* attribute;
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dlc.h70 } Lc_attribute_t; typedef in typeref:struct:Lc_attribute_s
88 const Lc_attribute_t* attributes[LC_language_attribute_max];
109 const Lc_attribute_t* attribute;
115 const Lc_attribute_t* attribute;
H A Dlctab.c7 const Lc_attribute_t attribute_es[] =
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dlc.h70 } Lc_attribute_t; typedef in typeref:struct:Lc_attribute_s
88 const Lc_attribute_t* attributes[LC_language_attribute_max];
109 const Lc_attribute_t* attribute;
115 const Lc_attribute_t* attribute;
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dlc.h70 } Lc_attribute_t; typedef in typeref:struct:Lc_attribute_s
88 const Lc_attribute_t* attributes[LC_language_attribute_max];
109 const Lc_attribute_t* attribute;
115 const Lc_attribute_t* attribute;
H A Dlctab.c7 const Lc_attribute_t attribute_es[] =
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dlc.h70 } Lc_attribute_t; typedef in typeref:struct:Lc_attribute_s
88 const Lc_attribute_t* attributes[LC_language_attribute_max];
109 const Lc_attribute_t* attribute;
115 const Lc_attribute_t* attribute;
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dlc.h70 } Lc_attribute_t; typedef in typeref:struct:Lc_attribute_s
88 const Lc_attribute_t* attributes[LC_language_attribute_max];
109 const Lc_attribute_t* attribute;
115 const Lc_attribute_t* attribute;
H A Dlctab.c7 const Lc_attribute_t attribute_es[] =
/illumos-gate/usr/src/lib/libast/common/port/
H A Dlc.c403 const Lc_attribute_t* ap;
668 if (i >= elementsof(lp->attributes) && (ap = newof(0, Lc_attribute_t, 1, sizeof(Lc_attribute_list_t) + s - w + 1)))
671 strcpy((char*)(((Lc_attribute_t*)ap)->name = (const char*)(ai + 1)), w);

Completed in 58 milliseconds