Searched refs:w_start (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.func.c527 nwp->w_start = btell();
545 bool again = whyles != 0 && whyles->w_start == lineloc &&
568 nwp->w_start = lineloc;
641 bseek(whyles->w_start);
654 bseek(whyles->w_start);
959 if (o >= wp->w_start && (wp->w_end == 0 || o < wp->w_end)) {
H A Dsh.h359 off_t w_start; /* Point to restart loop */ member in struct:whyle
H A Dsh.lex.c1403 if (wp->w_start > l)
1404 l = wp->w_start;
/illumos-gate/usr/src/cmd/mdb/common/modules/sdbc/
H A Dsdbc.c56 uintptr_t w_start; member in struct:walk_info
794 winfo->w_start = 0;
812 * w_start is 0 on the first iteration so the test
815 if (wsp->walk_addr == winfo->w_start)
827 winfo->w_start = winfo->w_end;
1082 winfo->w_start = 0;
1100 * w_start is 0 on the first iteration so the test
1103 if (wsp->walk_addr == winfo->w_start)
1116 winfo->w_start = winfo->w_end;

Completed in 81 milliseconds