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

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

1990/0511/sys/src/9/port/sturp.c:261,2691990/0601/sys/src/9/port/sturp.c:261,270 (short | long | prev | next)
1990/0227    
	/* 
1990/0312    
	 *  take care of any data 
1990/0227    
	 */ 
1990/0403    
	if(BLEN(bp)>0 && !QFULL(q->next)) 
1990/0601    
	if(BLEN(bp)>0  && q->next->len<2*Streamhi && q->next->nb<2*Streambhi){ 
		bp->flags |= S_DELIM; 
1990/0227    
		PUTNEXT(q, bp); 
	else 
1990/0601    
	} else 
1990/0227    
		freeb(bp); 
 
	/* 


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