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