Searched refs:lip (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/gcc/gcc/config/
H A Ddarwin-crt2.c112 struct live_images *top, **lip, *destroy = NULL;
118 for (lip = ⊤ *lip != NULL; lip = &(*lip)->next)
120 if ((*lip)->mh == m && (*lip)->vm_slide == s)
122 destroy = *lip;
123 *lip = destroy->next; /* unlink DESTROY */
111 struct live_images *top, **lip, *destroy = NULL; local
/openbsd-current/gnu/usr.bin/gcc/gcc/config/
H A Ddarwin-crt2.c107 struct live_images *top, **lip, *destroy = NULL;
113 for (lip = ⊤ *lip != NULL; lip = &(*lip)->next)
115 if ((*lip)->mh == m && (*lip)->vm_slide == s)
117 destroy = *lip;
118 *lip = destroy->next; /* unlink DESTROY */
106 struct live_images *top, **lip, *destroy = NULL; local
/openbsd-current/gnu/lib/libreadline/
H A Ddisplay.c196 expand_prompt (pmt, lp, lip, niflp)
198 int *lp, *lip, *niflp;
250 if (lip)
251 *lip = last;

Completed in 122 milliseconds