Lines Matching refs:useln
21 static int useln;
26 for(useln=0; useln<MAXLIN && table[useln]==0; useln++);
27 if (useln>=MAXLIN)
29 table[0]=table[useln];
30 for(useln=nlin-1; useln>=0 && (fullbot[useln] || instead[useln]); useln--);
31 if (useln<0)
56 case '_': fullbot[0]= '-'; putline(useln,0); return(1);
57 case '=': fullbot[0]= '='; putline(useln, 0); return(1);
66 switch(ctype(useln,icol))
76 while (ctype(useln,icol+1)== 's') /* spanning */
82 putline(useln,0);