io.c | 47 * cl_line(x,y) clear line at [1,y] and leave cursor at [x,y] 673 * cl_line(x,y) Clear the whole line indicated by 'y' and leave cursor at [x,y] 676 cl_line(int x, int y) function in typeref:typename:void 683 *lpnt++ = CL_LINE; 701 *lpnt++ = CL_LINE; 721 *lpnt++ = CL_LINE; 723 *lpnt++ = CL_LINE; 802 case CL_LINE:
|