Home
last modified time | relevance | path

Searched refs:end_of_history (Results 1 – 25 of 27) sorted by relevance

12

/dports/chinese/FreeWnn-lib/FreeWnn-1.1.1-a021/Wnn/uum/
H A Dhistory.c116 end_of_history->num = 0;
121end_of_history->hbuffer = (w_char *) realloc (end_of_history->hbuffer, (end_of_history->num + 1) *…
122 Strncpy (end_of_history->hbuffer + end_of_history->num, wstr, 1);
132 if (end_of_history->num == n && Strncmp (end_of_history->hbuffer, wstr, n) == 0)
139 if (end_of_history->hbuffer != NULL)
140 free (end_of_history->hbuffer);
143 end_of_history->num = n;
154 end_of_history = add_history; in set_up_history()
169 current_history = end_of_history;
188 Strncpy (wbuf, end_of_history->hbuffer, end_of_history->num);
[all …]
/dports/chinese/FreeWnn-server/FreeWnn-1.1.1-a021/Wnn/uum/
H A Dhistory.c116 end_of_history->num = 0;
121end_of_history->hbuffer = (w_char *) realloc (end_of_history->hbuffer, (end_of_history->num + 1) *…
122 Strncpy (end_of_history->hbuffer + end_of_history->num, wstr, 1);
132 if (end_of_history->num == n && Strncmp (end_of_history->hbuffer, wstr, n) == 0)
139 if (end_of_history->hbuffer != NULL)
140 free (end_of_history->hbuffer);
143 end_of_history->num = n;
154 end_of_history = add_history; in set_up_history()
169 current_history = end_of_history;
188 Strncpy (wbuf, end_of_history->hbuffer, end_of_history->num);
[all …]
/dports/japanese/FreeWnn-server/FreeWnn-1.1.1-a021/Wnn/uum/
H A Dhistory.c116 end_of_history->num = 0;
121end_of_history->hbuffer = (w_char *) realloc (end_of_history->hbuffer, (end_of_history->num + 1) *…
122 Strncpy (end_of_history->hbuffer + end_of_history->num, wstr, 1);
132 if (end_of_history->num == n && Strncmp (end_of_history->hbuffer, wstr, n) == 0)
139 if (end_of_history->hbuffer != NULL)
140 free (end_of_history->hbuffer);
143 end_of_history->num = n;
154 end_of_history = add_history; in set_up_history()
169 current_history = end_of_history;
188 Strncpy (wbuf, end_of_history->hbuffer, end_of_history->num);
[all …]
/dports/japanese/FreeWnn-lib/FreeWnn-1.1.1-a021/Wnn/uum/
H A Dhistory.c116 end_of_history->num = 0;
121end_of_history->hbuffer = (w_char *) realloc (end_of_history->hbuffer, (end_of_history->num + 1) *…
122 Strncpy (end_of_history->hbuffer + end_of_history->num, wstr, 1);
132 if (end_of_history->num == n && Strncmp (end_of_history->hbuffer, wstr, n) == 0)
139 if (end_of_history->hbuffer != NULL)
140 free (end_of_history->hbuffer);
143 end_of_history->num = n;
154 end_of_history = add_history; in set_up_history()
169 current_history = end_of_history;
188 Strncpy (wbuf, end_of_history->hbuffer, end_of_history->num);
[all …]
/dports/korean/FreeWnn-server/FreeWnn-1.1.1-a021/Wnn/uum/
H A Dhistory.c116 end_of_history->num = 0;
121end_of_history->hbuffer = (w_char *) realloc (end_of_history->hbuffer, (end_of_history->num + 1) *…
122 Strncpy (end_of_history->hbuffer + end_of_history->num, wstr, 1);
132 if (end_of_history->num == n && Strncmp (end_of_history->hbuffer, wstr, n) == 0)
139 if (end_of_history->hbuffer != NULL)
140 free (end_of_history->hbuffer);
143 end_of_history->num = n;
154 end_of_history = add_history; in set_up_history()
169 current_history = end_of_history;
188 Strncpy (wbuf, end_of_history->hbuffer, end_of_history->num);
[all …]
/dports/korean/FreeWnn-lib/FreeWnn-1.1.1-a021/Wnn/uum/
H A Dhistory.c116 end_of_history->num = 0;
121end_of_history->hbuffer = (w_char *) realloc (end_of_history->hbuffer, (end_of_history->num + 1) *…
122 Strncpy (end_of_history->hbuffer + end_of_history->num, wstr, 1);
132 if (end_of_history->num == n && Strncmp (end_of_history->hbuffer, wstr, n) == 0)
139 if (end_of_history->hbuffer != NULL)
140 free (end_of_history->hbuffer);
143 end_of_history->num = n;
154 end_of_history = add_history; in set_up_history()
169 current_history = end_of_history;
188 Strncpy (wbuf, end_of_history->hbuffer, end_of_history->num);
[all …]
/dports/chinese/FreeWnn-server/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Dhistory.c90 end_of_history = add_history; in set_up_history()
113 end_of_history->num = 0;
120 if (end_of_history->hbuffer)
121 Free (end_of_history->hbuffer);
123 Strncpy (end_of_history->hbuffer + end_of_history->num, wstr, 1);
133 if (end_of_history->num == n && Strncmp (end_of_history->hbuffer, wstr, n) == 0)
144 if (end_of_history->hbuffer != NULL)
148 end_of_history->num = n;
162 current_history = end_of_history;
179 Strncpy (wbuf, end_of_history->hbuffer, end_of_history->num);
[all …]
H A Dclient.h269 #define end_of_history (c_c->end_hist) macro
/dports/chinese/FreeWnn-lib/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Dhistory.c90 end_of_history = add_history; in set_up_history()
113 end_of_history->num = 0;
120 if (end_of_history->hbuffer)
121 Free (end_of_history->hbuffer);
123 Strncpy (end_of_history->hbuffer + end_of_history->num, wstr, 1);
133 if (end_of_history->num == n && Strncmp (end_of_history->hbuffer, wstr, n) == 0)
144 if (end_of_history->hbuffer != NULL)
148 end_of_history->num = n;
162 current_history = end_of_history;
179 Strncpy (wbuf, end_of_history->hbuffer, end_of_history->num);
[all …]
H A Dclient.h269 #define end_of_history (c_c->end_hist) macro
/dports/japanese/FreeWnn-server/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Dhistory.c90 end_of_history = add_history; in set_up_history()
113 end_of_history->num = 0;
120 if (end_of_history->hbuffer)
121 Free (end_of_history->hbuffer);
123 Strncpy (end_of_history->hbuffer + end_of_history->num, wstr, 1);
133 if (end_of_history->num == n && Strncmp (end_of_history->hbuffer, wstr, n) == 0)
144 if (end_of_history->hbuffer != NULL)
148 end_of_history->num = n;
162 current_history = end_of_history;
179 Strncpy (wbuf, end_of_history->hbuffer, end_of_history->num);
[all …]
H A Dclient.h269 #define end_of_history (c_c->end_hist) macro
/dports/japanese/FreeWnn-lib/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Dhistory.c90 end_of_history = add_history; in set_up_history()
113 end_of_history->num = 0;
120 if (end_of_history->hbuffer)
121 Free (end_of_history->hbuffer);
123 Strncpy (end_of_history->hbuffer + end_of_history->num, wstr, 1);
133 if (end_of_history->num == n && Strncmp (end_of_history->hbuffer, wstr, n) == 0)
144 if (end_of_history->hbuffer != NULL)
148 end_of_history->num = n;
162 current_history = end_of_history;
179 Strncpy (wbuf, end_of_history->hbuffer, end_of_history->num);
[all …]
H A Dclient.h269 #define end_of_history (c_c->end_hist) macro
/dports/korean/FreeWnn-server/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Dhistory.c90 end_of_history = add_history; in set_up_history()
113 end_of_history->num = 0;
120 if (end_of_history->hbuffer)
121 Free (end_of_history->hbuffer);
123 Strncpy (end_of_history->hbuffer + end_of_history->num, wstr, 1);
133 if (end_of_history->num == n && Strncmp (end_of_history->hbuffer, wstr, n) == 0)
144 if (end_of_history->hbuffer != NULL)
148 end_of_history->num = n;
162 current_history = end_of_history;
179 Strncpy (wbuf, end_of_history->hbuffer, end_of_history->num);
[all …]
H A Dclient.h269 #define end_of_history (c_c->end_hist) macro
/dports/korean/FreeWnn-lib/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Dhistory.c90 end_of_history = add_history; in set_up_history()
113 end_of_history->num = 0;
120 if (end_of_history->hbuffer)
121 Free (end_of_history->hbuffer);
123 Strncpy (end_of_history->hbuffer + end_of_history->num, wstr, 1);
133 if (end_of_history->num == n && Strncmp (end_of_history->hbuffer, wstr, n) == 0)
144 if (end_of_history->hbuffer != NULL)
148 end_of_history->num = n;
162 current_history = end_of_history;
179 Strncpy (wbuf, end_of_history->hbuffer, end_of_history->num);
[all …]
H A Dclient.h269 #define end_of_history (c_c->end_hist) macro
/dports/shells/fish/fish-3.3.1/src/
H A Dinput_common.h35 end_of_history, enumerator
H A Dinput.cpp119 {L"end-of-history", readline_cmd_t::end_of_history},
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/prompt_toolkit/key_binding/bindings/
H A Dnamed_commands.py154 def end_of_history(event): function
/dports/devel/py-prompt-toolkit2/prompt_toolkit-2.0.10/prompt_toolkit/key_binding/bindings/
H A Dnamed_commands.py159 def end_of_history(event): function
/dports/devel/py-prompt-toolkit1/prompt_toolkit-1.0.18/prompt_toolkit/key_binding/bindings/
H A Dnamed_commands.py154 def end_of_history(event): function
/dports/devel/py-lineedit/lineedit-0.1.6/lineedit/deps/prompt_toolkit/key_binding/bindings/
H A Dnamed_commands.py159 def end_of_history(event): function
/dports/devel/py-prompt-toolkit/prompt_toolkit-3.0.23/prompt_toolkit/key_binding/bindings/
H A Dnamed_commands.py204 def end_of_history(event: E) -> None: function

12