Home
last modified time | relevance | path

Searched refs:us_termaudit (Results 1 – 4 of 4) sorted by relevance

/dports/cad/electric/electric-7.00/src/usr/
H A Dusrterminal.c323 if (us_termaudit != 0) xprintf(us_termaudit, x_("%s\n"), line); in us_ttyprint()
342 if (us_termaudit != 0) xprintf(us_termaudit, x_("%s\n"), &line[k]); in us_ttyprint()
350 if (us_termaudit != 0) xprintf(us_termaudit, x_("%s\n"), &line[k]); in us_ttyprint()
H A Dusrcomtv.c407 if (us_termaudit != NULL) xclose(us_termaudit); in us_terminal()
408 us_termaudit = NULL; in us_terminal()
491 us_termaudit = xcreate(x_("emessages.txt"), el_filetypetext, 0, &truename); in us_terminal()
492 if (us_termaudit == 0) in us_terminal()
H A Dusr.c179 FILE *us_termaudit; /* messages window auditing file */ variable
261 us_termaudit = NULL; /* no terminal auditing */ in us_do2init()
683 if (us_termaudit != 0) xclose(us_termaudit); in us_done()
/dports/cad/electric/electric-7.00/src/include/
H A Dusr.h334 extern FILE *us_termaudit; /* messages window auditing file */