Home
last modified time | relevance | path

Searched refs:conClear (Results 1 – 13 of 13) sorted by relevance

/dports/lang/seed7/seed7/src/
H A Dcon_con.c326 void conClear (intType startlin, intType startcol, in conClear() function
402 conClear(1, 1, SCRHEIGHT, SCRWIDTH); in conShut()
419 conClear(1, 1, SCRHEIGHT, SCRWIDTH); in conOpen()
H A Dcon_win.c736 void conClear (intType startlin, intType startcol, in conClear() function
792 conClear(startlin, startcol, stoplin, stopcol); in conUpScroll()
843 conClear(startlin, startcol, stoplin, stopcol); in conDownScroll()
894 conClear(startlin, startcol, stoplin, stopcol); in conLeftScroll()
945 conClear(startlin, startcol, stoplin, stopcol); in conRightScroll()
981 conClear(1, 1, conHeight(), conWidth()); in conShut()
998 conClear(1, 1, conHeight(), conWidth()); in conOpen()
H A Dcon_wat.c595 void conClear (intType startlin, intType startcol, in conClear() function
644 conClear(startlin, startcol, stoplin, stopcol); in conUpScroll()
685 conClear(startlin, startcol, stoplin, stopcol); in conDownScroll()
786 conClear(1, 1, 25, 80); in conShut()
806 conClear(1, 1, 25, 80); in conOpen()
H A Dcon_dos.c378 void conClear (intType startlin, intType startcol, in conClear() function
522 conClear(1, 1, 25, 80); in conShut()
542 conClear(1, 1, 25, 80); in conOpen()
H A Dcon_drv.h60 void conClear (intType startlin, intType startcol,
H A Dcon_cur.c454 void conClear (intType startlin, intType startcol, in conClear() function
674 conClear(1, 1, LINES, COLS); in conOpen()
H A Dconlib.c65 conClear(take_int(arg_2(arguments)), in con_clear()
H A Dcon_emc.c373 void conClear (intType startlin, intType startcol, in conClear() function
H A Dcon_x11.c1351 void conClear (intType startlin, intType startcol, in conClear() function
1604 conClear(stoplin - count + 1, startcol, stoplin, stopcol); in conUpScroll()
1654 conClear(startlin, startcol, startlin + count - 1, stopcol); in conDownScroll()
H A Dcon_tcp.c564 void conClear (intType startlin, intType startcol, in conClear() function
H A Dcon_cap.c583 void conClear (intType startlin, intType startcol, in conClear() function
H A Dcon_inf.c762 void conClear (intType startlin, intType startcol, in conClear() function
/dports/lang/seed7/seed7/lib/comp/
H A Dcon_act.s7i44 declareExtern(c_prog, "void conClear (intType, intType, intType, intType);");
65 c_expr.expr &:= "conClear(";