Home
last modified time | relevance | path

Searched refs:TiClrEol (Results 1 – 4 of 4) sorted by path

/dports/sysutils/xjobs/xjobs-20200726/
H A Dcolortty.c99 TiClrEol = ""; in init_tty_none()
120 TiClrEol = "\033[K"; in init_tty_ansi()
121 TiClrEolL = strlen(TiClrEol); in init_tty_ansi()
301 TiClrEol = ts; in init_terminal()
302 TiClrEolL = strlen(TiClrEol); in init_terminal()
339 PfxDebug = concatstr(TiClrEol,colorstr(ColorDebug)); in init_terminal()
340 PfxInfo = concatstr(TiClrEol,colorstr(ColorInfo)); in init_terminal()
342 PfxStart = concatstr(TiClrEol,colorstr(ColorStart)); in init_terminal()
343 PfxOut = concatstr(TiClrEol,colorstr(ColorOut)); in init_terminal()
345 PfxFail = concatstr(TiClrEol,colorstr(ColorFail)); in init_terminal()
[all …]
H A Dcolortty.h36 extern const char *TiSave, *TiRestore, *TiCursorLL, *TiClrEol, *TiNoAttr
H A Djobctrl.c289 memcpy(buf,TiClrEol,TiClrEolL); in clear_job()
358 …of(buf),"%s%sstart job '%s'?\n(enter y for yes, no for no, q for quit) ",TiNoAttr,TiClrEol,j->cmd); in ask_exec()
H A Dxjobs.c133 Write(STDERR_FILENO,TiClrEol,TiClrEolL); in finalize()