Home
last modified time | relevance | path

Searched refs:_Property (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h422 struct _Property *prop; /* List of properties */
686 #define PROPERTY_HEAD_SIZE (sizeof (struct _Property)-sizeof (union Body))
687 struct _Property { struct
688 struct _Property *next; argument
763 typedef struct _Property *Property, Property_rec;
/illumos-gate/usr/src/cmd/make/include/mk/
H A Ddefs.h118 struct _Property *command;
/illumos-gate/usr/src/cmd/make/bin/
H A Dparallel.cc971 sizeof(struct _Property)); in set_conditionals()