Searched refs:curranswer (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/nano-12/src/
H A Dprompt.c882 * starting with curranswer[index]. */
883 void update_statusbar_line(const char *curranswer, size_t index) argument
888 assert(prompt != NULL && index <= strlen(curranswer));
891 index = strnlenpt(curranswer, index);
902 expanded = display_string(curranswer, page_start, COLS - start_col -
939 const char *curranswer,
971 answer = mallocstrcpy(answer, curranswer);
976 * statusbar_x is uninitialized or past the end of curranswer, put
1162 * curranswer is any editable text that we want to put up by default,
1174 const shortcut *s, const char *curranswer,
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.h521 void update_statusbar_line(const char *curranswer, size_t index);
528 const char *curranswer,
541 const shortcut *s, const char *curranswer,

Completed in 98 milliseconds