Searched refs:refresh_func (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/nano-12/src/
H A Dprompt.c52 * with shortcut keys. refresh_func is the function we will call to
56 (*refresh_func)(void))
177 total_statusbar_refresh(refresh_func);
926 * refresh_func(). */
927 void total_statusbar_refresh(void (*refresh_func)(void)) argument
930 refresh_func();
943 void (*refresh_func)(void), const shortcut *s
1007 &ran_func, &finished, TRUE, refresh_func)) != NANO_CANCEL_KEY &&
1034 &statusbar_x, &tabbed, refresh_func, list);
1163 * and refresh_func i
54 do_statusbar_input(bool *meta_key, bool *func_key, bool *s_or_t, bool *ran_func, bool *finished, bool allow_funcs, void (*refresh_func)(void)) argument
935 get_prompt_string(bool allow_tabs, bool allow_files, const char *curranswer, filestruct **history_list, void (*refresh_func)(void), const shortcut *s , bool *list ) argument
1170 do_prompt(bool allow_tabs, bool allow_files, const shortcut *s, const char *curranswer, filestruct **history_list, void (*refresh_func)(void), const char *msg, ...) argument
[all...]
H A Dproto.h333 *lastwastab, void (*refresh_func)(void), bool *list);
367 void do_help(void (*refresh_func)(void));
495 (*refresh_func)(void));
523 void total_statusbar_refresh(void (*refresh_func)(void));
532 void (*refresh_func)(void), const shortcut *s
545 void (*refresh_func)(void), const char *msg, ...);
H A Dhelp.c35 /* Our main help browser function. refresh_func is the function we will
37 void do_help(void (*refresh_func)(void)) argument
192 refresh_func();
H A Dfiles.c2244 * position should be advanced. refresh_func is the function we will
2247 *lastwastab, void (*refresh_func)(void), bool *list)
2252 assert(buf != NULL && place != NULL && *place <= strlen(buf) && lastwastab != NULL && refresh_func != NULL && list != NULL);
2410 refresh_func();
2246 input_tab(char *buf, bool allow_files, size_t *place, bool *lastwastab, void (*refresh_func)(void), bool *list) argument

Completed in 133 milliseconds