Home
last modified time | relevance | path

Searched refs:tfalert (Results 1 – 8 of 8) sorted by relevance

/dports/net/tinyfugue-devel/tinyfugue-5.1.3/src/
H A Dtfio.c59 TFILE *tfalert; /* current alert queue file */ variable
84 tfout = tferr = tfalert = tfscreen = tfopen("<tfscreen>", "q"); in init_tfio()
86 tfalert = tfopen("<tfalert>", "q"); in init_tfio()
87 tfalert->mode = S_IWUSR; in init_tfio()
429 } else if (file == tfalert) { in tfputline()
946 case 'a': return tfalert; in find_tfile()
969 (mode & S_IRUSR && (tfile == tfout || tfile == tferr || tfile == tfalert)) || in find_usable_tfile()
H A Dtfio.h114 extern TFILE *tfalert; /* tf alert file */
H A Dcommand.c352 case 'a': file = tfalert; break; in handle_echo_func()
H A Doutput.c3490 tfclose(tfalert); in free_output()
/dports/net/tinyfugue/tf-50b8/src/
H A Dtfio.c60 TFILE *tfalert; /* current alert queue file */ variable
85 tfout = tferr = tfalert = tfscreen = tfopen("<tfscreen>", "q"); in init_tfio()
87 tfalert = tfopen("<tfalert>", "q"); in init_tfio()
88 tfalert->mode = S_IWUSR; in init_tfio()
430 } else if (file == tfalert) { in tfputline()
926 case 'a': return tfalert; in find_tfile()
949 (mode & S_IRUSR && (tfile == tfout || tfile == tferr || tfile == tfalert)) || in find_usable_tfile()
H A Dtfio.h115 extern TFILE *tfalert; /* tf alert file */
H A Dcommand.c352 case 'a': file = tfalert; break; in handle_echo_func()
H A Doutput.c3352 tfclose(tfalert); in free_output()