input_new 86 lib/widget/input.h WInput *input_new (int y, int x, const int *colors, int len, const char *text, const char *histname, input_new 75 lib/widget/quick.c in = input_new (y, x, input_colors, 8, qw->u.input.text, qw->u.input.histname, input_new 2038 src/editor/editcmd.c g, input_new (y++, 3 + wq + 1, input_colors, w - (6 + wq + 1), "", 0, INPUT_COMPLETE_NONE)); input_new 211 src/filemanager/command.c cmd = input_new (y, x, command_colors, cols, "", "cmdline", input_new 673 src/filemanager/find.c in_start = input_new (y1, x1, input_colors, cols - b0 - 7, in_start_dir, "start", input_new 683 src/filemanager/find.c in_ignore = input_new (y1++, x1, input_colors, cols - 6, input_new 694 src/filemanager/find.c in_name = input_new (y1++, x1, input_colors, cw, INPUT_LAST_TEXT, "name", input_new 701 src/filemanager/find.c in_with = input_new (y2++, x2, input_colors, cw, content_is_empty ? "" : INPUT_LAST_TEXT, input_new 215 src/filemanager/panelize.c pname = input_new (y++, UX, input_colors, panelize_cols - UX * 2, "", "in", input_new 130 tests/lib/widget/complete_engine.c w_input = input_new (1, 1, NULL, 100, data->input_buffer, NULL, data->input_completion_flags);