Searched refs:reread (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dtest_config.c127 krb5_boolean reread = 0, reread2 = 0; local
144 ret = krb5_reload_config(context, 0, &reread);
153 if (!reread)
154 errx(1, "configuration not reread!");
158 errx(1, "configuration not reread!");
H A Dcontext.c1752 * @param reread the configuration file was re-read,
1765 krb5_boolean *reread)
1772 * If function returns a failure, and reread is used, value of
1773 * reread is FALSE.
1776 if (reread)
1777 *reread = FALSE;
1795 if (reread)
1796 *reread = TRUE;
1763 krb5_reload_config(krb5_context context, unsigned flags, krb5_boolean *reread) argument
H A Dkrb5-protos.h7066 * @param reread the configuration file was re-read,
7080 krb5_boolean *reread);
/macosx-10.10/groff-38/groff/src/roff/troff/
H A Dnode.h94 virtual int reread(int *);
222 int reread(int *);
238 int reread(int *);
260 int reread(int *);
274 int reread(int *);
327 int reread(int *);
H A Dcolumn.cpp656 int reread(int *);
682 int vjustify_node::reread(int *bolp) function in class:vjustify_node
/macosx-10.10/remote_cmds-47/rsh.tproj/
H A Drsh.c260 reread: errno = 0;
287 goto reread;
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dgnus-agent.el3717 (defun gnus-agent-regenerate-group (group &optional reread)
3789 (cond ((and (listp reread) (memq l1 reread))
3908 (and reread gnus-agent-article-alist)
3925 (when (and reread gnus-agent-article-alist)
3929 (if (listp reread)
3930 reread
3932 (cond ((eq reread t)
3947 (defun gnus-agent-regenerate (&optional clean reread)
3955 (setq regenerated (or (gnus-agent-regenerate-group group reread)
[all...]
/macosx-10.10/tcl-105/tcl_ext/tktable/tktable/demos/
H A Dtktable.py187 def reread(self): member in class:Table
188 self.tk.call(self._w, 'reread')
/macosx-10.10/JavaScriptCore-7600.1.17/yarr/
H A DYarrInterpreter.cpp210 int reread(unsigned from)
333 int oldCh = input.reread(matchBegin + i);
352 if (!checkCharacter(input.reread(matchBegin + i), negativeInputOffset + matchSize - i)) {
1075 if (testCharacterClass(pattern->newlineCharacterClass, input.reread(matchBegin))) {
1088 && (!testCharacterClass(pattern->newlineCharacterClass, input.reread(matchEnd))); matchEnd++) { }
/macosx-10.10/tcl-105/tcl_ext/tktable/tktable/library/
H A Dtktable.py333 def reread(self): member in class:Table
337 self.tk.call(self._w, 'reread')
H A DtkTable.tcl143 bind Table <Escape> {%W reread}
/macosx-10.10/tcsh-65/tcsh/
H A Dsh.lex.c1412 reread:
1471 goto reread;
/macosx-10.10/vim-55/runtime/syntax/
H A Dgnuplot.vim34 syn keyword gnuplotStatement print pwd reread reset save show test ! functions var
/macosx-10.10/emacs-93/emacs/src/
H A Dkeyboard.c2530 volatile int reread;
2547 reread = 0;
2561 reread = 1;
2570 reread = 1;
2579 reread = 1;
2587 reread = 0;
2618 reread = 1;
2664 again, so we do not set `reread'. */
3312 if ((! reread || this_command_key_count == 0
3326 /* Once we reread
2517 volatile int reread; local
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/tktable/
H A Dtktable.rb672 def reread method in class:Tk.BrowseCommand.ValidateArgs.CellCommand.ValidateArgs.SelectionCommand.ValidateArgs.ValidateCommand.ValidateArgs
673 tk_send('reread')
/macosx-10.10/CPANInternal-159.1/Net-Daemon-0.48/lib/Net/
H A DDaemon.pm792 reread config files), then the function returns an error EINTR.

Completed in 589 milliseconds