Lines Matching refs:nwp
502 struct whyle *nwp; in doforeach() local
525 nwp = (struct whyle *)xcalloc(1, sizeof (*nwp)); in doforeach()
526 nwp->w_fe = nwp->w_fe0 = v; gargv = 0; in doforeach()
527 nwp->w_start = btell(); in doforeach()
528 nwp->w_fename = savestr(cp); in doforeach()
529 nwp->w_next = whyles; in doforeach()
530 whyles = nwp; in doforeach()
566 struct whyle *nwp = (struct whyle *)xcalloc(1, sizeof (*nwp)); in dowhile() local
568 nwp->w_start = lineloc; in dowhile()
569 nwp->w_end = 0; in dowhile()
570 nwp->w_next = whyles; in dowhile()
571 whyles = nwp; in dowhile()
957 struct whyle *nwp = wp->w_next; in wfree() local
969 whyles = nwp; in wfree()