Lines Matching refs:nwp
513 struct whyle *nwp; in doforeach() local
536 nwp = (struct whyle *)xcalloc(1, sizeof (*nwp)); in doforeach()
537 nwp->w_fe = nwp->w_fe0 = v; gargv = 0; in doforeach()
538 nwp->w_start = btell(); in doforeach()
539 nwp->w_fename = savestr(cp); in doforeach()
540 nwp->w_next = whyles; in doforeach()
541 whyles = nwp; in doforeach()
577 struct whyle *nwp = (struct whyle *)xcalloc(1, sizeof (*nwp)); in dowhile() local
579 nwp->w_start = lineloc; in dowhile()
580 nwp->w_end = 0; in dowhile()
581 nwp->w_next = whyles; in dowhile()
582 whyles = nwp; in dowhile()
968 struct whyle *nwp = wp->w_next; in wfree() local
980 whyles = nwp; in wfree()