Searched refs:thisline (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/libiconv-41/libiconv/tests/
H A Duniq-u.c174 struct linebuffer *thisline, *prevline, *exch; local
199 thisline = &lb1;
202 initbuffer (thisline);
213 if (readline (thisline, istream) == 0)
215 thisfield = thisline->buffer;
216 thislen = thisline->length;
226 prevline = thisline;
227 thisline = exch;
/macosx-10.9.5/text_cmds-87/uniq/
H A Duniq.c81 wchar_t *prevline, *thisline; local
140 thisline = malloc(MAXLINELEN * sizeof(*thisline));
141 if (prevline == NULL || thisline == NULL)
152 while (uniq_getline(thisline, MAXLINELEN, ifp)) {
155 t1 = skip(thisline);
158 t1 = thisline;
172 prevline = thisline;
175 thisline = t1;
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiffdither.c59 short *thisline, *nextline, *tmpptr; local
71 thisline = (short *)_TIFFmalloc(imagewidth * sizeof (short));
86 tmpptr = thisline;
87 thisline = nextline;
96 thisptr = thisline;
132 _TIFFfree(thisline);
H A Dtiffmedian.c801 short *thisline, *nextline; local
811 thisline = (short *)_TIFFmalloc(imagewidth * 3 * sizeof (short));
817 SWAP(short *, thisline, nextline);
821 thisptr = thisline;
892 _TIFFfree(thisline);
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderInline.cpp1467 const LayoutRect& lastline, const LayoutRect& thisline, const LayoutRect& nextline,
1478 LayoutRect box(LayoutPoint(paintOffset.x() + thisline.x() - offset, paintOffset.y() + thisline.y() - offset),
1479 LayoutSize(thisline.width() + offset, thisline.height() + offset));
1488 pixelSnappedBox.y() - (lastline.isEmpty() || thisline.x() < lastline.x() || (lastline.maxX() - 1) <= thisline.x() ? outlineWidth : 0),
1490 pixelSnappedBox.maxY() + (nextline.isEmpty() || thisline.x() <= nextline.x() || (nextline.maxX() - 1) <= thisline.x() ? outlineWidth : 0),
1493 (lastline.isEmpty() || thisline
1466 paintOutlineForLine(GraphicsContext* graphicsContext, const LayoutPoint& paintOffset, const LayoutRect& lastline, const LayoutRect& thisline, const LayoutRect& nextline, const Color outlineColor) argument
[all...]
/macosx-10.9.5/vim-53/runtime/indent/
H A Dcdl.vim47 let thisline = getline(a:lnum)
48 if match(thisline, '^\s*\(\k\+\|\[[^]]*]\)\s*\(,\|;\s*$\)') >= 0
51 elseif match(thisline, '^\c\s*\([{}]\|\/[*/]\|dimension\|schedule\|group\|hierarchy\|class\)') >= 0
117 if match(thisline, '^\c\s*\(else\|then\|endif\|[);]\)') >= 0
119 elseif match(thisline, '^\s*=') >= 0
/macosx-10.9.5/ncurses-42/ncurses/ncurses/tty/
H A Dtty_update.c701 NCURSES_CH_T *thisline = newscr->_line[i].text; local
702 attr_t thisattr = AttrOf(thisline[j]) & SP->_xmc_triggers;
721 if (ISBLANK(thisline[j]) && SAFE(turnon)) {
722 RemAttr(thisline[j], turnon);
729 || !ISBLANK(thisline[j - k])
730 || !SAFE(AttrOf(thisline[j - k]))) {
734 (ISBLANK(thisline[j - k])
737 (SAFE(AttrOf(thisline[j - k]))
829 AddAttr(thisline[j - k], turnon);
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dorg.el6707 (let* ((thisline (org-current-line))
6757 (goto-line thisline)
7662 (let ((thisline (org-current-line))
7681 (if (not r1) (setq r1 thisline))
7682 (if (not r2) (setq r2 thisline))
7807 (thisline (org-current-line))
7851 (goto-line thisline)
7867 (when (and a (or all (equal (nth 1 a) thisline)))
7875 (goto-line thisline)

Completed in 183 milliseconds