Home
last modified time | relevance | path

Searched refs:putgoto (Results 1 – 6 of 6) sorted by relevance

/dports/lang/seed7/seed7/src/
H A Dcon_inf.c333 putgoto(cursor_address, col, lin); /* cursor motion */ in downleft()
461 putgoto(cursor_address, 0, 0); /* cursor motion */ in conFlush()
466 putgoto(cursor_address, in conFlush()
829 putgoto(cursor_address, startcol - 1, line); /* cursor motion */ in doUpScroll()
848 putgoto(cursor_address, startcol - 1, line); /* cursor motion */ in doUpScroll()
859 putgoto(cursor_address, 0, startlin - 1); /* cursor motion */ in doUpScroll()
871 putgoto(cursor_address, 0, stoplin - count); /* cursor motion */ in doUpScroll()
974 putgoto(cursor_address, startcol - 1, line); /* cursor motion */ in doDownScroll()
1006 putgoto(cursor_address, 0, stoplin - count); /* cursor motion */ in doDownScroll()
1018 putgoto(cursor_address, 0, startlin - 1); /* cursor motion */ in doDownScroll()
[all …]
H A Dtrm_drv.h35 #define putgoto(s,x,y) ((s) != NULL ? tputs(tgoto((s), (x), (y)), 1, outch) : 0) macro
/dports/lang/pcc/pcc-1.1.0/f77/fcom/
H A Dexec.c66 putgoto(ctlstack->endlabel);
85 putgoto( ctlstack->endlabel ); in exelse()
167 putgoto(lab->labelno);
406 putgoto(ctlstack->endlabel);
438 putgoto(ctlstack->dobodylabel);
557 putgoto(l1);
573 putgoto(retlabel);
576 putgoto(procclass==TYSUBR ? ret0label : retlabel);
H A Ddefs.h547 void putgoto(int);
H A Dputscj.c219 putgoto(zer); in prarif()
224 putgoto(int label) in putgoto() function
H A Dexpr.c1077 putgoto(l2); in subcheck()