Home
last modified time | relevance | path

Searched refs:get_macro (Results 1 – 25 of 124) sorted by relevance

12345

/dports/mail/spamassassin/Mail-SpamAssassin-3.4.5/
H A DMakefile.PL531 sub get_macro {
549 $val = get_macro($name);
609 return if get_macro($macro);
612 if (get_macro('SYSCONFDIR')) {
651 return if get_macro($macro);
689 return if get_macro($macro);
693 if (get_macro($omacro)) {
723 return if get_macro($macro);
727 if (get_macro($omacro)) {
760 if (get_macro($macro)) {
[all …]
/dports/mail/spamassassin-devel/spamassassin-1ea352210/
H A DMakefile.PL534 sub get_macro {
552 $val = get_macro($name);
612 return if get_macro($macro);
615 if (get_macro('SYSCONFDIR')) {
654 return if get_macro($macro);
692 return if get_macro($macro);
696 if (get_macro($omacro)) {
726 return if get_macro($macro);
730 if (get_macro($omacro)) {
763 if (get_macro($macro)) {
[all …]
/dports/lang/gnu-apl/apl-1.8/src/
H A DBif_OPER1_EACH.cc93 if (scalar_B) macro = Macro::get_macro( in eval_ALB()
95 else macro = Macro::get_macro( in eval_ALB()
98 if (scalar_B) macro = Macro::get_macro( in eval_ALB()
100 else macro = Macro::get_macro( in eval_ALB()
105 else macro = Macro::get_macro( in eval_ALB()
108 if (scalar_B) macro = Macro::get_macro( in eval_ALB()
110 else macro = Macro::get_macro( in eval_ALB()
210 return Macro::get_macro(Macro::MAC_LO_EACH_B)->eval_LB(_LO, B); in eval_LB()
213 return Macro::get_macro(Macro::MAC_Z__EXEC_EACH_B)->eval_B(B); in eval_LB()
215 return Macro::get_macro(Macro::MAC_Z__LO_EACH_B)->eval_LB(_LO, B); in eval_LB()
H A DBif_OPER2_POWER.cc61 if (!A) return Macro::get_macro(Macro::MAC_Z__LO_POWER_RO_B) in eval_form_2()
63 else return Macro::get_macro(Macro::MAC_Z__A_LO_POWER_RO_B) in eval_form_2()
146 if (!A) return Macro::get_macro(Macro::MAC_Z__LO_POWER_N_B) in eval_form_1()
148 else return Macro::get_macro(Macro::MAC_Z__A_LO_POWER_N_B) in eval_form_1()
151 if (!A) return Macro::get_macro(Macro::MAC_LO_POWER_N_B) in eval_form_1()
153 else return Macro::get_macro(Macro::MAC_A_LO_POWER_N_B) in eval_form_1()
H A DMacro.cc52 Macro::get_macro(Macro_num num) in get_macro() function in Macro
62 #define mac_def(name, _txt) get_macro(MAC_ ## name)->unmark_all_values(); in unmark_all_macros()
/dports/devel/rpclib/rpclib-2.2.1/utils/
H A Dmake_release_windows.ps157 function get_macro($file, $macro) { in get_macro() function
81 $v_major = get_macro($verfile, "RPCLIB_VERSION_MAJOR").Trim()
82 $v_minor = get_macro($verfile, "RPCLIB_VERSION_MINOR").Trim()
83 $v_build = get_macro($verfile, "RPCLIB_VERSION_BUILD").Trim()
/dports/net/ntp/ntp-4.2.8p15/sntp/ag-tpl/0-old/
H A DMdoc.pm244 my $orig_it = get_macro('.It');
245 my $orig_el = get_macro('.El');
246 my $orig_bl = get_macro('.Bl');
311 sub get_macro { subroutine
/dports/net/ntp/ntp-4.2.8p15/sntp/ag-tpl/
H A DMdoc.pm271 my $orig_it = get_macro('.It');
272 my $orig_el = get_macro('.El');
273 my $orig_bl = get_macro('.Bl');
338 sub get_macro { subroutine
/dports/devel/autogen/autogen-5.18.16/autoopts/tpl/
H A DMdoc.pm271 my $orig_it = get_macro('.It');
272 my $orig_el = get_macro('.El');
273 my $orig_bl = get_macro('.Bl');
338 sub get_macro { subroutine
/dports/converters/p5-Convert-Binary-C/Convert-Binary-C-0.84/ucpp/
H A Ducppi.h137 #define get_macro UCPP_PRIVATE(get_macro) macro
147 struct macro *get_macro(pCPP_ char *);
/dports/www/newsboat/newsboat-2.22.1/test/
H A Dkeymap.cpp498 const auto macros = k.get_macro("a");
509 const auto macros = k.get_macro("b");
520 const auto macros = k.get_macro("c");
534 const auto macro = k.get_macro("x"); in __anoncab507590402()
588 const auto macro = k.get_macro("r"); in DYNAMIC_SECTION()
606 const auto macro = k.get_macro("x");
/dports/japanese/groff/groff-1.18.1.1/src/roff/troff/
H A Dcharinfo.h97 macro *get_macro();
228 inline macro *charinfo::get_macro() in get_macro() function
/dports/devel/ucpp/ucpp-31b719e/
H A Ducppi.h124 #define get_macro ucpp_get_macro macro
140 struct macro *get_macro(char *);
/dports/devel/z88dk/z88dk/src/ucpp/
H A Ducppi.h124 #define get_macro ucpp_get_macro
140 struct macro *get_macro(char *);
/dports/devel/sunpromake/schily-2021-09-18/ved/
H A Dmacro.c93 LOCAL char * get_macro __PR((ewin_t *wp, int c));
231 if ((mac = get_macro(wp, wp->lastch)) == NULL) {
416 get_macro(wp, c) in get_macro() function
/dports/devel/sccs/schily-2021-09-18/ved/
H A Dmacro.c93 LOCAL char * get_macro __PR((ewin_t *wp, int c));
231 if ((mac = get_macro(wp, wp->lastch)) == NULL) {
416 get_macro(wp, c) in get_macro() function
/dports/devel/schilybase/schily-2021-09-18/ved/
H A Dmacro.c93 LOCAL char * get_macro __PR((ewin_t *wp, int c));
231 if ((mac = get_macro(wp, wp->lastch)) == NULL) {
416 get_macro(wp, c) in get_macro() function
/dports/net/rscsi/schily-2021-09-18/ved/
H A Dmacro.c93 LOCAL char * get_macro __PR((ewin_t *wp, int c));
231 if ((mac = get_macro(wp, wp->lastch)) == NULL) {
416 get_macro(wp, c) in get_macro() function
/dports/archivers/star/schily-2021-09-18/ved/
H A Dmacro.c93 LOCAL char * get_macro __PR((ewin_t *wp, int c));
231 if ((mac = get_macro(wp, wp->lastch)) == NULL) {
416 get_macro(wp, c) in get_macro() function
/dports/sysutils/cdrtools/schily-2021-09-18/ved/
H A Dmacro.c93 LOCAL char * get_macro __PR((ewin_t *wp, int c));
231 if ((mac = get_macro(wp, wp->lastch)) == NULL) {
416 get_macro(wp, c) in get_macro() function
/dports/editors/ved/schily-2021-09-18/ved/
H A Dmacro.c93 LOCAL char * get_macro __PR((ewin_t *wp, int c));
231 if ((mac = get_macro(wp, wp->lastch)) == NULL) {
416 get_macro(wp, c) in get_macro() function
/dports/devel/smake/schily-2021-09-18/ved/
H A Dmacro.c93 LOCAL char * get_macro __PR((ewin_t *wp, int c));
231 if ((mac = get_macro(wp, wp->lastch)) == NULL) {
416 get_macro(wp, c) in get_macro() function
/dports/sysutils/schilyutils/schily-2021-09-18/ved/
H A Dmacro.c93 LOCAL char * get_macro __PR((ewin_t *wp, int c));
231 if ((mac = get_macro(wp, wp->lastch)) == NULL) {
416 get_macro(wp, c) in get_macro() function
/dports/textproc/groff/groff-1.22.4/src/roff/troff/
H A Dcharinfo.h97 macro *get_macro();
258 inline macro *charinfo::get_macro() in get_macro() function
/dports/devel/make++/makepp-2.0/Mpp/Scanner/
H A DVera.pm33 sub get_macro { subroutine

12345