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

  /src/bin/sh/
expand.c 511 struct ifsregion *ifsp; local in function:removerecordregions
513 ifsp = ifsfirst.next->next;
515 ifsfirst.next = ifsp;
534 struct ifsregion *ifsp; local in function:removerecordregions
536 ifsp = ifslastp->next->next;
538 ifslastp->next = ifsp;
1342 struct ifsregion *ifsp; local in function:recordregion
1346 ifsp = &ifsfirst;
1354 ifsp = (struct ifsregion *)ckmalloc(sizeof (struct ifsregion));
1355 ifslastp->next = ifsp;
1374 struct ifsregion *ifsp; local in function:ifsbreakup
1492 struct ifsregion *ifsp; local in function:ifsfree
    [all...]
expand.c 511 struct ifsregion *ifsp; local in function:removerecordregions
513 ifsp = ifsfirst.next->next;
515 ifsfirst.next = ifsp;
534 struct ifsregion *ifsp; local in function:removerecordregions
536 ifsp = ifslastp->next->next;
538 ifslastp->next = ifsp;
1342 struct ifsregion *ifsp; local in function:recordregion
1346 ifsp = &ifsfirst;
1354 ifsp = (struct ifsregion *)ckmalloc(sizeof (struct ifsregion));
1355 ifslastp->next = ifsp;
1374 struct ifsregion *ifsp; local in function:ifsbreakup
1492 struct ifsregion *ifsp; local in function:ifsfree
    [all...]

Completed in 50 milliseconds