HomeSort by: relevance | last modified time | path
    Searched refs:CL_LINE (Results 1 - 2 of 2) 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
683 *lpnt++ = CL_LINE;
701 *lpnt++ = CL_LINE;
721 *lpnt++ = CL_LINE;
723 *lpnt++ = CL_LINE;
802 case CL_LINE:
header.h 414 #define CL_LINE 6
428 #define cltoeoln() (*lpnt++ = CL_LINE)

Completed in 17 milliseconds