Searched refs:toggles (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/nano-12/src/
H A Dglobal.c181 toggle *toggles = NULL; variable
945 * append, prepend, and backup toggles are disabled. The first and
1248 if (toggles == NULL) {
1249 toggles = (toggle *)nmalloc(sizeof(toggle));
1250 u = toggles;
1252 for (u = toggles; u->next != NULL; u = u->next)
1270 /* There is no need to reinitialize the toggles. They can't
1272 if (toggles != NULL)
1447 while (toggles != NULL) {
1448 toggle *t = toggles;
[all...]
H A Dhelp.c410 for (t = toggles; t != NULL; t = t->next)
547 /* And the toggles... */
549 for (t = toggles; t != NULL; t = t->next) {
H A Dproto.h123 extern toggle *toggles;
H A Dwinio.c1796 const toggle *t = toggles;
1802 /* Check for toggles. */
/macosx-10.10.1/ruby-106/ruby/misc/
H A Druby-electric.el97 With no argument, this command toggles the mode. Non-null prefix
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkTextBTree.c1436 * toggles. If so, push the root down one level.
1454 * No node has all toggles, so the root is still valid.
1461 * This node has all the toggles, so push down the root.
1670 TkTextIndex *index1Ptr; /* Search starts here. Tag toggles
1673 TkTextIndex *index2Ptr; /* Search stops here. Tag toggles
1693 * Even though there are no toggles, the display code still
1768 TkTextIndex *index1Ptr; /* Search starts here. Tag toggles
1771 TkTextIndex *index2Ptr; /* Search stops here. Tag toggles
1792 * Even though there are no toggles, the display code still
1804 * Adjust the start of the search so it doesn't find any tag toggles
2234 int toggles, index; local
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Determ.vim304 \ start='^\s*begin\s\+toggles\>'
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkTextBTree.c2411 * See if a single child node accounts for all of the tag's toggles.
2430 * No node has all toggles, so the root is still valid.
2437 * This node has all the toggles, so push down the root.
2648 TkTextIndex *index1Ptr, /* Search starts here. Tag toggles at this
2650 TkTextIndex *index2Ptr, /* Search stops here. Tag toggles at this
2670 * Even though there are no toggles, the display code still uses the
2745 TkTextIndex *index1Ptr, /* Search starts here. Tag toggles at this
2747 TkTextIndex *index2Ptr, /* Search stops here. Tag toggles at this
2768 * Even though there are no toggles, the display code still uses the
2780 * Adjust the start of the search so it doesn't find any tag toggles
3209 int toggles, index; local
[all...]
/macosx-10.10.1/emacs-93/emacs/etc/
H A DTUTORIAL.cs755 p��kaz p�ep�n� ("toggles") tento m�d.
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dnetrw.vim2910 " s:NetrwBannerCtrl: toggles the display of the banner {{{2
4652 " as the marked file(s) (toggles suffix presence)

Completed in 189 milliseconds