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

2000/0108/alphapc/cga.c (diff list | history)

1999/0415/sys/src/9/alphapc/cga.c:91,962000/0108/sys/src/9/alphapc/cga.c:91,97 (short | long | prev | next)
1999/0415    
static void 
cgascreenputs(char* s, int n) 
{ 
2000/0108    
#ifdef notdef 
1999/0415    
	if(!screeninitdone) 
		return; 
	if(!islo()){ 
1999/0415/sys/src/9/alphapc/cga.c:108,1132000/0108/sys/src/9/alphapc/cga.c:109,118
1999/0415    
		cgascreenputc(*s++); 
 
	unlock(&cgascreenlock); 
2000/0108    
#else 
	while(n-- > 0) 
		cgascreenputc(*s++); 
#endif /* notdef */ 
1999/0415    
} 
 
void (*screenputs)(char*, int) = cgascreenputs; 


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