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

2001/1117/alphapc/devvga.c (diff list | history)

2001/0727/sys/src/9/alphapc/devvga.c:173,1792001/1117/sys/src/9/alphapc/devvga.c:173,179 (short | long | prev | next)
1999/0415    
	extern VGAcur *vgacur[]; 
2000/0401    
	Rectangle r; 
1999/0415    
 
2000/0401    
	n = getfields(a, field, nelem(field), 1, " "); 
2001/1117    
	n = tokenize(a, field, nelem(field)); 
2000/0401    
	if(n < 1) 
1999/0415    
		error(Ebadarg); 
 


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