Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/
H A Dlc.h70 } Lc_attribute_t; typedef
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[] =
/titanic_50/usr/src/lib/libast/amd64/include/ast/
H A Dlc.h70 } Lc_attribute_t; typedef
88 const Lc_attribute_t* attributes[LC_language_attribute_max];
109 const Lc_attribute_t* attribute;
115 const Lc_attribute_t* attribute;
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/
H A Dlc.h70 } Lc_attribute_t; typedef
88 const Lc_attribute_t* attributes[LC_language_attribute_max];
109 const Lc_attribute_t* attribute;
115 const Lc_attribute_t* attribute;
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dlc.h70 } Lc_attribute_t; typedef
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[] =
/titanic_50/usr/src/lib/libast/sparc/include/ast/
H A Dlc.h70 } Lc_attribute_t; typedef
88 const Lc_attribute_t* attributes[LC_language_attribute_max];
109 const Lc_attribute_t* attribute;
115 const Lc_attribute_t* attribute;
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/
H A Dlc.h70 } Lc_attribute_t; typedef
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[] =
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/
H A Dlc.h70 } Lc_attribute_t; typedef
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[] =
/titanic_50/usr/src/lib/libast/i386/include/ast/
H A Dlc.h70 } Lc_attribute_t; typedef
88 const Lc_attribute_t* attributes[LC_language_attribute_max];
109 const Lc_attribute_t* attribute;
115 const Lc_attribute_t* attribute;
/titanic_50/usr/src/lib/libast/common/port/
H A Dlc.c403 const Lc_attribute_t* ap; in lcmake()
668 …if (i >= elementsof(lp->attributes) && (ap = newof(0, Lc_attribute_t, 1, sizeof(Lc_attribute_list_… in lcmake()
671 strcpy((char*)(((Lc_attribute_t*)ap)->name = (const char*)(ai + 1)), w); in lcmake()