Home
last modified time | relevance | path

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

/dports/lang/fpc-utils/fpc-3.2.2/utils/tply/
H A Dlexrules.pas103 n_macros : Integer;
110 if n_macros=0 then
131 n_macros := 0;
180 inc(n_macros);
194 dec(n_macros);
195 if n_macros=0 then act_pos := length(line)-bufptr+1;
238 if n_macros=0 then
/dports/lang/fpc-source/fpc-3.2.2/utils/tply/
H A Dlexrules.pas103 n_macros : Integer;
110 if n_macros=0 then
131 n_macros := 0;
180 inc(n_macros);
194 dec(n_macros);
195 if n_macros=0 then act_pos := length(line)-bufptr+1;
238 if n_macros=0 then
/dports/devel/py-oletools/oletools-0.54.2/oletools/
H A Dppt_parser.py1591 n_macros = 0
1595 n_macros += 1
1610 .format(n_infos, n_macros, n_storages, n_compressed))
/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_prototypes.h652 EXTERN_MSC int gmt_find_macro (char *arg, unsigned int n_macros, struct GMT_MATH_MACRO *M);
655 EXTERN_MSC void gmt_free_macros (struct GMT_CTRL *GMT, unsigned int n_macros, struct GMT_MATH_MACRO…
H A Dgmt_support.c15658 int gmt_find_macro (char *arg, unsigned int n_macros, struct GMT_MATH_MACRO *M) { in gmt_find_macro() argument
15663 if (n_macros == 0 || !M) return (GMT_NOTSET); in gmt_find_macro()
15665 for (n = 0; n < n_macros; n++) if (!strcmp (arg, M[n].name)) return (n); in gmt_find_macro()
15676 if (n_macros == 0 || !(*M)) return; in gmt_free_macros()
15678 for (n = 0; n < n_macros; n++) { in gmt_free_macros()
15688 unsigned int n_macros, kk; in gmt_substitute_macros() local
15694 n_macros = gmt_load_macros (GMT, mfile, &M); /* Load in any macros */ in gmt_substitute_macros()
15695 …if (n_macros) GMT_Report (API, GMT_MSG_INFORMATION, "Found and loaded %d user macros.\n", n_macros in gmt_substitute_macros()
15705 gmt_free_macros (GMT, n_macros, &M); in gmt_substitute_macros()
15719 gmt_free_macros (GMT, n_macros, &M); in gmt_substitute_macros()
[all …]