active            190 src/editor/edit-impl.h void edit_status (WEdit *edit, gboolean active);
active            334 src/editor/editdraw.c edit_draw_frame (const WEdit *edit, int color, gboolean active)
active            341 src/editor/editdraw.c     tty_draw_box (w->rect.y, w->rect.x, w->rect.lines, w->rect.cols, !active);
active            991 src/editor/editdraw.c edit_status (WEdit *edit, gboolean active)
active           1003 src/editor/editdraw.c             : active                                 ? EDITOR_FRAME_ACTIVE_COLOR
active           1005 src/editor/editdraw.c         edit_draw_frame (edit, color, active);
active            473 src/filemanager/chattr.c     gboolean active;
active            477 src/filemanager/chattr.c     active = widget_get_state (w, WST_ACTIVE);
active            480 src/filemanager/chattr.c     if (active)
active            495 src/filemanager/chattr.c     if (active)
active           1140 src/filemanager/cmd.c     if (current_panel->quick_search.active)
active           1513 src/filemanager/filemanager.c             && !quote && !current_panel->quick_search.active)
active           1547 src/filemanager/filemanager.c         if ((get_current_type () == view_listing) && current_panel->quick_search.active)
active            806 src/filemanager/layout.c     gboolean active;
active            809 src/filemanager/layout.c     active = widget_get_state (mw, WST_ACTIVE);
active            812 src/filemanager/layout.c     if (active)
active            899 src/filemanager/layout.c     if (active)
active           1283 src/filemanager/layout.c         panel1->quick_search.active = FALSE;
active           1284 src/filemanager/layout.c         panel2->quick_search.active = FALSE;
active            906 src/filemanager/panel.c     if (panel->quick_search.active)
active           2813 src/filemanager/panel.c     if (panel->quick_search.active)
active           2829 src/filemanager/panel.c         panel->quick_search.active = TRUE;
active           2842 src/filemanager/panel.c     if (!panel->quick_search.active)
active           2845 src/filemanager/panel.c     panel->quick_search.active = FALSE;
active           3735 src/filemanager/panel.c     if (panel->quick_search.active && ((key >= ' ' && key <= 255) || key == KEY_BACKSPACE))
active           4428 src/filemanager/panel.c     panel->quick_search.active = FALSE;
active            132 src/filemanager/panel.h         gboolean active;