Lines Matching defs:shared
177 struct shared {
197 struct shared *tz; /* timezone of this event */
198 struct shared *home; /* directory for this event */
199 struct shared *shell; /* shell for this event */
347 static struct shared *create_shared_str(char *str);
348 static struct shared *dup_shared(struct shared *obj);
349 static void rel_shared(struct shared *obj);
350 static void *get_obj(struct shared *obj);
1134 struct shared *tz = NULL;
1135 struct shared *home = NULL;
1136 struct shared *shell = NULL;
3616 static struct shared *
3620 struct shared *out;
3622 if ((out = xmalloc(sizeof (struct shared))) == NULL) {
3635 static struct shared *
3641 static struct shared *
3642 dup_shared(struct shared *obj)
3651 rel_shared(struct shared *obj)
3660 get_obj(struct shared *obj)