buts 593 src/filemanager/find.c const char *buts[] = { buts 625 src/filemanager/find.c b0 = str_term_width1 (buts[0]) + 3; buts 626 src/filemanager/find.c b1 = str_term_width1 (buts[1]) + 5; // default button buts 627 src/filemanager/find.c b2 = str_term_width1 (buts[2]) + 3; buts 651 src/filemanager/find.c group_add_widget (g, button_new (y1++, cols - b0 - 3, B_TREE, NORMAL_BUTTON, buts[0], NULL)); buts 723 src/filemanager/find.c group_add_widget (g, button_new (y1, x1, B_ENTER, DEFPUSH_BUTTON, buts[1], NULL)); buts 724 src/filemanager/find.c group_add_widget (g, button_new (y1, x1 + b1 + 1, B_CANCEL, NORMAL_BUTTON, buts[2], NULL));