Searched refs:isglobal (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/text_cmds-88/ed/
H A Dundo.c123 if (isglobal)
H A Dmain.c90 int isglobal; /* if set, doing a global command */ variable
229 isglobal = 0;
468 if (!isglobal) clear_undo_stack();
478 if (!isglobal) clear_undo_stack();
489 if (!isglobal) clear_undo_stack();
565 if (isglobal) {
574 isglobal++;
603 if (!isglobal) clear_undo_stack();
613 if (!isglobal) clear_undo_stack();
645 if (!isglobal) clear_undo_stac
[all...]
H A Ded.h268 extern int isglobal;
H A Dsub.c94 else if (!isglobal) {
/macosx-10.10.1/rsync-45/rsync/
H A Dloadparm.c765 BOOL isglobal = (strwicmp(sectionname, GLOBAL_NAME) == 0); local
769 if (bInGlobalSection && !isglobal)
773 bInGlobalSection = isglobal;
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dscilab.vim25 syn keyword scilabPredicate null iserror isglobal
/macosx-10.10.1/swig-12/Source/Swig/
H A Dtypemap.c1125 int isglobal = 0; local
1130 isglobal = 1;
1136 if ((argnum >= 0) && (!isglobal)) {
1141 if (isglobal && Wrapper_check_local(f, str)) {
1157 if (!isglobal) {
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dbackover.c1297 int isglobal = 0; local
1303 isglobal = 1;
1323 if ( isglobal ) {
/macosx-10.10.1/swig-12/Lib/
H A Dswig.swg245 %rename("g_%(utitle)s", %$isfunction, %$isglobal) "";
285 %define %$isglobal %not %ismember %enddef

Completed in 138 milliseconds