Home
last modified time | relevance | path

Searched refs:I_LOG (Results 1 – 9 of 9) sorted by relevance

/dports/japanese/kterm/kterm-6.2.0.fb6/
H A Dmisc.c619 if(screen->logging || (screen->inhibit & I_LOG))
716 if(!screen->logging || (screen->inhibit & I_LOG))
H A Dptyx.h762 #define I_LOG 0x01 macro
H A Dmain.c1751 if (term->misc.logInhibit) inhibit |= I_LOG;
/dports/x11/xterm/xterm-370/
H A Dmisc.c2489 if (screen->logging || (screen->inhibit & I_LOG)) in StartLog()
2535 if (!screen->logging || (screen->inhibit & I_LOG)) in CloseLog()
2548 if (screen->logging && !(screen->inhibit & I_LOG)) { in FlushLog()
H A Dptyx.h3632 #define I_LOG 0x01 macro
H A Dmenu.c591 if (screen->inhibit & I_LOG) { in unusedEntries()
H A Dmain.c2672 screen->inhibit |= I_LOG; in main()
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dlowerexp.c2536 case I_LOG: in intrinsic_arg_dtype()
3483 case I_LOG: in lower_intrinsic()
H A Dsemutil2.c3742 case I_LOG: in map_I_to_AC()