HomeSort by: relevance | last modified time | path
    Searched defs:cl_line (Results 1 - 1 of 1) sorted by relevancy

  /src/games/larn/
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:

Completed in 14 milliseconds