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