Home
last modified time | relevance | path

Searched defs:_SharedFindReplace (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dgui_gtk.c2059 typedef struct _SharedFindReplace struct
2061 GtkWidget *dialog; // the main dialog widget
2062 GtkWidget *wword; // 'Whole word only' check button
2063 GtkWidget *mcase; // 'Match case' check button
2064 GtkWidget *up; // search direction 'Up' radio button
2065 GtkWidget *down; // search direction 'Down' radio button
2066 GtkWidget *what; // 'Find what' entry text widget
2067 GtkWidget *with; // 'Replace with' entry text widget
2068 GtkWidget *find; // 'Find Next' action button
2069 GtkWidget *replace; // 'Replace With' action button
[all …]
H A Dgui_motif.c3460 typedef struct _SharedFindReplace struct
3462 Widget dialog; // the main dialog widget
3463 Widget wword; // 'Exact match' check button
3464 Widget mcase; // 'match case' check button
3467 Widget what; // 'Find what' entry text widget
3468 Widget with; // 'Replace with' entry text widget
3469 Widget find; // 'Find Next' action button
3470 Widget replace; // 'Replace With' action button
3471 Widget all; // 'Replace All' action button
3472 Widget undo; // 'Undo' action button
[all …]