Searched defs:vi_data (Results 1 – 3 of 3) sorted by relevance
/external/toybox/android/mac/generated/ |
D | globals.h | 1101 struct vi_data { struct 1102 char *s; 1103 int vi_mode, tabstop, list; 1104 int cur_col, cur_row, scr_row; 1105 int drawn_row, drawn_col; 1106 int count0, count1, vi_mov_flag; 1107 unsigned screen_height, screen_width; 1108 char vi_reg, *last_search; 1109 struct str_line { 1113 } *il; [all …]
|
/external/toybox/android/linux/generated/ |
D | globals.h | 1101 struct vi_data { struct 1102 char *s; 1103 int vi_mode, tabstop, list; 1104 int cur_col, cur_row, scr_row; 1105 int drawn_row, drawn_col; 1106 int count0, count1, vi_mov_flag; 1107 unsigned screen_height, screen_width; 1108 char vi_reg, *last_search; 1109 struct str_line { 1113 } *il; [all …]
|
/external/toybox/android/device/generated/ |
D | globals.h | 1101 struct vi_data { struct 1102 char *s; 1103 int vi_mode, tabstop, list; 1104 int cur_col, cur_row, scr_row; 1105 int drawn_row, drawn_col; 1106 int count0, count1, vi_mov_flag; 1107 unsigned screen_height, screen_width; 1108 char vi_reg, *last_search; 1109 struct str_line { 1113 } *il; [all …]
|