Searched refs:TEXTUI_IS_INIT (Results 1 – 1 of 1) sorted by relevance
40 pub static mut TEXTUI_IS_INIT: bool = false; variable111 unsafe { TEXTUI_IS_INIT = true }; in textui_framwork_init()1062 if unsafe { TEXTUI_IS_INIT } { in textui_putchar()1089 let window = if unsafe { TEXTUI_IS_INIT } { in textui_putstr()1100 if unsafe { TEXTUI_IS_INIT } { in textui_putstr()