Home
last modified time | relevance | path

Searched refs:current_info (Results 1 – 2 of 2) sorted by relevance

/external/e2fsprogs/lib/ss/
Dlisten.c27 static ss_data *current_info; variable
33 if (current_info->redisplay) in print_prompt()
34 (*current_info->redisplay)(); in print_prompt()
36 (void) fputs(current_info->prompt, stdout); in print_prompt()
57 ss_data *old_info = current_info; in ss_listen()
60 current_info = info = ss_info(sci_idx); in ss_listen()
77 line = (*info->readline)(current_info->prompt); in ss_listen()
125 current_info = old_info; in ss_listen()
157 rqtbl = current_info->rqt_tables; in cmd_generator()
193 if ((start == 0) && current_info->rl_completion_matches) in ss_rl_completion()
[all …]
/external/chromium/base/
Dmime_util_linux.cc250 SubDirInfo* current_info = NULL; in LoadIndexTheme() local
266 current_info = NULL; in LoadIndexTheme()
269 current_info = &info_array_[subdirs_[subdir]]; in LoadIndexTheme()
283 if (current_info) { in LoadIndexTheme()
285 current_info->size = atoi(value.c_str()); in LoadIndexTheme()
288 current_info->type = SubDirInfo::Fixed; in LoadIndexTheme()
290 current_info->type = SubDirInfo::Scalable; in LoadIndexTheme()
292 current_info->type = SubDirInfo::Threshold; in LoadIndexTheme()
294 current_info->max_size = atoi(value.c_str()); in LoadIndexTheme()
296 current_info->min_size = atoi(value.c_str()); in LoadIndexTheme()
[all …]