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

/freebsd-9.3-release/usr.bin/uniq/
H A Duniq.c78 char *prevline, *thisline, *p; local
135 prevline = thisline = NULL;
148 while (getline(&thisline, &thisbuflen, ifp) >= 0) {
151 tthis = convert(thisline);
154 comp = inlcmp(thisline, prevline);
166 prevline = thisline;
173 thisline = p;
/freebsd-9.3-release/contrib/texinfo/util/
H A Dtexindex.c1506 struct linebuffer **thisline, **prevline;
1532 is an element of `thisline' which points at any time to one of the
1534 the other buffer. `thisline' is supposed to point to the next
1543 /* thisline[i] points to the linebuffer holding the next available
1545 thisline = (struct linebuffer **)
1564 thisline[i] = &lb1[i];
1571 readline (thisline[i], streams[i]);
1588 if (thisline[i] &&
1590 0 < compare_general (best->buffer, thisline[i]->buffer,
1593 best = thisline[
1494 struct linebuffer **thisline, **prevline; local
[all...]
/freebsd-9.3-release/contrib/top/
H A Ddisplay.c830 * *_process(line, thisline) - print one process line
835 i_process(line, thisline)
838 char *thisline;
852 thisline[display_width] = '\0';
855 fputs(thisline, stdout);
859 p = strecpy(base, thisline);
/freebsd-9.3-release/contrib/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);

Completed in 119 milliseconds