plan 9 kernel history: overview | file list | diff list

1990/0331/port/sturp.c (diff list | history)

1990/0321/sys/src/9/port/sturp.c:63,691990/0331/sys/src/9/port/sturp.c:63,70 (short | long | prev | next)
1990/0312    
 
	int	kstarted; 
1990/0227    
}; 
1990/0312    
#define WINDOW(u) ((u->unechoed + u->maxout - u->next)%8) 
1990/0331    
#define WINDOW(u) ((u)->unechoed>(u)->next ? (u)->unechoed+(u)->maxout-(u)->next-8 :\ 
			(u)->unechoed+(u)->maxout-(u)->next) 
1990/0312    
#define IN(x, f, n) (f<=n ? x>=f && x<n : x<n || x>=f) 
#define NEXT(x) (((x)+1)&Nmask) 
1990/0227    
 


source code copyright © 1990-2005 Lucent Technologies; see license
Plan 9 distribution
comments to russ cox (rsc@swtch.com)