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

  /src/games/larn/
extern.h 136 void cl_line(int, int);
store.c 431 cl_line(16, 7);
442 cl_line(16, 8);
450 cl_line(16, 9);
461 cl_line(16, 10);
468 cl_line(16, 11);
474 cl_line(16, 12);
480 cl_line(16, 13);
487 cl_line(16, 14);
display.c 256 cl_line(1, i + 1);
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