Searched refs:lastmsg (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/mail_cmds-29/msgs/
H A Dmsgs.c174 int firstmsg = 0, nextmsg = 0, lastmsg = 0; local
278 fscanf(bounds, "%d %d\n", &firstmsg, &lastmsg);
280 blast = lastmsg; /* save upper bound */
297 lastmsg = 0;
326 if (i > lastmsg)
327 lastmsg = i;
336 lastmsg = blast;
337 firstmsg = lastmsg + 1;
339 else if (blast > lastmsg)
340 lastmsg
[all...]
/macosx-10.9.5/zsh-60/zsh/Src/Modules/
H A Dzftp.c228 static char *lastmsg, lastcodestr[4]; variable
710 zsfree(lastmsg);
711 lastmsg = NULL;
722 lastmsg = ztrdup("");
724 zfsetparam("ZFTP_REPLY", ztrdup(lastmsg), ZFPM_READONLY);
782 lastmsg = ztrdup(ptr);
809 zwarnnam("zftp", "delay expected, waiting: %s", lastmsg);
900 ptr = strchr(lastmsg, '(');
903 zwarnnam(name, "bad response to EPSV: %s", lastmsg);
936 * lastmsg alread
[all...]
/macosx-10.9.5/system_cmds-597.90.1/dirhelper.tproj/
H A Ddirhelper.c64 struct timeval lastmsg; member in struct:idle_globals
99 gettimeofday(&idle_globals.lastmsg, NULL);
166 long delta = now.tv_sec - idle_globals.lastmsg.tv_sec;
181 long delta = (now.tv_sec - idle_globals.lastmsg.tv_sec);
537 gettimeofday(&idle_globals.lastmsg, NULL);
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/dirhelper.tproj/
H A Ddirhelper.c64 struct timeval lastmsg; member in struct:idle_globals
99 gettimeofday(&idle_globals.lastmsg, NULL);
166 long delta = now.tv_sec - idle_globals.lastmsg.tv_sec;
181 long delta = (now.tv_sec - idle_globals.lastmsg.tv_sec);
537 gettimeofday(&idle_globals.lastmsg, NULL);
/macosx-10.9.5/postfix-252/
H A Dchunking.pl1592 state $lastmsg = "\n";
1596 print "~NO LINE TERMINATOR~\n" if $lastmsg !~ /\n$/;
1602 print "~NO LINE TERMINATOR~\n" if $lastmsg !~ /\n$/;
1608 $lastmsg = $msg;
1629 state $lastmsg = "\n";
1633 print "~NO LINE TERMINATOR~\n" if $lastmsg !~ /\n$/;
1639 print "~NO LINE TERMINATOR~\n" if $lastmsg !~ /\n$/;
1645 $lastmsg = $msg;
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dscreen.vim143 \ lastmsg
H A Dratpoison.vim32 syn keyword ratpoisonCommandArg info iother iprev kill lastmsg contained
/macosx-10.9.5/xnu-2422.115.4/bsd/nfs/
H A Dnfs_lock.c415 int timeo, starttime, endtime, lastmsg, wentdown = 0; local
434 lastmsg = now.tv_sec - ((nmp->nm_tprintf_delay) - (nmp->nm_tprintf_initial_delay));
602 ((lastmsg + nmp->nm_tprintf_delay) < now.tv_sec)) {
604 lastmsg = now.tv_sec;
H A Dnfs_socket.c1616 time_t lastmsg; local
1620 lastmsg = now.tv_sec - (nmp->nm_tprintf_delay - nmp->nm_tprintf_initial_delay);
1637 if ((lastmsg + nmp->nm_tprintf_delay) < now.tv_sec) {
1638 lastmsg = now.tv_sec;

Completed in 172 milliseconds