| rs.c | 88 static int	irows, icols;  variable in typeref:typename:int 118 		printf("%d %d\n", irows, icols);
 163 			irows++;
 180 		irows++;			/* update row count */
 182 			padto = elem + irows * icols;
 267 		ocols = irows;
 350 	if (!irows) {
 357 			printf(" %d line %d\n", curlen, irows);
 
 |