what_to_do       1210 lib/widget/input_complete.c complete_engine (WInput * in, int what_to_do)
what_to_do       1222 lib/widget/input_complete.c         if ((what_to_do & DO_INSERTION) != 0
what_to_do       1223 lib/widget/input_complete.c             || ((what_to_do & DO_QUERY) != 0 && in->completions[1] == NULL))
what_to_do       1233 lib/widget/input_complete.c         if ((what_to_do & DO_QUERY) != 0 && in->completions != NULL && in->completions[1] != NULL)