Searched refs:linkhead (Results 1 – 3 of 3) sorted by relevance
3362 linkhead_t *linkhead; in get_cached_links() local3367 for (linkhead = headlinkhead; linkhead != NULL; in get_cached_links()3368 linkhead = linkhead->nexthead) { in get_cached_links()3369 if (strcmp(linkhead->dir_re, dir_re) == 0) { in get_cached_links()3370 return (linkhead); in get_cached_links()3378 linkhead = s_malloc(sizeof (linkhead_t)); in get_cached_links()3379 linkhead->nexthead = headlinkhead; in get_cached_links()3380 headlinkhead = linkhead; in get_cached_links()3381 linkhead->dir_re = s_strdup(dir_re); in get_cached_links()3383 if ((n = regcomp(&(linkhead->dir_re_compiled), dir_re, in get_cached_links()[all …]
209 typedef struct linkhead { struct214 struct linkhead *nexthead; argument
329 link_t *linkhead; in add_dependency() local345 linkhead = user->dependencies; in add_dependency()346 for (link = linkhead; link != NULL; link = link->next) { in add_dependency()372 link->next = linkhead; in add_dependency()