Home | History | Annotate | Download | only in sh

Lines Matching defs:ifslastp

97 struct ifsregion *ifslastp;	/* last struct in list */
192 ifslastp = NULL;
503 if (ifslastp == NULL) {
519 ifslastp = NULL;
522 ifslastp = &ifsfirst;
529 ifslastp = &ifsfirst;
530 while (ifslastp->next && ifslastp->next->begoff < endoff)
531 ifslastp=ifslastp->next;
532 VTRACE(DBG_EXPAND, (" found(%d,%d)", ifslastp->begoff,ifslastp->endoff));
533 while (ifslastp->next != NULL) {
536 ifsp = ifslastp->next->next;
537 ckfree(ifslastp->next);
538 ifslastp->next = ifsp;
541 if (ifslastp->endoff > endoff)
542 ifslastp->endoff = endoff;
543 VTRACE(DBG_EXPAND, ("->(%d,%d)", ifslastp->begoff,ifslastp->endoff));
641 savelastp = ifslastp;
650 ifslastp = savelastp;
1345 if (ifslastp == NULL) {
1348 if (ifslastp->endoff == start
1349 && ifslastp->inquotes == inquotes) {
1351 ifslastp->endoff = end;
1355 ifslastp->next = ifsp;
1357 ifslastp = ifsp;
1358 ifslastp->next = NULL;
1359 ifslastp->begoff = start;
1360 ifslastp->endoff = end;
1361 ifslastp->inquotes = inquotes;
1386 if (ifslastp == NULL) {
1499 ifslastp = NULL;
2193 ifslastp = NULL;