Home | History | Annotate | Download | only in src

Lines Matching refs:pathp

265 static void add_rxxpath (struct pathelement **pathp, const char *str);
1267 add_rxxpath (struct pathelement **pathp, const char *str)
1281 CSNGL_LIST_ADD_REAR (*pathp, newp);
1288 normalize_dirlist (struct pathelement **pathp)
1290 struct pathelement *firstp = *pathp;
1294 const char *pname = (*pathp)->pname;
1299 struct pathelement *lastp = *pathp;
1323 pathp = &lastp->next;
1326 pathp = &(*pathp)->next;
1328 while (*pathp != firstp);