Searched refs:ov (Results 1 - 25 of 86) sorted by relevance

1234

/macosx-10.9.5/swig-10/Lib/octave/
H A Doctprimtypes.swg19 SWIG_AsVal_dec(bool)(const octave_value& ov, bool *val)
21 if (!ov.is_bool_type())
24 *val = ov.bool_value();
40 SWIGINTERN int SWIG_AsVal_dec(long)(const octave_value& ov, long* val)
42 if (!ov.is_scalar_type())
44 if (ov.is_complex_scalar())
46 if (ov.is_double_type()||ov.is_single_type()) {
47 double v=ov.double_value();
52 *val = ov
[all...]
H A Doctcomplex.swg28 SWIG_AsVal(Type) (const octave_value& ov, Type* val)
30 if (ov.is_complex_scalar()) {
32 Complex c(ov.complex_value());
38 int res = SWIG_AddCast(SWIG_AsVal(double)(ov, &d));
58 if (ov.is_complex_scalar()) {
60 Complex c(ov.complex_value());
73 int res = SWIG_AddCast(SWIG_AsVal(float)(ov, &d));
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Dexecvpe.c57 register char** ov;
60 for (ov = (char**)argv; *ov++;);
61 if (newargv = newof(0, char*, ov + 1 - (char**)argv, 0))
66 ov = (char**)argv;
67 while (*nv++ = *++ov);
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsoutlineview.py6 def outlineView_child_ofItem_(self, ov, nr, item): return 1
7 def outlineView_isItemExpandable_(self, ov, item): return 1
8 def outlineView_numberOfChildrenOfItem_(self, ov, item): return 1
9 def outlineView_objectValueForTableColumn_byItem_(self, ov, tc, item): return 1
10 def outlineView_setObjectValue_forTableColumn_byItem_(self, ov, value, tc, item): pass
11 def outlineView_itemForPersistentObject_(self, ov, po): return 1
12 def outlineView_persistentObjectForItem_(self, ov, item): return 1
13 def outlineView_sortDescriptorsDidChange_(self, ov, old): pass
14 def outlineView_writeItems_toPasteboard_(self, ov, items, pb): return 1
15 def outlineView_validateDrop_proposedItem_proposedChildIndex_(self, ov, d
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsoutlineview.py9 def outlineView_child_ofItem_(self, ov, nr, item): return 1
10 def outlineView_isItemExpandable_(self, ov, item): return 1
11 def outlineView_numberOfChildrenOfItem_(self, ov, item): return 1
12 def outlineView_objectValueForTableColumn_byItem_(self, ov, tc, item): return 1
13 def outlineView_setObjectValue_forTableColumn_byItem_(self, ov, value, tc, item): pass
14 def outlineView_itemForPersistentObject_(self, ov, po): return 1
15 def outlineView_persistentObjectForItem_(self, ov, item): return 1
16 def outlineView_sortDescriptorsDidChange_(self, ov, old): pass
17 def outlineView_writeItems_toPasteboard_(self, ov, items, pb): return 1
18 def outlineView_validateDrop_proposedItem_proposedChildIndex_(self, ov, d
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dflock.c88 OVERLAPPED ov;
98 ZeroMemory(&ov, sizeof(ov));
99 ov.hEvent = NULL;
100 ov.Offset = FLOCK_OFFSET_LOW;
101 ov.OffsetHigh = FLOCK_OFFSET_HIGH;
109 FLOCK_LENGTH_LOW, FLOCK_LENGTH_HIGH, &ov);
114 FLOCK_LENGTH_LOW, FLOCK_LENGTH_HIGH, &ov);
120 &ov);
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/misc/
H A Dsystrace.c41 long ov[2]; local
59 ov[0] = PROC_FD_DUP(open("/dev/null", O_WRONLY), 2, PROC_FD_PARENT|PROC_FD_CHILD);
60 ov[1] = 0;
63 if (!procfree(procopen(trace[n], av + 1, NiL, ov, PROC_ARGMOD|PROC_GID|PROC_UID|(n == (elementsof(trace) - 1) ? PROC_CLEANUP : 0))))
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/overlays/
H A Dtranslucent.c119 translucent_info *ov = on->on_bi.bi_private; local
121 ov->defer_db_open = 0;
129 translucent_info *ov; local
138 ov = on->on_bi.bi_private;
139 ca->be = &ov->db;
144 ov->defer_db_open = 0;
154 translucent_info *ov = on->on_bi.bi_private; local
162 0, ov->db.bd_info->bi_type );
167 ca->be = &ov->db;
168 ov
184 translucent_info *ov = on->on_bi.bi_private; local
311 translucent_info *ov = on->on_bi.bi_private; local
335 translucent_info *ov = on->on_bi.bi_private; local
396 translucent_info *ov = on->on_bi.bi_private; local
587 translucent_info *ov = on->on_bi.bi_private; local
631 translucent_info *ov = on->on_bi.bi_private; local
727 translucent_info *ov = on->on_bi.bi_private; local
779 translucent_info *ov; local
1066 translucent_info *ov = on->on_bi.bi_private; local
1176 translucent_info *ov = on->on_bi.bi_private; local
1220 translucent_info *ov = on->on_bi.bi_private; local
1246 translucent_info *ov = on->on_bi.bi_private; local
1266 translucent_info *ov; local
1294 translucent_info *ov = on->on_bi.bi_private; local
1326 translucent_info *ov = on->on_bi.bi_private; local
1349 translucent_info *ov = on->on_bi.bi_private; local
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/obsolete/
H A Dspawn.c97 register char** ov;
100 for (ov = (char**)argv; *ov++;);
101 if (newargv = newof(0, char*, ov + 1 - (char**)argv, 0))
106 ov = (char**)argv;
107 while (*nv++ = *++ov);
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dhideshow.el147 ;; (defun my-display-code-line-counts (ov)
148 ;; (when (eq 'code (overlay-get ov 'hs))
149 ;; (overlay-put ov 'display
152 ;; (count-lines (overlay-start ov)
153 ;; (overlay-end ov)))
328 (defun display-code-line-counts (ov)
329 (when (eq 'code (overlay-get ov 'hs))
330 (overlay-put ov 'display
332 (count-lines (overlay-start ov)
333 (overlay-end ov))))))
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pt/rde_critcl/
H A Dtc.c119 long int* ov;
121 rde_stack_get (tc->off, &oc, (void***) &ov);
125 off = ov [at];
129 end = ov [at+1];
145 long int* ov;
147 rde_stack_get (tc->off, &oc, (void***) &ov);
152 off = ov [at];
156 end = ov [last+1];
118 long int* ov; local
144 long int* ov; local
H A Dparam.c352 Tcl_Obj* ov [2]; local
396 ov [0] = Tcl_NewIntObj (er->loc);
397 ov [1] = Tcl_NewListObj (j, mov);
399 res = Tcl_NewListObj (2, ov);
1069 Tcl_Obj* ov [3]; local
1074 ov [0] = Tcl_NewStringObj (p->string[s], -1);
1075 ov [1] = Tcl_NewIntObj (pos);
1076 ov [2] = Tcl_NewIntObj (p->CL);
1078 newsv = Tcl_NewListObj (3, ov);
1090 Tcl_Obj** ov; local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/struct/graph/
H A Dgraph.h21 G* g, int oc, Tcl_Obj* const* ov);
26 int oc, Tcl_Obj* const* ov);
H A Dnacommon.h27 int oc, Tcl_Obj* const* ov,
H A Dfilter.c32 static int filter_setup (NA* na, Tcl_Interp* interp, int oc, Tcl_Obj* const* ov, G* g);
60 int oc, Tcl_Obj* const* ov,
65 if (filter_setup (&na, interp, oc, ov, g) != TCL_OK) {
69 return filter_run (&na, interp, nodes, gx, gf, ov [0], g);
75 filter_setup (NA* na, Tcl_Interp* interp, int oc, Tcl_Obj* const* ov, G* g) argument
104 Tcl_Obj* const* av = ov;
115 ov += 2;
118 if ('-' == Tcl_GetString (ov[0])[0]) {
119 if (Tcl_GetIndexFromObj (interp, ov [0], restr,
143 na->filter = ov [
59 gc_filter(int nodes, Tcl_Interp* interp, int oc, Tcl_Obj* const* ov, GCC* gx, GN_GET_GC* gf, G* g) argument
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Disearch.el2088 (defun isearch-open-overlay-temporary (ov)
2089 (if (not (null (overlay-get ov 'isearch-open-invisible-temporary)))
2093 (funcall (overlay-get ov 'isearch-open-invisible-temporary) ov nil)
2101 (overlay-put ov 'isearch-invisible (overlay-get ov 'invisible))
2102 (overlay-put ov 'isearch-intangible (overlay-get ov 'intangible))
2103 (overlay-put ov 'invisible nil)
2104 (overlay-put ov 'intangibl
[all...]
H A Dhelp-at-pt.el69 (ov (cdr pair)))
71 (funcall val (selected-window) (if ov ov (current-buffer)) (point))
H A Dhilit-chg.el445 (hilit-chg-map-changes 'hilit-chg-make-ov beg end))
448 (defun hilit-chg-make-ov (prop start end)
450 (error "hilit-chg-make-ov: prop is nil"))
453 (let ((ov (make-overlay start end))
461 (overlay-put ov 'face face)
464 (overlay-put ov 'evaporate t)
467 (overlay-put ov 'hilit-chg t)
469 (error "hilit-chg-make-ov: no face for prop: %s" prop))))
480 p ov)
494 (let (ov
[all...]
/macosx-10.9.5/zsh-60/zsh/Src/Modules/
H A Dpcre.c343 int r = 0, pcre_opts = 0, pcre_errptr, capcnt, *ov, ovsize; local
356 ov = NULL;
371 ov = zalloc(ovsize*sizeof(int));
372 r = pcre_exec(pcre_pat, NULL, lhstr_plain, strlen(lhstr_plain), 0, 0, ov, ovsize);
373 /* r < 0 => error; r==0 match but not enough size in ov
390 zpcre_get_substrings(lhstr_plain, ov, r, NULL, avar, 0,
405 if (ov)
406 zfree(ov, ovsize*sizeof(int));
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/generic/
H A DxotclShadow.c179 ALLOC_ON_STACK(Tcl_Obj*,objc, ov);
188 ov[0] = XOTclGlobalObjects[name];
190 memcpy(ov+1, objv+1, sizeof(Tcl_Obj *)*(objc-1));
192 result = Tcl_NRCallObjProc(interp, ti->proc, ti->cd, objc, ov);
194 FREE_ON_STACK(Tcl_Obj *, ov);
H A DxotclMetaData.c89 int oc; Tcl_Obj* *ov; int i; local
145 if (Tcl_ListObjGetElements(interp, objv[2], &oc, &ov) == TCL_OK) {
147 char *value = ObjStr (ov[i]);
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/transfer/
H A Dcopyops.tcl125 proc ::transfer::copy::doChan {in out ov} {
126 upvar 1 $ov settings
246 proc ::transfer::copy::doString {str out ov} {
247 upvar 1 $ov settings
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dcintltst.c705 UVersionInfo ov; local
706 ov[0] = (uint8_t)major;
707 ov[1] = (uint8_t)minor;
708 ov[2] = (uint8_t)milli;
709 ov[3] = 0;
711 return uprv_memcmp(iv, ov, U_MAX_VERSION_LENGTH) < 0;
/macosx-10.9.5/tcl-102/tcl/tcl/library/platform/
H A Dshell.tcl98 proc ::platform::shell::LOCATE {bv ov} {
99 upvar 1 $bv base $ov out
/macosx-10.9.5/tcl-102/tcl84/tcl/library/platform/
H A Dshell.tcl98 proc ::platform::shell::LOCATE {bv ov} {
99 upvar 1 $bv base $ov out

Completed in 201 milliseconds

1234