Searched refs:newst (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/games/backgammon/common_source/
H A Dtable.c53 int newst; member in struct:state
284 return (atmata[i].newst);
/netbsd-6-1-5-RELEASE/sys/fs/msdosfs/
H A Dmsdosfs_fat.c784 u_long len, newst, foundl, cn, l; local
810 newst = (start * 1103515245 + 12345) % (pmp->pm_maxcluster + 1);
813 for (cn = newst; cn <= pmp->pm_maxcluster;) {
830 for (cn = 0; cn < newst;) {
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Deval.c319 SubType *newst; local
321 newst = (SubType *) alloc(
323 newst->next = (SubType *) 0;
324 newst->prev = st;
325 st->next = newst;

Completed in 112 milliseconds