Searched refs:postponed (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/OpenSSH-186/openssh/
H A Dauth2-chall.c186 * try challenge-response, set authctxt->postponed if we have to
215 /* side effect: sets authctxt->postponed if a reply was sent*/
242 authctxt->postponed = 1;
297 authctxt->postponed = 0; /* reset */
327 authctxt->postponed = 1;
334 if (!authctxt->postponed) {
339 /* may set authctxt->postponed */
H A Dauth2-gss.c163 authctxt->postponed = 1;
198 authctxt->postponed = 0;
284 authctxt->postponed = 0;
325 authctxt->postponed = 0;
H A Dauth.c261 if (use_privsep && !mm_is_monitor() && !authctxt->postponed)
271 if (authctxt->postponed)
289 if (authenticated == 0 && !authctxt->postponed &&
302 if (authenticated == 0 && !authctxt->postponed)
H A Dauth2.c282 authctxt->postponed = 0;
308 if (authenticated && authctxt->postponed)
309 fatal("INTERNAL ERROR: authenticated and postponed");
330 if (authctxt->postponed)
H A Dauth.h56 int postponed; /* authentication needs another step */ member in struct:Authctxt
H A Dauth2-jpake.c369 * Note, sets authctxt->postponed while in subprotocol
417 authctxt->postponed = 1;
556 authctxt->postponed = 0;
H A Dauth2-pubkey.c172 authctxt->postponed = 1;
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dvhdl.vim41 syn keyword vhdlStatement package port postponed procedure process pure
H A Dpine.vim119 syn keyword pineConfig postponed-folder
H A Dmuttrc.vim366 syn keyword muttrcVarStr contained skipwhite post_indent_string postponed preconnect print_cmd print_command nextgroup=muttrcSetStrAssignment,muttrcVPrefix,muttrcVarBool,muttrcVarQuad,muttrcVarNum,muttrcVarStr
/macosx-10.9.5/vim-53/src/
H A Dnetbeans.c537 int postponed = FALSE; local
539 while (!postponed && keyHead.next && keyHead.next != &keyHead)
546 /* Now, send the keycommand. This may cause it to be postponed again
549 postponed = !netbeans_keystring(node->keystr);
1996 /* handle any postponed key commands */
2034 /* handle any postponed key commands */
3310 * postponed.
3326 * postponed.

Completed in 383 milliseconds