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

/macosx-10.10.1/nano-12/src/
H A Dmove.c129 * before the current line. If allow_update is TRUE, update the screen
131 void do_para_begin(bool allow_update) argument
146 if (allow_update)
159 * end of the current line if not. If allow_update is TRUE, update the
163 void do_para_end(bool allow_update) argument
188 if (allow_update)
203 * punctuation as part of a word. If allow_update is TRUE, update the
206 bool do_next_word(bool allow_punct, bool allow_update) argument
281 /* If allow_update is TRUE, update the screen. */
282 if (allow_update)
301 do_prev_word(bool allow_punct, bool allow_update) argument
[all...]
H A Dproto.h383 void do_para_begin(bool allow_update);
385 void do_para_end(bool allow_update);
389 bool do_next_word(bool allow_punct, bool allow_update);
391 bool do_prev_word(bool allow_punct, bool allow_update);
602 bool interactive, bool save_pos, bool allow_update);
H A Dsearch.c972 * Update the screen afterwards if allow_update is TRUE. Note that both
975 bool interactive, bool save_pos, bool allow_update)
1038 /* If allow_update is TRUE, update the screen. */
1039 if (allow_update)
974 do_gotolinecolumn(ssize_t line, ssize_t column, bool use_answer, bool interactive, bool save_pos, bool allow_update) argument
/macosx-10.10.1/bind9-45.101/bind9/bin/named/
H A Dzoneconf.c60 allow_update, enumerator in enum:__anon6335
112 case allow_update:
1134 allow_update, ac, zone,

Completed in 93 milliseconds