Searched refs:marker (Results 76 - 100 of 237) sorted by relevance

12345678910

/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dearcon.el71 (defvar earcon-button-marker-list nil)
72 (make-variable-buffer-local 'earcon-button-marker-list)
154 (defun earcon-button-push (marker)
158 (goto-char marker)
186 (if (boundp 'earcon-button-marker-list)
187 (while earcon-button-marker-list
188 (set-marker (pop earcon-button-marker-list) nil))
189 (setq earcon-button-marker-list nil))
211 (car (push (set-marker (mak
[all...]
H A Dnnfolder.el105 (defconst nnfolder-article-marker "X-Gnus-Article-Number: "
203 ((search-backward (concat "\n" nnfolder-article-marker)
213 (search-forward (concat "\n" nnfolder-article-marker)
289 (if (search-forward (concat "\n" nnfolder-article-marker)
410 (let ((marker (concat "\n" nnfolder-article-marker))
413 (while (and (search-forward marker nil t)
441 (search-forward (concat "\n" nnfolder-article-marker)
486 (concat "^" nnfolder-article-marker)
528 (while (re-search-backward (concat "^" nnfolder-article-marker) ni
[all...]
/macosx-10.9.5/vim-53/runtime/autoload/
H A Ddecada.vim75 " vim: foldmethod=marker
H A Dadacomplete.vim109 " vim: foldmethod=marker
/macosx-10.9.5/vim-53/runtime/compiler/
H A Dgnat.vim73 " vim: foldmethod=marker
/macosx-10.9.5/vim-53/runtime/plugin/
H A DzipPlugin.vim48 " vim: fdm=marker
H A DtarPlugin.vim51 " vim: fdm=marker
/macosx-10.9.5/vim-53/runtime/syntax/
H A Drnoweb.vim57 " vim: foldmethod=marker:
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djpeglib.h92 * (not the zigzag order in which they are stored in a JPEG DQT marker).
108 /* These two fields directly represent the contents of a JPEG DHT marker */
126 /* for decompression, they are read from the SOF marker. */
134 /* for decompression, they are read from the SOS marker. */
204 UINT8 marker; /* marker code: JPEG_COM, or JPEG_APP0+n */ member in struct:jpeg_marker_struct
207 JOCTET FAR * data; /* the data contained in the marker */
208 /* the marker length word is not counted in data_length or original_length */
359 boolean write_JFIF_header; /* should a JFIF marker be written? */
363 /* into the JFIF APP0 marker
428 struct jpeg_marker_writer * marker; member in struct:jpeg_compress_struct
661 struct jpeg_marker_reader * marker; member in struct:jpeg_decompress_struct
[all...]
/macosx-10.9.5/CF-855.17/
H A DCFPropertyList.c1948 const char *marker = pInfo->curr; local
1957 if (markerLength == -1) markerLength = pInfo->curr - marker;
1968 markerLength = pInfo->curr - (isEmpty ? 1 : 0) - marker;
1971 // Back up to the beginning of the marker
1972 pInfo->curr = marker;
1976 switch (*marker) {
1978 if (markerLength == ARRAY_TAG_LENGTH && !memcmp(marker, CFXMLPlistTags[ARRAY_IX], ARRAY_TAG_LENGTH))
1981 case 'd': // Dictionary, data, or date; Fortunately, they all have the same marker length....
1984 if (!memcmp(marker, CFXMLPlistTags[DICT_IX], DICT_TAG_LENGTH))
1986 else if (!memcmp(marker, CFXMLPlistTag
2561 uint8_t marker; local
2612 uint8_t marker; local
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Dsearch.c2907 register Lisp_Object marker;
2914 /* Unless we find a marker with a buffer or an explicit buffer
2949 marker = XCAR (list);
2950 if (BUFFERP (marker))
2952 last_thing_searched = marker;
2957 if (NILP (marker))
2967 m = marker;
2968 if (MARKERP (marker))
2970 if (XMARKER (marker)->buffer == 0)
2971 XSETFASTINT (marker,
2894 register Lisp_Object marker; variable
2963 CHECK_NUMBER_COERCE_MARKER (marker); variable
2983 CHECK_NUMBER_COERCE_MARKER (marker); variable
[all...]
H A Dinsdel.c275 /* Add AMOUNT to the byte position of every marker in the current buffer
295 /* Now that a marker has a bytepos, not counting the gap,
298 Lisp_Object marker;
302 marker = BUF_MARKERS (current_buffer);
304 while (!NILP (marker))
306 m = XMARKER (marker);
319 /* Here's the case where a marker is inside text being deleted.
332 marker = m->chain;
349 Lisp_Object marker;
360 /* If the marker i
345 Lisp_Object marker; local
[all...]
H A Dundo.c79 marker adjustment before undo boundary. */
186 This is done only when a marker points within text being deleted,
187 because that's the only case where an automatic marker adjustment
191 record_marker_adjustment (marker, adjustment)
192 Lisp_Object marker;
208 = Fcons (Fcons (marker, make_number (adjustment)),
624 /* Now that we record marker adjustments
627 so that undoing the marker adjustments
635 /* (MARKER . INTEGER) means a marker MARKER
/macosx-10.9.5/CPANInternal-140/YAML-Syck/
H A Dsyck_.c132 p->marker = NULL;
418 p->marker -= count;
436 p->marker = p->buffer;
H A Dsyck.h269 char *buffer, *linectptr, *lineptr, *toktmp, *token, *cursor, *marker, *limit; member in struct:_syck_parser
341 char *buffer, *marker; member in struct:_syck_emitter
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderListItem.cpp60 // The marker always inherits from the list item, regardless of where it might end
220 static RenderObject* getParentOfFirstLineBox(RenderBlock* curr, RenderObject* marker) argument
228 if (currChild == marker)
244 RenderObject* lineBox = getParentOfFirstLineBox(toRenderBlock(currChild), marker);
271 // Sanity check the location of our marker.
276 // If the marker is currently contained inside an anonymous box,
278 // parent was found). It's ok to just leave the marker where it is
287 // Removing and adding the marker can trigger repainting in
433 // Append the suffix for the marker in the right place depending
/macosx-10.9.5/Chess-310.5/sjeng/
H A Dprotos.h75 bool remove_one (int *marker, int32_t move_ordering[], int num_moves);
/macosx-10.9.5/Csu-79/
H A Dstart.s131 start: pushl $0 # push a zero for debugger end of frames marker
162 start: pushq $0 # push a zero for debugger end of frames marker
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dmach-o.c1573 preserve.marker = NULL;
1593 preserve.marker = bfd_zalloc (abfd, sizeof (bfd_mach_o_data_struct));
1594 if (preserve.marker == NULL
1599 (bfd_mach_o_data_struct *) preserve.marker) != 0)
1609 if (preserve.marker != NULL)
1620 preserve.marker = NULL;
1643 preserve.marker = bfd_zalloc (abfd, sizeof (bfd_mach_o_data_struct));
1644 if (preserve.marker == NULL
1649 (bfd_mach_o_data_struct *) preserve.marker) != 0)
1659 if (preserve.marker !
[all...]
H A Dpef.c584 preserve.marker = NULL;
591 preserve.marker = bfd_zalloc (abfd, sizeof (bfd_pef_data_struct));
592 if (preserve.marker == NULL
597 (bfd_pef_data_struct *) preserve.marker) != 0)
607 if (preserve.marker != NULL)
H A Dbfd.c1456 . void *marker;
1542 if (preserve->marker != NULL)
1544 bfd_release (abfd, preserve->marker);
1545 preserve->marker = NULL;
/macosx-10.9.5/patch_cmds-17/diffstat/
H A Ddiffstat.c754 * 'path' is the pathname from the second marker.
1144 int marker; local
1215 * lines to ensure we do not confuse the marker lines.
1217 marker = 0;
1230 marker = 1;
1238 marker = unified = 1;
1240 marker = unified = 2;
1354 if (marker > 0) {
1355 TRACE(("** have marker=%d, override %s\n", marker, buffe
[all...]
/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DSVGRenderTreeAsText.cpp322 writeIfNotEmpty(ts, "start marker", svgStyle->markerStartResource());
323 writeIfNotEmpty(ts, "middle marker", svgStyle->markerMidResource());
324 writeIfNotEmpty(ts, "end marker", svgStyle->markerEndResource());
527 RenderSVGResourceMarker* marker = static_cast<RenderSVGResourceMarker*>(resource); local
528 writeNameValuePair(ts, "markerUnits", marker->markerUnits());
529 ts << " [ref at " << marker->referencePoint() << "]";
531 if (marker->angle() == -1)
534 ts << marker->angle() << "]\n";
/macosx-10.9.5/emacs-92/emacs/lisp/mail/
H A Dmail-extr.el454 ;; o The escape sequence '~\n' is a line-continuation marker to be consumed
665 (defun mail-extr-demarkerize (marker)
666 ;; if arg is a marker, destroys the marker, then returns the old value.
668 (if (markerp marker)
669 (let ((temp (marker-position marker)))
670 (set-marker marker nil)
672 marker))
[all...]
/macosx-10.9.5/emacs-92/
H A Ddumpemacs.c498 char *verfind(void *mem, size_t size, char marker, const char *search) { argument
503 void *found = memchr(mem, marker, size - (search_size+1));
510 found = memchr(here+1, marker, last - (here+1) - (search_size+1));

Completed in 213 milliseconds

12345678910