Searched refs:marker (Results 51 - 75 of 237) sorted by relevance

12345678910

/macosx-10.9.5/CPANInternal-140/YAML-Syck/
H A Demitter.c132 e->marker = NULL;
280 e->marker = e->buffer;
300 at = e->marker - e->buffer;
305 long rest = e->bufsize - (e->marker - e->buffer);
307 S_MEMCPY( e->marker, str, char, rest );
308 e->marker += rest;
318 S_MEMCPY( e->marker, str, char, len );
319 e->marker += len;
333 if ( e->bufsize > ( e->marker - e->buffer ) + check_room )
346 if ( check_room > e->marker
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Drep042.tcl126 if { [file exists $masterdir/marker.db] == 0 } {
161 fileremove -f $masterdir/marker.db
H A Drep035.tcl233 # Communicate with child processes by creating a marker file.
236 set marker [eval "berkdb_open_noerr \
237 -create -btree -auto_commit -env $markerenv marker.db"]
238 error_check_good marker_close [$marker close] 0
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/Security/
H A DsslMemory.c86 uint32_t marker=*(uint32_t *)(p+4+len); local
88 if(marker!=0xdeadbeef)
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/lib/
H A DsslMemory.c86 uint32_t marker=*(uint32_t *)(p+4+len); local
88 if(marker!=0xdeadbeef)
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/security_ssl/
H A DsslMemory.c86 uint32_t marker=*(uint32_t *)(p+4+len); local
88 if(marker!=0xdeadbeef)
/macosx-10.9.5/vim-53/runtime/compiler/
H A Ddecada.vim55 " vim: foldmethod=marker
/macosx-10.9.5/vim-53/runtime/plugin/
H A DgetscriptPlugin.vim38 " vim: ts=8 sts=2 fdm=marker nowrap
/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/
H A DIODeviceTreeSupport.h97 unsigned int marker:1; member in struct:IONVRAMDescriptor
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Denriched.el283 (marker (make-marker))
286 (move-marker marker end)
287 (funcall func val begin (marker-position marker))
288 (setq begin (marker-position marker)
289 val (get-text-property marker prop)))
/macosx-10.9.5/emacs-92/emacs/lisp/mail/
H A Dfootnote.el125 (defvar footnote-text-marker-alist nil
127 (make-variable-buffer-local 'footnote-text-marker-alist)
129 (defvar footnote-pointer-marker-alist nil
131 (make-variable-buffer-local 'footnote-pointer-marker-alist)
340 (while (setq alist (nth i footnote-pointer-marker-alist))
359 (while (setq alist (nth i footnote-text-marker-alist))
465 (defun Footnote-insert-text-marker (arg locn)
466 "Insert a marker pointing to footnote arg, at buffer location locn."
467 (let ((marker (make-marker)))
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dcompile.el44 ;; Being a marker it sticks to some text, when the buffer grows or shrinks
600 (defvar compilation-parsing-end (make-marker))
729 ;; Get first already existing marker (if any has one, all have one).
731 (marker-line (car (cddr file-struct))) ; a line structure
732 (marker (nth 3 (cadr marker-line))) ; its marker
734 end-marker loc end-loc)
735 (if (not (and marker (marker
[all...]
H A Detags.el147 (defcustom find-tag-marker-ring-length 16
148 "*Length of marker rings `find-tag-marker-ring' and `tags-location-ring'."
188 (defvar find-tag-marker-ring (make-ring find-tag-marker-ring-length)
196 (defvar tags-location-ring (make-ring find-tag-marker-ring-length)
272 ;; We used to initialize find-tag-marker-ring and tags-location-ring
707 (while (< i find-tag-marker-ring-length)
709 (set-marker (aref (cddr tags-location-ring) i) nil))
710 (if (aref (cddr find-tag-marker
[all...]
/macosx-10.9.5/WebCore-7537.78.1/accessibility/ios/
H A DWebAccessibilityObjectWrapperIOS.mm73 - (NSInteger)positionForTextMarker:(id)marker;
147 // This is needed for external clients to be able to create a text marker without having a pointer to the cache.
1363 - (void)accessibilityMoveSelectionToMarker:(WebAccessibilityTextMarker *)marker
1368 VisiblePosition visiblePosition = [marker visiblePosition];
1549 // in should be ordered and contain only a start and end marker.
1681 // This method is intended to take a text marker representing a VisiblePosition and convert it
1683 - (NSInteger)positionForTextMarker:(WebAccessibilityTextMarker *)marker
1688 if (!marker)
1691 VisibleSelection selection([marker visiblePosition]);
1730 - (AccessibilityObjectWrapper *)accessibilityObjectForTextMarker:(WebAccessibilityTextMarker *)marker
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/exif/
H A Dexif.tcl93 set marker [read $stream 1]
94 if {1 != [string length $marker]} {error "End of file reached @2"}
95 if {[streq $marker $jpeg_markers(SOI)]} {
97 } elseif {[streq $marker $jpeg_markers(EOI)]} {
112 if {[streq $marker $jpeg_markers(APP1)]} {
115 } elseif {[streq $marker $jpeg_markers(DQT)]} {
117 } elseif {[streq $marker $jpeg_markers(SOF0)]} {
119 } elseif {[streq $marker $jpeg_markers(DHT)]} {
121 } elseif {[streq $marker $jpeg_markers(SOS)]} {
124 binary scan $marker
[all...]
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderListMarker.cpp342 const int groupLength = 8; // 4 digits, 3 digit markers, and a group marker
377 // Remove the tens digit, but leave the marker, for any group that has
1142 IntRect marker = getRelativeMarkerRect(); local
1143 marker.moveBy(roundedIntPoint(boxOrigin));
1152 context->drawImage(m_image->image(this, marker.size()).get(), style()->colorSpace(), marker);
1162 // FIXME: paint gap between marker and list item proper
1182 context->drawEllipse(marker);
1186 context->drawEllipse(marker);
1189 context->drawRect(marker);
[all...]
/macosx-10.9.5/WebCore-7537.78.1/accessibility/atk/
H A DWebKitAccessibleHyperlink.cpp209 // If so, we need to consider the length of the item's marker
226 RenderListMarker* marker = toRenderListMarker(renderer);
227 return baseLength + marker->text().length() + marker->suffix().length();
/macosx-10.9.5/ICU-511.35/icuSources/layout/
H A DLEGlyphStorage.h357 * from the source position to the target position, and also allows for a marker bit
363 * @param marker marker bit
367 void moveGlyph(le_int32 fromPosition, le_int32 toPosition, le_uint32 marker);
/macosx-10.9.5/apache-786.1/httpd/server/mpm/winnt/
H A DWin9xConHook.c677 va_list marker; local
682 va_start(marker, fmt);
683 wvsprintf(szBuf, fmt, marker);
684 va_end(marker);
/macosx-10.9.5/dyld-239.4/src/
H A DdyldStartup.s105 pushl $0 # push a zero for debugger end of frames marker
135 addl $4,%esp # remove debugger end frame marker
196 pushq $0 # push a zero for debugger end of frames marker
216 addq $8,%rsp # remove the mh argument, and debugger end frame marker
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/libjpeg/
H A DjpegtclDecls.h99 JPEGTCLAPI void jpeg_write_marker(j_compress_ptr cinfo, int marker,
102 JPEGTCLAPI void jpeg_write_m_header(j_compress_ptr cinfo, int marker,
190 void (*jpeg_write_markerPtr) (j_compress_ptr cinfo, int marker, const JOCTET *dataptr, unsigned int datalen); /* 22 */
191 void (*jpeg_write_m_headerPtr) (j_compress_ptr cinfo, int marker, unsigned int datalen); /* 23 */
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/cm/
H A Dcodemirror.js2424 var sp = line.markedSpans[i], m = sp.marker;
3563 var marker = new TextMarker(doc, type);
3564 if (type == "range" && !posLess(from, to)) return marker;
3565 if (options) copyObj(options, marker);
3566 if (marker.replacedWith) {
3567 marker.collapsed = true;
3568 marker.replacedWith = elt("span", [marker.replacedWith], "CodeMirror-widget");
3570 if (marker.collapsed) sawCollapsedSpans = true;
3574 if (cm && marker
[all...]
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dprinters.c1233 if (!strcmp(value, "marker-change-time"))
1329 ipp_attribute_t *marker; /* Current marker attribute */ local
1477 if ((marker = ippFindAttribute(printer->attrs, "marker-colors",
1480 snprintf(value, sizeof(value), "%s ", marker->name);
1483 i < marker->num_values && ptr < (value + sizeof(value) - 1);
1489 strlcpy(ptr, marker->values[i].string.text,
1498 if ((marker = ippFindAttribute(printer->attrs, "marker
[all...]
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/edit/
H A Dhistory.c63 off_t histmarker; /* offset of last command marker */ \
558 unsigned char *buff, marker[4]; local
561 /* skip to marker command and return the number */
569 /* check for marker */
590 if((n=sfread(iop,(char*)marker,4))==4)
592 n = (marker[0]<<16)|(marker[1]<<8)|marker[2];
676 unsigned char *marker = (unsigned char*)(cp-4); local
677 hp->histind = ((marker[
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DbreakpointsList.css88 li.breakpoint-hit .breakpoint-hit-marker {

Completed in 272 milliseconds

12345678910