Home | History | Annotate | Download | only in ss

Lines Matching defs:current_info

27 static ss_data *current_info;
33 if (current_info->redisplay)
34 (*current_info->redisplay)();
36 (void) fputs(current_info->prompt, stdout);
57 ss_data *old_info = current_info;
60 current_info = info = ss_info(sci_idx);
77 line = (*info->readline)(current_info->prompt);
125 current_info = old_info;
157 rqtbl = current_info->rqt_tables;
193 if ((start == 0) && current_info->rl_completion_matches)
194 return (*current_info->rl_completion_matches)