Searched refs:above (Results 1 - 25 of 784) sorted by relevance

1234567891011>>

/macosx-10.9.5/ncurses-42/ncurses/panel/
H A Dp_update.c12 * The above copyright notice and this permission notice shall be included *
23 * Except as contained in this notice, the name(s) of the above copyright *
49 while (pan && pan->above)
51 PANEL_UPDATE(pan, pan->above);
52 pan = pan->above;
59 pan = pan->above;
H A Dp_above.c12 * The above copyright notice and this permission notice shall be included *
23 * Except as contained in this notice, the name(s) of the above copyright *
47 if not, we return the panel above the pseudo panel */
48 returnPanel(EMPTY_STACK()? (PANEL *) 0 : _nc_bottom_panel->above);
51 returnPanel(pan->above);
H A Dp_bottom.c12 * The above copyright notice and this permission notice shall be included *
23 * Except as contained in this notice, the name(s) of the above copyright *
60 pan->above = _nc_bottom_panel->above;
61 if (pan->above)
62 pan->above->below = pan;
63 _nc_bottom_panel->above = pan;
H A Dp_show.c12 * The above copyright notice and this permission notice shall be included *
23 * Except as contained in this notice, the name(s) of the above copyright *
61 _nc_top_panel->above = pan;
63 pan->above = (PANEL *) 0;
H A Dpanel.c12 * The above copyright notice and this permission notice shall be included *
23 * Except as contained in this notice, the name(s) of the above copyright *
80 (pan->above) ? USER_PTR(pan->above->user) : "--",
104 pan = pan->above;
H A Dpanel.priv.h12 * The above copyright notice and this permission notice shall be included *
23 * Except as contained in this notice, the name(s) of the above copyright *
91 #define Is_Bottom(p) (((p)!=(PANEL*)0) && !EMPTY_STACK() && (_nc_bottom_panel->above==(p)))
100 #define IS_LINKED(p) (((p)->above || (p)->below ||((p)==_nc_bottom_panel)) ? TRUE : FALSE)
148 pan2 = pan2->above;\
160 (pan)->below->above = (pan)->above;\
161 if ((pan)->above)\
162 (pan)->above->below = (pan)->below;\
164 _nc_bottom_panel = (pan)->above;\
[all...]
H A Dp_new.c12 * The above copyright notice and this permission notice shall be included *
23 * Except as contained in this notice, the name(s) of the above copyright *
70 pan->above = (PANEL *) 0;
101 pan->above = (PANEL *) 0;
H A Dpanel.h12 * The above copyright notice and this permission notice shall be included *
23 * Except as contained in this notice, the name(s) of the above copyright *
47 struct panel *above; member in struct:panel
/macosx-10.9.5/Security-55471.14.18/include/security_comcryption/
H A Dcomcryption.c423 unsigned above; local
435 * 'nibble' is added to 'above' in the call to nextSigWord() for
604 above = 0;
616 above = (cbuf->f1 * jmatch * (16 + nibble)) >> 9;
619 * queue[above..(jmatch-1)] move one element towards end
620 * queue[above] = this codeWord
623 codeWord, jmatch, above));
625 len = (int)jmatch - (int)above;
627 src = &cbufq[above];
633 for(j = jmatch; j>above;
971 unsigned above; local
[all...]
H A DcomcryptPriv.h343 unsigned above);
381 unsigned above) // (jabove, keyabove) + nibbleDex
403 sigArray[sigDex] = sigArray[sigDex-1] * (above + offset);
409 #define nextSigWord(cbuf, sigDex, match, above) { \
412 unsigned result = (sigArray[sigDex-1] * (above + offset)); \
378 nextSigWord(comcryptBuf *cbuf, unsigned sigDex, unsigned match, unsigned above) argument
/macosx-10.9.5/Security-55471.14.18/libsecurity_comcryption/lib/
H A Dcomcryption.c423 unsigned above; local
435 * 'nibble' is added to 'above' in the call to nextSigWord() for
604 above = 0;
616 above = (cbuf->f1 * jmatch * (16 + nibble)) >> 9;
619 * queue[above..(jmatch-1)] move one element towards end
620 * queue[above] = this codeWord
623 codeWord, jmatch, above));
625 len = (int)jmatch - (int)above;
627 src = &cbufq[above];
633 for(j = jmatch; j>above;
971 unsigned above; local
[all...]
H A DcomcryptPriv.h343 unsigned above);
381 unsigned above) // (jabove, keyabove) + nibbleDex
403 sigArray[sigDex] = sigArray[sigDex-1] * (above + offset);
409 #define nextSigWord(cbuf, sigDex, match, above) { \
412 unsigned result = (sigArray[sigDex-1] * (above + offset)); \
378 nextSigWord(comcryptBuf *cbuf, unsigned sigDex, unsigned match, unsigned above) argument
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dmenubu.tcl42 menubutton $w.body.above -text "Above" -underline 0 -direction above -menu $w.body.above.m -relief raised
43 menu $w.body.above.m -tearoff 0
44 $w.body.above.m add command -label "Above menu: first item" -command "puts \"You have selected the first item from the Above menu.\""
45 $w.body.above.m add command -label "Above menu: second item" -command "puts \"You have selected the second item from the Above menu.\""
46 grid $w.body.above -row 2 -column 1 -sticky s
/macosx-10.9.5/vim-53/runtime/compiler/
H A Drspec.vim6 " Anon CVS: See above site
H A Drubyunit.vim6 " Anon CVS: See above site
H A Deruby.vim6 " Anon CVS: See above site
/macosx-10.9.5/tcl-102/tk84/tk/library/demos/
H A Dmenubu.tcl40 menubutton $w.body.above -text "Above" -underline 0 -direction above -menu $w.body.above.m -relief raised
41 menu $w.body.above.m -tearoff 0
42 $w.body.above.m add command -label "Above menu: first item" -command "puts \"You have selected the first item from the Above menu.\""
43 $w.body.above.m add command -label "Above menu: second item" -command "puts \"You have selected the second item from the Above menu.\""
44 grid $w.body.above -row 2 -column 1 -sticky s
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/
H A DConfig.pm112 # Returns an object reference or undef on error, as above.
131 # Returns an object reference or undef on error, as above.
150 # Returns an object reference or undef on error, as above.
169 # Returns an object reference or undef on error, as above.
186 # Template::Stash). Returns object or undef, as above.
204 # Returns object or undef, as above.
222 # Returns object or undef, as above.
241 # Returns object or undef, as above.
348 Returns an object reference or undef on error, as above.
353 Returns an object reference or undef on error, as above
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/
H A DConfig.pm112 # Returns an object reference or undef on error, as above.
131 # Returns an object reference or undef on error, as above.
150 # Returns an object reference or undef on error, as above.
169 # Returns an object reference or undef on error, as above.
186 # Template::Stash). Returns object or undef, as above.
204 # Returns object or undef, as above.
222 # Returns object or undef, as above.
241 # Returns object or undef, as above.
348 Returns an object reference or undef on error, as above.
353 Returns an object reference or undef on error, as above
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/php_db4/samples/
H A Dtransactional_counter.php27 // Commit the transaction, otherwise the above put() will rollback.
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-en/
H A Dmenubu.rb146 above = TkMenubutton.new(body) {
149 direction 'above'
152 aboveMenu = TkMenu.new(above) {
157 above.menu(aboveMenu)
158 above.grid('row'=>2, 'column'=>1, 'sticky'=>'s')
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-jp/
H A Dmenubu.rb143 above = TkMenubutton.new(body) {
146 direction 'above'
149 aboveMenu = TkMenu.new(above) {
154 above.menu(aboveMenu)
155 above.grid('row'=>2, 'column'=>1, 'sticky'=>'s')
/macosx-10.9.5/vim-53/runtime/indent/
H A Didlang.vim23 " First non-empty line above the current line.
29 " Second non-empty line above the current line.
/macosx-10.9.5/CPANInternal-140/PlRPC/
H A DMakefile.PL44 let him know your machine configuration (try "perl -V") and the above
/macosx-10.9.5/CPANInternal-140/PlRPC-0.2020/
H A DMakefile.PL44 let him know your machine configuration (try "perl -V") and the above

Completed in 295 milliseconds

1234567891011>>