/dports/lang/guile2/guile-2.2.7/module/oop/ |
H A D | ChangeLog-2008 | 150 mmacros are expanded before execution. 155 continue to work when mmacros are expanded before execution. 163 goops/stklos.scm (define-class): Use mmacros instead of macros.
|
/dports/lang/guile/guile-3.0.7/module/oop/ |
H A D | ChangeLog-2008 | 150 mmacros are expanded before execution. 155 continue to work when mmacros are expanded before execution. 163 goops/stklos.scm (define-class): Use mmacros instead of macros.
|
/dports/lang/guile1/guile-1.8.8/oop/ |
H A D | ChangeLog-2008 | 145 mmacros are expanded before execution. 150 continue to work when mmacros are expanded before execution. 158 goops/stklos.scm (define-class): Use mmacros instead of macros.
|
/dports/devel/yasm/yasm-1.3.0/modules/preprocs/nasm/ |
H A D | nasm-pp.c | 374 static MMacro *mmacros[NHASH]; variable 2689 while (mmacros[j]) in do_directive() 2691 MMacro *m2 = mmacros[j]; in do_directive() 2692 mmacros[j] = m2->next; in do_directive() 3097 defining->next = mmacros[k]; in do_directive() 3098 mmacros[k] = defining; in do_directive() 4535 head = mmacros[hash(tline->text)]; in is_mmacro() 4854 mmacros[h] = NULL; in pp_reset() 5161 while (mmacros[h]) in pp_cleanup() 5163 MMacro *m = mmacros[h]; in pp_cleanup() [all …]
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/ |
H A D | nasm-pp.c | 374 static MMacro *mmacros[NHASH]; variable 2689 while (mmacros[j]) in do_directive() 2691 MMacro *m2 = mmacros[j]; in do_directive() 2692 mmacros[j] = m2->next; in do_directive() 3097 defining->next = mmacros[k]; in do_directive() 3098 mmacros[k] = defining; in do_directive() 4535 head = mmacros[hash(tline->text)]; in is_mmacro() 4854 mmacros[h] = NULL; in pp_reset() 5161 while (mmacros[h]) in pp_cleanup() 5163 MMacro *m = mmacros[h]; in pp_cleanup() [all …]
|
/dports/net/tinyfugue/tf-50b8/tf-lib/ |
H A D | tf-help | 152 [1mmacros[22;0m. 1748 See: [1m/list[22;0m, [1mmacros[22;0m 1894 [1mmacros[22;0m. 1899 -S Sort [1mmacros[22;0m by name. 1925 -i Matches invisible [1mmacros[22;0m as well as normal [1mmacros[22;0m. 1934 bodyless [1mmacros[22;0m only. 5648 (for humans) to read complex [1mmacros[22;0m. Compare the two identical [1mmacros[22;0m 5670 replaced with new copies of [1mmacros[22;0m with the same name. Naming [1mmacros[22;0m 6073 …But [1mmacros[22;0m can also perform much more powerful tasks. See: [1mmacros[22;0m, [1m/def… 9413 named [1mmacros[22;0m. [all …]
|
/dports/net/tinyfugue-devel/tinyfugue-5.1.3/lib/tf/ |
H A D | tf-help | 152 [1mmacros[22;0m. 1748 See: [1m/list[22;0m, [1mmacros[22;0m 1894 [1mmacros[22;0m. 1899 -S Sort [1mmacros[22;0m by name. 1925 -i Matches invisible [1mmacros[22;0m as well as normal [1mmacros[22;0m. 1934 bodyless [1mmacros[22;0m only. 5651 (for humans) to read complex [1mmacros[22;0m. Compare the two identical [1mmacros[22;0m 5673 replaced with new copies of [1mmacros[22;0m with the same name. Naming [1mmacros[22;0m 6076 …But [1mmacros[22;0m can also perform much more powerful tasks. See: [1mmacros[22;0m, [1m/def… 9451 named [1mmacros[22;0m. [all …]
|
/dports/devel/libffcall/libffcall-2.4/avcall/ |
H A D | avcall.man | 117 (2) The explicit type arguments of the [1mav_struct() [22mand [1mav_ptr() [22mmacros 121 and [1mav_[4m[22mtype[24m[1m() [22mmacros may be defined.
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/asm/ |
H A D | preproc.c | 402 static struct hash_table mmacros; variable 660 free_mmacro_table(&mmacros); in free_macros() 669 hash_init(&mmacros, HASH_LARGE); in init_macros() 1905 mmac = (MMacro *) hash_findix(&mmacros, searching.name); in if_condition() 2840 mmac = (MMacro *) hash_findix(&mmacros, defining->name); in do_directive() 2862 mmhead = (MMacro **) hash_findi_add(&mmacros, defining->name); in do_directive() 2906 mmac_p = (MMacro **) hash_findi(&mmacros, spec.name, NULL); in do_directive() 4566 head = (MMacro *) hash_findix(&mmacros, tline->text); in is_mmacro()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/asm/ |
H A D | preproc.c | 612 static struct hash_table mmacros; variable 1165 free_mmacro_table(&mmacros); in free_macros() 2670 mmac = (MMacro *) hash_findix(&mmacros, searching.name); in if_condition() 3368 free_mmacro_table(&mmacros); in do_clear() 4083 mmac = (MMacro *) hash_findix(&mmacros, defining->name); in do_directive() 4105 mmhead = (MMacro **) hash_findi_add(&mmacros, defining->name); in do_directive() 4150 mmac_p = (MMacro **) hash_findi(&mmacros, spec.name, NULL); in do_directive() 5892 head = (MMacro *) hash_findix(&mmacros, finding); in is_mmacro()
|
/dports/devel/nasm/nasm-2.15.05/asm/ |
H A D | preproc.c | 613 static struct hash_table mmacros; variable 1166 free_mmacro_table(&mmacros); in free_macros() 2685 mmac = (MMacro *) hash_findix(&mmacros, searching.name); in if_condition() 3437 free_mmacro_table(&mmacros); in do_clear() 4160 mmac = (MMacro *) hash_findix(&mmacros, defining->name); in do_directive() 4182 mmhead = (MMacro **) hash_findi_add(&mmacros, defining->name); in do_directive() 4227 mmac_p = (MMacro **) hash_findi(&mmacros, spec.name, NULL); in do_directive() 5978 head = (MMacro *) hash_findix(&mmacros, finding); in is_mmacro()
|
/dports/lang/guile1/guile-1.8.8/doc/ref/ |
H A D | api-procedures.texi | 795 and mmacros respectively. However, if you do not have a very special 801 all implemented as mmacros.)
|
/dports/x11-wm/e16/e16-1.0.24/ |
H A D | ChangeLog | 306 - Tweak new theming mmacros
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/doc/ |
H A D | nasmdoc.src | 956 \b\c{--limit-mmacros}: Maximum number of multi-line macros processed
|
/dports/devel/nasm/nasm-2.15.05/doc/ |
H A D | nasmdoc.src | 952 \b\c{--limit-mmacros}: Maximum number of multi-line macros processed
|
/dports/lang/guile2/guile-2.2.7/ |
H A D | ChangeLog | 54027 remove mmacros, SCM_SYNTAX snarf macro 54042 (macro_print, scm_macro_type): Remove cases for mmacros.
|