Searched refs:selective (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/emacs-93/emacs/src/
H A Dindent.c346 Whether the line is visible (if `selective-display' is t) has no effect;
347 however, ^M is treated as end of line when `selective-display' is t.
1216 int selective
1221 = (selective && dp && VECTORP (DISP_INVIS_VECTOR (dp))
1655 if (selective > 0
1657 (double) selective)) /* iftc */
1660 selective display. */
1673 (double) selective)); /* iftc */
1699 else if (c == CR && selective < 0)
1701 /* In selective displa
1206 int selective local
1897 int selective local
[all...]
H A Ddispextern.h1988 /* Setting of buffer-local variable selective-display-ellipsis. */
1995 /* -1 means selective display hides everything between a \r and the
1997 int selective;
2034 skipped due to selective display. */
2187 is either on a newline or on a carriage return and selective
2193 || ((IT)->c == '\r' && (IT)->selective)))
1986 int selective; member in struct:it
H A Dxdisp.c122 properties, on display tables, on selective display. The good news
2554 it->selective = (INTEGERP (current_buffer->selective_display)
5108 /* Don't handle selective display in the following. It's (a)
5112 old_selective = it->selective;
5113 it->selective = 0;
5162 it->selective = old_selective;
5169 selective display. Caution: this does not change IT->current_x and
5183 /* If selective > 0, then lines indented more than that values
5185 if (it->selective > 0
5187 (double) it->selective)) /* ift
[all...]
/macosx-10.10/IOPCIFamily-239.1.2/
H A Dvtd.c259 uint8_t selective:1; member in struct:vtd_unit_t
310 unit->selective = (1 & (unit->regs->capability >> 39));
317 unit->global, unit->selective, unit->caching,
437 if (unit->selective)
1221 if (unit->selective && ((unit->rounding > fMaxRoundSize)))
1542 if (!unit->selective
1631 if (unit->selective)
1643 if (!unit->selective
/macosx-10.10/emacs-93/emacs/lisp/calendar/
H A Dappt.el81 (defvar diary-selective-display)
349 (selective
352 diary-selective-display))))
358 (or selective (diary-show-all-entries))
/macosx-10.10/Chess-310.6/sjeng/
H A Dsearch.c485 int extend, fscore, fmax, selective; local
758 selective = 0;
772 selective = 1;
780 selective = 1;
862 if (!dropcut && (!selective || (afterincheck != 0)
1046 if (!selective)
1051 if (!selective)

Completed in 160 milliseconds