Searched refs:useln (Results 1 – 1 of 1) sorted by relevance
21 static int useln; variable26 for(useln=0; useln<MAXLIN && table[useln]==0; useln++); in yetmore()27 if (useln>=MAXLIN) in yetmore()29 table[0]=table[useln]; in yetmore()30 for(useln=nlin-1; useln>=0 && (fullbot[useln] || instead[useln]); useln--); in yetmore()31 if (useln<0) in yetmore()56 case '_': fullbot[0]= '-'; putline(useln,0); return(1); in domore()57 case '=': fullbot[0]= '='; putline(useln, 0); return(1); in domore()66 switch(ctype(useln,icol)) in domore()76 while (ctype(useln,icol+1)== 's') /* spanning */ in domore()[all …]