Home
last modified time | relevance | path

Searched refs:del_macro (Results 1 – 14 of 14) sorted by relevance

/dports/devel/generate/generate-2.8/
H A Dgenerate.c163 del_macro(const char *name) in del_macro() function
988 del_macro(p); in get_input()
1177 del_macro(for_name[for_level++]); in get_input()
1184 del_macro(for_name[for_level - 1]); in get_input()
/dports/dns/unbound/unbound-1.14.0/testcode/
H A Dreplay.c566 del_macro(rbnode_type* x, void* ATTR_UNUSED(arg)) in del_macro() function
579 traverse_postorder(store, del_macro, NULL); in macro_store_delete()
/dports/devel/ucpp/ucpp-31b719e/
H A Dmacro.c46 static void del_macro(void *m) in del_macro() function
685 if (m) del_macro(m);
1910 HTT_init(&macros, del_macro);
/dports/devel/z88dk/z88dk/src/ucpp/
H A Dmacro.c47 static void del_macro(void *m)
687 if (m) del_macro(m);
1915 HTT_init(&macros, del_macro);
/dports/devel/sunpromake/schily-2021-09-18/sccs/sccs/cmd/src/
H A Dsccs.c475 static int del_macro = 0; /* 1 if "sccs deledit ..." or "sccs delget ..." commands are running. */ variable
1489 if (del_macro == 1) {
1572 del_macro = 1;
1597 del_macro = 0;
/dports/devel/sccs/schily-2021-09-18/sccs/sccs/cmd/src/
H A Dsccs.c475 static int del_macro = 0; /* 1 if "sccs deledit ..." or "sccs delget ..." commands are running. */ variable
1489 if (del_macro == 1) {
1572 del_macro = 1;
1597 del_macro = 0;
/dports/devel/schilybase/schily-2021-09-18/sccs/sccs/cmd/src/
H A Dsccs.c475 static int del_macro = 0; /* 1 if "sccs deledit ..." or "sccs delget ..." commands are running. */ variable
1489 if (del_macro == 1) {
1572 del_macro = 1;
1597 del_macro = 0;
/dports/net/rscsi/schily-2021-09-18/sccs/sccs/cmd/src/
H A Dsccs.c475 static int del_macro = 0; /* 1 if "sccs deledit ..." or "sccs delget ..." commands are running. */
1489 if (del_macro == 1) {
1572 del_macro = 1;
1597 del_macro = 0;
/dports/archivers/star/schily-2021-09-18/sccs/sccs/cmd/src/
H A Dsccs.c475 static int del_macro = 0; /* 1 if "sccs deledit ..." or "sccs delget ..." commands are running. */ variable
1489 if (del_macro == 1) {
1572 del_macro = 1;
1597 del_macro = 0;
/dports/sysutils/cdrtools/schily-2021-09-18/sccs/sccs/cmd/src/
H A Dsccs.c475 static int del_macro = 0; /* 1 if "sccs deledit ..." or "sccs delget ..." commands are running. */ variable
1489 if (del_macro == 1) {
1572 del_macro = 1;
1597 del_macro = 0;
/dports/editors/ved/schily-2021-09-18/sccs/sccs/cmd/src/
H A Dsccs.c475 static int del_macro = 0; /* 1 if "sccs deledit ..." or "sccs delget ..." commands are running. */ variable
1489 if (del_macro == 1) {
1572 del_macro = 1;
1597 del_macro = 0;
/dports/devel/smake/schily-2021-09-18/sccs/sccs/cmd/src/
H A Dsccs.c475 static int del_macro = 0; /* 1 if "sccs deledit ..." or "sccs delget ..." commands are running. */ variable
1489 if (del_macro == 1) {
1572 del_macro = 1;
1597 del_macro = 0;
/dports/sysutils/schilyutils/schily-2021-09-18/sccs/sccs/cmd/src/
H A Dsccs.c475 static int del_macro = 0; /* 1 if "sccs deledit ..." or "sccs delget ..." commands are running. */ variable
1489 if (del_macro == 1) {
1572 del_macro = 1;
1597 del_macro = 0;
/dports/converters/p5-Convert-Binary-C/Convert-Binary-C-0.84/ucpp/
H A Dmacro.c55 static void del_macro(void *m) in del_macro() function
814 if (m) del_macro(m);
2099 HTT_init(&macros, del_macro _aCLONE(clone_macro));