Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/csh/
H A Dsh.func.c527 nwp->w_start = btell(); in doforeach()
545 bool again = whyles != 0 && whyles->w_start == lineloc && in dowhile()
568 nwp->w_start = lineloc; in dowhile()
641 bseek(whyles->w_start); in doagain()
654 bseek(whyles->w_start); in doagain()
959 if (o >= wp->w_start && (wp->w_end == 0 || o < wp->w_end)) { in wfree()
H A Dsh.h359 off_t w_start; /* Point to restart loop */ member
H A Dsh.lex.c1403 if (wp->w_start > l)
1404 l = wp->w_start;
/titanic_50/usr/src/cmd/mdb/common/modules/sdbc/
H A Dsdbc.c56 uintptr_t w_start; member
794 winfo->w_start = 0; in sdbc_cctl_winit()
815 if (wsp->walk_addr == winfo->w_start) in sdbc_cctl_wstep()
827 winfo->w_start = winfo->w_end; in sdbc_cctl_wstep()
1082 winfo->w_start = 0; in sdbc_lru_winit()
1103 if (wsp->walk_addr == winfo->w_start) in sdbc_lru_wstep()
1116 winfo->w_start = winfo->w_end; in sdbc_lru_wstep()