Searched refs:wend (Results 1 - 19 of 19) sorted by relevance

/macosx-10.9.5/Heimdal-323.92.1/lib/otp/
H A Dotp_parse.c109 const unsigned char *w, *wend; local
118 wend = w;
119 while (isalpha (*wend))
120 ++wend;
122 tmp = wend - w;
131 w = wend;
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-run/
H A Dio_test.cpp198 file_handle wend(pfd[1]);
201 ATF_REQUIRE(wend.get() != 10);
202 wend.posix_remap(10);
203 ATF_REQUIRE_EQ(wend.get(), 10);
204 ATF_REQUIRE(::write(wend.get(), "test-posix-remap", 16) != -1);
214 ATF_REQUIRE_EQ(wend.get(), 10);
215 wend.posix_remap(10);
216 ATF_REQUIRE_EQ(wend.get(), 10);
217 ATF_REQUIRE(::write(wend.get(), "test-posix-remap", 16) != -1);
295 std::ostream wend(
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/open_ssl/bn/
H A Dbn_exp.c406 int i,j,bits,ret=0,wstart,wend,window,wvalue; local
451 wend=0; /* The bottom bit of the window */
472 wend=0;
478 wvalue<<=(i-wend);
480 wend=i;
484 /* wend is the size of the current window */
485 j=wend+1;
499 wstart-=wend+1;
517 int i,j,bits,ret=0,wstart,wend,window,wvalue; local
592 wend
801 int i,j,bits,ret=0,wstart,wend,window,wvalue,ts=0; local
[all...]
H A Dbn_exp2.c39 int i,j,k,bits,bits1,bits2,ret=0,wstart,wend,window,xvalue,yvalue; local
148 wend=0; /* The bottom bit of the window */
173 wend=0;
/macosx-10.9.5/Heimdal-323.92.1/kadmin/
H A Dadd-random-users.c49 char *wbuf = NULL, *wptr = NULL, *wend = NULL; local
64 if (wptr + len + 1 >= wend) {
66 wend = wbuf + WORDBUF_SIZE;
/macosx-10.9.5/vim-53/runtime/indent/
H A Dvb.vim15 setlocal indentkeys+==~else,=~elseif,=~end,=~wend,=~case,=~next,=~select,=~loop,<:>
67 elseif this_line =~? '^\s*\<\(end\|else\|elseif\|until\|loop\|next\|wend\)\>'
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dcl.vim26 "If/else/elsif/endif and while/wend mismatch errors
27 syn match clifError "\<wend\>"
35 syn region clLoop transparent matchgroup=clWhile start="\<while\>" matchgroup=clWhile end="\<wend\>" contains=ALLBUT,clBreak,clProcedure
H A Deviews.vim43 syn keyword eProgLang @date else endif @errorcount @evpath exitloop for if @isobject next poff pon return statusline step stop @temppath then @time to @toc wend while include call subroutine endsub and or
H A Dibasic.vim74 syn keyword Repeat for do while next enddo endwhile wend
H A Dbasic.vim72 syn keyword basicStatement WHILE while While WEND wend Wend
/macosx-10.9.5/Libc-997.90.3/gen/
H A Dwordexp.c251 size_t wend = wordv_i + pwe->we_offs; local
252 word_alloc(wend, pwe, &wordv_l);
257 wordv_i = wend;
/macosx-10.9.5/emacs-92/emacs/lisp/play/
H A Dzone.el503 (defun zone-fall-through-ws (c wbeg wend)
520 (when (< (point) wend)
533 wbeg wend c)
536 wend (window-end))
539 (setq mc 0 wend (window-end))
541 (goto-char (+ wbeg (random (- wend wbeg))))
545 (goto-char (+ wbeg (random (- wend wbeg))))))
551 fall-p (zone-fall-through-ws c wbeg wend)))
/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Daspvbs.vim47 \ '\<while\>:\<wend\>,' .
H A Dvb.vim35 \ '\%(^\s*\)\@<=\<while\>:\%(^\s*\)\@<=\<wend\>,' .
/macosx-10.9.5/OpenSSH-186/osslshim/ossl/
H A Dossl-bn.c4100 int i, j, bits, ret = 0, wstart, wend, window, wvalue; local
4154 wend = 0; /* The bottom bit of the window */
4180 wend = 0;
4186 wvalue <<= (i - wend);
4188 wend = i;
4192 /* wend is the size of the current window */
4193 j = wend + 1;
4209 wstart -= wend + 1;
4310 int i, j, bits, ret = 0, wstart, wend, window, wvalue; local
4382 wend
4619 int i, j, bits, ret = 0, wstart, wend, window, wvalue; local
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-spec.el305 (wend 0)
322 (setq wend seek)
323 (substring string wstart (1- wend))))
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclCmdMZ.c457 Tcl_UniChar ch, *wsrc, *wfirstChar, *wstring, *wsubspec, *wend;
570 wend = wstring + wlen - (slen ? slen - 1 : 0);
579 if (wstring < wend) {
582 for (; wstring < wend; wstring++) {
591 for (p = wfirstChar = wstring; wstring < wend; wstring++) {
710 wend = wsubspec + wsublen;
711 for (ch = *wsrc; wsrc != wend; wsrc++, ch = *wsrc) {
454 Tcl_UniChar ch, *wsrc, *wfirstChar, *wstring, *wsubspec, *wend; local
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclCmdMZ.c554 Tcl_UniChar ch, *wsrc, *wfirstChar, *wstring, *wsubspec, *wend;
656 wend = wstring + wlen - (slen ? slen - 1 : 0);
664 if (wstring < wend) {
667 for (; wstring < wend; wstring++) {
676 for (p = wfirstChar = wstring; wstring < wend; wstring++) {
795 wend = wsubspec + wsublen;
796 for (ch = *wsrc; wsrc != wend; wsrc++, ch = *wsrc) {
552 Tcl_UniChar ch, *wsrc, *wfirstChar, *wstring, *wsubspec, *wend; local
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dsimple.el3524 (let ((wend (pos-visible-in-window-p t nil t)))
3525 (setq rbot (nth 3 wend)
3526 vpos (nth 5 wend))))

Completed in 311 milliseconds