Searched refs:getf (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/bash-92/bash-3.2/examples/functions/
H A Dcoshell.bash97 g|ge|get|getf|getfi|getfil|getfile)
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/apps/scripts/
H A Dparameter.xotcl116 {f -default 123 -setter setf -getter getf}
135 C instproc getf var {
/macosx-10.9.5/swig-10/Source/Modules/
H A Dtcl8.cxx562 Wrapper *setf = 0, *getf = 0; local
571 getf = NewWrapper();
575 Printv(getf->def, "SWIGINTERN const char *", getfname, "(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, char *name1, char *name2, int flags) {", NIL);
576 Wrapper_add_local(getf, "value", "Tcl_Obj *value = 0");
581 /* Printf(getf->code, "%s\n",tm); */
582 addfail = emit_action_code(n, getf->code, tm);
583 Printf(getf->code, "if (value) {\n");
584 Printf(getf->code, "Tcl_SetVar2(interp,name1,name2,Tcl_GetStringFromObj(value,NULL), flags);\n");
585 Printf(getf->code, "Tcl_DecrRefCount(value);\n");
586 Printf(getf
[all...]
H A Dperl5.cxx841 Wrapper *getf, *setf; local
852 getf = NewWrapper();
883 Printf(getf->def, "SWIGCLASS_STATIC int %s(pTHX_ SV *sv, MAGIC *SWIGUNUSEDPARM(mg)) {\n", get_name);
884 Printv(getf->code, tab4, "MAGIC_PPERL\n", NIL);
895 /* Printf(getf->code,"%s\n", tm); */
896 addfail = emit_action_code(n, getf->code, tm);
900 DelWrapper(getf);
903 Printf(getf->code, " return 1;\n");
905 Append(getf->code, "fail:\n");
906 Append(getf
[all...]
H A Doctave.cxx710 Wrapper *getf = NewWrapper(); local
742 Printf(getf->def, "static octave_value_list _wrap_%s(const octave_value_list& args,int nargout) {", getname);
743 Wrapper_add_local(getf, "obj", "octave_value obj");
748 addfail = emit_action_code(n, getf->code, tm);
753 Append(getf->code, " return obj;\n");
755 Append(getf->code, "fail:\n");
756 Append(getf->code, " return octave_value_list();\n");
758 Append(getf->code, "}\n");
759 Wrapper_print(getf, f_wrappers);
H A Druby.cxx2107 Wrapper *getf, *setf; local
2109 getf = NewWrapper();
2117 Printv(getf->def, "SWIGINTERN VALUE\n", getfname, "(", NIL);
2118 Printf(getf->def, "VALUE self");
2119 Printf(getf->def, ") {");
2120 Wrapper_add_local(getf, "_val", "VALUE _val");
2127 /* Printv(getf->code,tm, NIL); */
2128 addfail = emit_action_code(n, getf->code, tm);
2132 Printv(getf->code, tab4, "return _val;\n", NIL);
2134 Append(getf
[all...]
H A Dpython.cxx2411 Wrapper *getf, *setf; local
2416 getf = NewWrapper();
2477 Printf(getf->def, "SWIGINTERN PyObject *%s(void) {", vargetname);
2478 Wrapper_add_local(getf, "pyobj", "PyObject *pyobj = 0");
2483 addfail = emit_action_code(n, getf->code, tm);
2488 Append(getf->code, " return pyobj;\n");
2490 Append(getf->code, "fail:\n");
2491 Append(getf->code, " return NULL;\n");
2493 Append(getf->code, "}\n");
2495 Wrapper_print(getf, f_wrapper
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dia64.vim156 "getf
157 syn match ia64opcode "getf\.\([sd]\|exp\|sig\)\>"
H A Dfoxpro.vim176 syn match foxproFunc "\<getf\%[ile]\>\s*("me=e-1
177 syn match foxproFunc "\<getf\%[ont]\>\s*("me=e-1
H A Dlisp.vim126 syn keyword lispFunc array-rank getf read-line
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Dcl.el610 notevery revappend nreconc list-length tailp copy-tree get* getf
611 cl-set-getf cl-do-remf remprop cl-make-hash-table cl-hash-lookup
H A Dcl-extra.el572 (defun getf (plist tag &optional def) function
576 (setplist '--cl-getf-symbol-- plist)
577 (or (get '--cl-getf-symbol-- tag)
580 ;; definition that uses getf!
586 (defun cl-set-getf (plist tag val)
H A Dcl-macs.el1810 (define-setf-method getf (place tag &optional def) function
1812 (tag-temp (make-symbol "--cl-getf-tag--"))
1813 (def-temp (make-symbol "--cl-getf-def--"))
1814 (store-temp (make-symbol "--cl-getf-store--")))
1819 (list 'cl-set-getf (nth 4 method)
1822 (list 'getf (nth 4 method) tag-temp def-temp))))
2615 (list 'getf (list 'symbol-plist sym) prop def)
2658 list-length get* getf))

Completed in 243 milliseconds