Searched refs:olog (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/luit/dist/
H A Dluit.h31 extern int olog;
H A Dluit.c60 int olog = -1; variable in typeref:typename:int
107 "[ -olog filename ] "
285 } else if (!strcmp(argv[i], "-olog")) {
287 FatalError("-olog requires an argument\n");
288 olog = open(argv[i + 1], O_WRONLY | O_CREAT | O_TRUNC, 0777);
289 if (olog < 0) {
H A Diso2022.c54 if (olog >= 0)
55 IGNORE_RC(write(olog, is->outbuf, is->outbuf_count));

Completed in 5 milliseconds