Searched refs:_clear (Results 1 - 21 of 21) sorted by relevance

/macosx-10.9.5/ncurses-42/ncurses/ncurses/base/
H A Dlib_clear.c53 win->_clear = TRUE;
H A Dlib_clearok.c51 win->_clear = flag;
H A Dlib_refresh.c56 curscr->_clear = TRUE;
59 if (win->_clear)
60 newscr->_clear = TRUE;
68 win->_clear = FALSE;
270 if (win->_clear) {
271 win->_clear = FALSE;
272 newscr->_clear = TRUE;
H A Dlib_pad.c267 if (win->_clear) {
268 win->_clear = FALSE;
269 newscr->_clear = TRUE;
H A Dlib_screen.c83 nwin->_clear = tmp._clear;
H A Dlib_window.c219 nwin->_clear = win->_clear;
H A Dlib_set_term.c552 newscr->_clear = TRUE;
553 curscr->_clear = FALSE;
H A Dlib_newwin.c253 win->_clear = is_pad ? FALSE : (num_lines == screen_lines
/macosx-10.9.5/CPANInternal-140/Data-UUID-1.218/
H A Dptable.h186 STATIC void PTABLE_PREFIX(_clear)(pPTBL_ ptable * const t) { function
210 PTABLE_PREFIX(_clear)(aPTBL_ t);
/macosx-10.9.5/CPANInternal-140/Variable-Magic/
H A Dptable.h186 STATIC void PTABLE_PREFIX(_clear)(pPTBL_ ptable * const t) { function
210 PTABLE_PREFIX(_clear)(aPTBL_ t);
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDLib/
H A DIOHIDTransactionClass.h71 static IOReturn _clear(void * self, IOOptionBits options);
129 static IOReturn _clear(void * self);
H A DIOHIDTransactionClass.cpp477 &IOHIDTransactionClass::_clear,
510 IOReturn IOHIDTransactionClass::_clear(void * self, IOOptionBits options) function in class:IOHIDTransactionClass
539 &IOHIDOutputTransactionClass::_clear,
581 IOReturn IOHIDOutputTransactionClass::_clear(void * self) function in class:IOHIDOutputTransactionClass
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DMemoryStatistics.js253 this._clear();
438 _clear: function() { method in class:WebInspector.MemoryStatistics
H A DTimelineOverviewPane.js481 this._clear(ctx);
517 _clear: function(ctx) method in class:WebInspector.TimelineMemoryOverview
/macosx-10.9.5/ncurses-42/ncurses/ncurses/tty/
H A Dtty_update.c637 if (curscr->_clear)
848 if (curscr->_clear || newscr->_clear) { /* force refresh ? */
850 curscr->_clear = FALSE; /* reset flag */
851 newscr->_clear = FALSE; /* reset flag */
1894 newscr->_clear = TRUE;
/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DRenderStyle.cpp208 noninherited_flags._clear = other->noninherited_flags._clear;
571 || noninherited_flags._clear != other->noninherited_flags._clear
H A DRenderStyle.h225 && _clear == other._clear
253 unsigned _clear : 2; // EClear member in struct:WebCore::RenderStyle::NonInheritedFlags
320 noninherited_flags._clear = initialClear();
562 EClear clear() const { return static_cast<EClear>(noninherited_flags._clear); }
1129 void setClear(EClear v) { noninherited_flags._clear = v; }
/macosx-10.9.5/ncurses-42/ncurses/include/
H A Dcurses.h.in381 bool _clear; /* consider all data in the window invalid? */
1151 #define is_cleared(win) ((win)->_clear)
H A Dcurses.head381 bool _clear; /* consider all data in the window invalid? */
1151 #define is_cleared(win) ((win)->_clear)
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dbn.tex410 \index{mp\_clear}
417 Is is legal to call mp\_clear() twice on the same mp\_int in a row.
447 \index{mp\_init\_multi} \index{mp\_clear\_multi}
454 are available for use. A complementary mp\_clear\_multi() function allows multiple mp\_int variables to be free'd
H A Dtommath.tex816 returned to the application's memory pool with the mp\_clear algorithm.
821 \hline Algorithm \textbf{mp\_clear}. \\
836 \caption{Algorithm mp\_clear}
839 \textbf{Algorithm mp\_clear.}
849 with the exception of algorithms mp\_init, mp\_init\_copy, mp\_init\_size and mp\_clear.
852 \hspace{-5.1mm}{\bf File}: bn\_mp\_clear.c
1014 \hspace{+9mm}1.2.1.1. Free the mp\_int $V_j$ (\textit{mp\_clear}) \\
3285 7. Clear $t$ (\textit{mp\_clear}) \\

Completed in 245 milliseconds