Home
last modified time | relevance | path

Searched refs:window_last (Results 1 – 7 of 7) sorted by relevance

/dports/lang/python311/Python-3.11.0a3/Objects/stringlib/
H A Dfastsearch.h379 while (window_last < haystack_end) { in STRINGLIB()
384 window_last += shift; in STRINGLIB()
388 if (window_last >= haystack_end) { in STRINGLIB()
394 window = window_last - len_needle + 1; in STRINGLIB()
401 window_last += i - cut + 1; in STRINGLIB()
409 window_last += period; in STRINGLIB()
439 while (window_last < haystack_end) { in STRINGLIB()
443 window_last += shift; in STRINGLIB()
459 window_last += gap; in STRINGLIB()
467 window_last += i - cut + 1; in STRINGLIB()
[all …]
/dports/chinese/bitchx/bitchx-1.2.1/source/
H A Dwindow.c3301 static Window *window_last (Window *window, char **args, char *usage) in window_last() function
4268 { "LAST", window_last, "\n- Places you in the last window you were in" },
/dports/irc/bitchx/bitchx-1.2.1/source/
H A Dwindow.c3301 static Window *window_last (Window *window, char **args, char *usage) in window_last() function
4268 { "LAST", window_last, "\n- Places you in the last window you were in" },
/dports/irc/epic4/epic4-2.10.9/source/
H A Dwindow.c3445 static Window *window_last (Window *window, char **args) in window_last() function
4733 { "LAST", window_last },
/dports/irc/epic5/epic5-2.1.6/source/
H A Dwindow.c4597 static Window *window_last (Window *window, char **args) in window_last() function
6534 { "LAST", window_last },
/dports/lang/yap/yap-6.2.2/LGPL/swi_console/
H A Dconsole.c264 { int window_last = rlc_add_lines(b, b->window_start, b->window_size-1); in rlc_check_assertions() local
/dports/lang/swi-pl/swipl-8.2.3/src/win32/console/
H A Dconsole.c277 { int window_last = rlc_add_lines(b, b->window_start, b->window_size-1); in rlc_check_assertions() local