Searched refs:gui_start (Results 1 – 5 of 5) sorted by relevance
2 void gui_start(char_u *arg);
71 gui_start(char_u *arg UNUSED) in gui_start() function5084 gui_start(eap->arg); in ex_gui()5087 gui_start(NULL); in ex_gui()
530 gui_start(NULL); // will set full_screen to TRUE in vim_main2()
5036 gui_start(NULL); in findswapname()
5372 Solution: Don't fork in a recursive call of gui_start().