Home
last modified time | relevance | path

Searched refs:isglobal (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/bin/ed/
H A Dmain.c91 int isglobal; /* if set, doing a global command */ variable
228 isglobal = 0; in main()
483 if (!isglobal) clear_undo_stack(); in exec_command()
491 if (!isglobal) clear_undo_stack(); in exec_command()
500 if (!isglobal) clear_undo_stack(); in exec_command()
562 if (isglobal) { in exec_command()
571 isglobal++; in exec_command()
598 if (!isglobal) clear_undo_stack(); in exec_command()
606 if (!isglobal) clear_undo_stack(); in exec_command()
638 if (!isglobal) clear_undo_stack(); in exec_command()
[all …]
H A Dundo.c121 if (isglobal) in pop_undo_stack()
H A Ded.h242 extern int isglobal;
H A Dsub.c103 else if (!isglobal) { in extract_subst_template()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dbackover.c1359 int isglobal = 0; in overlay_config() local
1365 isglobal = 1; in overlay_config()
1385 if ( isglobal ) { in overlay_config()