Searched +refs:mode +refs:symbol (Results 1 - 25 of 219) sorted by relevance

123456789

/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/
H A DtclLoadDld.c45 void *dlopen(path, mode)
47 int mode;
76 dlsym(handle, symbol)
78 const char *symbol;
80 return (void *) dld_get_func(symbol);
H A Ddlfcn.h43 void *dlopen (const char *path, int mode);
44 void *dlsym (void *handle, const char *symbol);
H A DtclLoadShl.c35 dlopen(path, mode)
37 int mode;
44 flags = ((mode & RTLD_NOW) ? BIND_IMMEDIATE : BIND_DEFERRED) |
56 dlsym(handle, symbol)
58 const char *symbol;
61 if (shl_findsym((shl_t *)&handle, symbol,
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/arch/aix/
H A Dapr_arch_dso.h28 void *dlopen(const char *path, int mode);
29 void *dlsym(void *handle, const char *symbol);
/macosx-10.9.5/apr-30/apr/apr/include/arch/aix/
H A Dapr_arch_dso.h28 void *dlopen(const char *path, int mode);
29 void *dlsym(void *handle, const char *symbol);
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/compat/
H A DtclLoadDld.c44 VOID *dlopen(path, mode)
46 int mode;
75 dlsym(handle, symbol)
77 CONST char *symbol;
79 return (VOID *) dld_get_func(symbol);
H A DtclLoadShl.c32 VOID *dlopen(path, mode)
35 int mode;
37 unsigned int mode;
45 flags = ((mode & RTLD_NOW) ? BIND_IMMEDIATE : BIND_DEFERRED) |
56 VOID *dlsym(handle, symbol)
58 CONST char *symbol;
61 if (shl_findsym((shl_t *)&handle, symbol,
H A Ddlfcn.h50 VOID *dlopen _ANSI_ARGS_((const char *path, int mode));
51 VOID *dlsym _ANSI_ARGS_((void *handle, const char *symbol));
H A DtclLoadWin.c62 VOID *dlopen(path, mode)
64 int mode;
141 * symbol, give the handle returned by dlopen().
144 * Returns the address of the symbol in the dll.
152 VOID *dlsym(handle, symbol)
154 CONST char *symbol;
159 /* printf ("dlsym (%p,%p='%s')\n", handle, symbol, symbol); */
161 res = (VOID *) GetProcAddress((HINSTANCE) handle, symbol);
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dcustom.el53 (defun custom-initialize-default (symbol value)
55 This will do nothing if symbol already has a default binding.
56 Otherwise, if symbol has a `saved-value' property, it will evaluate
57 the car of that and use it as the default binding for symbol.
59 symbol."
60 (unless (default-boundp symbol)
62 (set-default symbol (if (get symbol 'saved-value)
63 (eval (car (get symbol 'saved-value)))
66 (defun custom-initialize-set (symbol valu
[all...]
H A Dcus-edit.el37 ;; The identity of a customize option is represented by a Lisp symbol.
45 ;; different means if the option symbol has the 'custom-get'
377 (defgroup abbrev-mode nil
378 "Word abbreviations mode."
392 (defgroup mode-line nil
469 ;;; Custom mode keymaps
471 (defvar custom-mode-map
488 "Keymap for `custom-mode'.")
490 (defvar custom-mode-link-map
492 (set-keymap-parent map custom-mode
[all...]
H A Dinfo-look.el1 ;;; info-look.el --- major-mode-sensitive Info index lookup facility
31 ;; Try especially info-lookup-symbol (aka C-h S).
38 "Major mode sensitive help agent."
41 (defvar info-lookup-mode nil
42 "Symbol of the current buffer's help mode.
43 Help is provided according to the buffer's major mode if value is nil.
45 (make-variable-buffer-local 'info-lookup-mode)
60 '(("\\`ac\\(local\\|site\\|include\\)\\.m4\\'" . autoconf-mode))
66 If a file name matches REGEXP, then use help mode MODE instead of the
67 buffer's major mode
[all...]
H A Dfringe.el87 (defmacro fringe-bitmap-p (symbol)
89 `(get ,symbol 'fringe))
94 (defvar fringe-mode)
96 (defun set-fringe-mode-1 (ignore value)
97 "Call `set-fringe-mode' with VALUE.
98 See `fringe-mode' for valid values and their effect.
99 This is usually invoked when setting `fringe-mode' via customize."
100 (set-fringe-mode value))
102 (defun set-fringe-mode (value)
103 "Set `fringe-mode' t
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_peg_op.tcl12 package require struct::set ; # Set operations (symbol sets)
37 # and nonterminal symbol right hand sides.
41 foreach {symbol rule} [$container rules] {
42 $container rule $symbol [pt::pe::op flatten $rule]
50 # the grammar. Result is dictionary mapping from each symbol to
56 foreach {symbol rule} [$container rules] {
57 lappend dict $symbol [pt::pe::op called $rule]
65 # Simplify all symbols which just chain to a different symbol by
66 # inlining the called symbol in its callers. This works if and
82 array set mode [
[all...]
H A Dpt_pegrammar.tcl131 foreach symbol [lsort -dict [array names r]] {
132 array set sd $r($symbol)
134 $symbol [list \
137 mode $sd(mode)]
165 foreach {symbol value} $peg(rules) {
167 # keys :: is, mode
168 lappend lines " $symbol :: <$sd(mode)> :="
194 foreach symbol [arra
[all...]
H A Dpt_peg_to_container.tcl43 variable mode bulk
52 variable mode
60 -mode $mode \
70 return -code error "Expected one of -file, -mode, -name, -template, or -user, got \"$option\""
76 return -code error "Expected one of -file, -mode, -name, -template, or -user, got \"$option\""
82 mode {
107 variable mode
121 # Determine the field size for nonterminal symbol names.
138 @mode
[all...]
H A Dpt_peg_to_cparam.tcl163 foreach {symbol symdef} $peg(rules) {
164 lassign $symdef _ is _ mode
165 lappend modes $symbol $mode
186 foreach {symbol symdef} $peg(rules) {
187 lassign $symdef _ is _ mode
192 lappend blocks [Symbol $symbol $mode $is $modes]
273 proc ::pt::peg::to::cparam::Symbol {symbol mode rh
[all...]
H A Dpt_peg_to_param.tcl123 foreach {symbol def} $peg(rules) {
124 lassign $def _ is _ mode
125 lappend modes $symbol $mode
135 foreach {symbol def} $peg(rules) {
136 lassign $def _ is _ mode
137 lappend blocks [Symbol $symbol $mode $is $modes]
173 proc ::pt::peg::to::param::Symbol {symbol mode rh
[all...]
H A Dpt_peg_to_json.tcl110 foreach {symbol def} $peg(rules) {
111 lassign $def _ is _ mode
112 lappend rules $symbol \
115 mode [json::write string $mode]]
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/dlopen-local-and-global/
H A Dmain.c33 static void* openWithModeGetSymbol(const char* path, int mode, const char* symbol) argument
35 void* handle = dlopen(path, mode);
38 if ( ((mode & RTLD_LOCAL) != 0) && (strstr(msg, "RTLD_LOCAL") != NULL) )
45 void* sym = dlsym(handle, symbol);
47 FAIL("dlsym(handle, \"%s\") failed", symbol);
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/dlcompat-20010505/
H A Ddlfcn.h36 int mode);
39 const char *symbol);
/macosx-10.9.5/tcl-102/tcl/tcl/compat/
H A Ddlfcn.h56 VOID *dlopen _ANSI_ARGS_((const char *path, int mode));
57 VOID *dlsym _ANSI_ARGS_((void *handle, const char *symbol));
/macosx-10.9.5/tcl-102/tcl84/tcl/compat/
H A Ddlfcn.h56 VOID *dlopen _ANSI_ARGS_((const char *path, int mode));
57 VOID *dlsym _ANSI_ARGS_((void *handle, const char *symbol));
/macosx-10.9.5/groff-38/groff/src/roff/troff/
H A Dcharinfo.h40 char_mode mode; member in class:charinfo
58 symbol nm;
59 charinfo(symbol s);
90 symbol *get_symbol();
93 charinfo *get_charinfo(symbol);
134 return mode == CHAR_NORMAL;
139 return mode == CHAR_FALLBACK;
144 return mode == CHAR_SPECIAL;
211 inline symbol *charinfo::get_symbol()
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Dderived.el2 ;; (formerly mode-clone.el)
32 ;; (buffer) belongs to a class (major mode), and that class defines
38 ;; use of hooks and a bit of work -- sgml-mode, for example, also runs
39 ;; the hooks for text-mode, and keymaps can inherit from other keymaps
40 ;; -- but generally, each major mode ends up reinventing the wheel.
43 ;; new major mode, the user should need only to name the existing mode
48 ;; `define-derived-mode' allows the user to make a variant of an existing
49 ;; major mode, with its own keymap. The new mode wil
[all...]

Completed in 271 milliseconds

123456789