Searched refs:init_windows (Results 1 – 4 of 4) sorted by relevance
62 void init_windows (void) in init_windows() function
426 extern void init_windows (void);
67 init_windows (); /* Initialize the NCURSES interface */ in init()
7651 static BOOL CALLBACK init_windows(PINIT_ONCE init_once, PVOID parameter, PVOID* context) { in init_windows() function7672 InitOnceExecuteOnce(&init_guard, &init_windows, NULL, NULL); in xnn_initialize()