Home | History | Annotate | Download | only in sh

Lines Matching refs:next

81 	struct ifsregion *next;	/* next region in list */
141 ifsfirst.next = NULL;
164 exparg.lastp = &sp->next;
224 argbackq = argbackq->next;
309 while (ifsfirst.next != NULL) {
312 ifsp = ifsfirst.next->next;
313 ckfree(ifsfirst.next);
314 ifsfirst.next = ifsp;
327 while (ifslastp->next && ifslastp->next->begoff < endoff)
328 ifslastp=ifslastp->next;
329 while (ifslastp->next != NULL) {
332 ifsp = ifslastp->next->next;
333 ckfree(ifslastp->next);
334 ifslastp->next = ifsp;
361 * than the expression if we add exponentation. Next we
363 * next previous character is a CTLESC character, then we
600 * Expand a variable, and return a pointer to the next character in the
762 argbackq = argbackq->next;
927 ifslastp->next = ifsp;
930 ifslastp->next = NULL;
964 arglist->lastp = &sp->next;
970 for (ifsp = &ifsfirst; ifsp != NULL; ifsp = ifsp->next) {
1004 arglist->lastp = &sp->next;
1038 arglist->lastp = &sp->next;
1045 while (ifsfirst.next != NULL) {
1048 ifsp = ifsfirst.next->next;
1049 ckfree(ifsfirst.next);
1050 ifsfirst.next = ifsp;
1054 ifsfirst.next = NULL;
1104 exparg.lastp = &str->next;
1108 while (sp->next != NULL)
1109 sp = sp->next;
1110 exparg.lastp = &sp->next;
1112 str = str->next;
1261 exparg.lastp = &sp->next;
1278 for (sp = str ; sp ; sp = sp->next)
1298 p = p->next;
1300 q->next = NULL; /* terminate first half of list */
1307 lpp = &p->next;
1314 lpp = &q->next;