HomeSort by: relevance | last modified time | path
    Searched defs:loclist (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/config/
gram.y 89 DECL_ALLOCWRAP(loclist);
133 static struct loclist *mk_loc(const char *, const char *, long long);
134 static struct loclist *mk_loc_val(const char *, struct loclist *);
148 static struct loclist *present_loclist(struct loclist *ll);
149 static void app(struct loclist *, struct loclist *);
150 static struct loclist *locarray(const char *, int, struct loclist *, int)
569 loclist: label
    [all...]
defs.h 202 struct loclist *a_locs; /* locators required */
229 struct loclist { struct
233 struct loclist *ll_next;
681 struct loclist *loclist_create(const char *, const char *, long long);
682 void loclist_destroy(struct loclist *);

Completed in 13 milliseconds