Searched defs:w_start (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.h359 off_t w_start; /* Point to restart loop */ member in struct:whyle
/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 65 milliseconds