Home
last modified time | relevance | path

Searched refs:w_end (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/cmd/csh/
H A Dsh.func.c418 if (wp->w_end == 0) { in dogoto()
420 wp->w_end = btell(); in dogoto()
422 bseek(wp->w_end); in dogoto()
569 nwp->w_end = 0; in dowhile()
594 whyles->w_end = -1; in preread_()
602 whyles->w_end = btell(); in preread_()
615 whyles->w_end = btell(); in doend()
938 if (whyles->w_end == 0) { in toend()
940 whyles->w_end = btell() - 1; in toend()
942 bseek(whyles->w_end); in toend()
[all …]
H A Dsh.h360 off_t w_end; /* End of loop (0 if unknown) */ member
/titanic_44/usr/src/cmd/mdb/common/modules/sdbc/
H A Dsdbc.c57 uintptr_t w_end; member
795 winfo->w_end = wsp->walk_addr; in sdbc_cctl_winit()
827 winfo->w_start = winfo->w_end; in sdbc_cctl_wstep()
1083 winfo->w_end = wsp->walk_addr; in sdbc_lru_winit()
1116 winfo->w_start = winfo->w_end; in sdbc_lru_wstep()
1167 winfo->w_end = (uintptr_t)(_sd_net_config.sn_wr_cctl + count); in sdbc_wctl_winit()
1182 if (wsp->walk_addr >= winfo->w_end) in sdbc_wctl_wstep()
1289 winfo->w_end = (uintptr_t)(_sd_cache_files_addr + maxdevs); in sdbc_cdinfo_winit()
1301 if (wsp->walk_addr >= winfo->w_end) in sdbc_cdinfo_wstep()
1355 winfo->w_end = (uintptr_t)(_sd_net_config.sn_ft_cctl + count); in sdbc_ftctl_winit()
[all …]