Home
last modified time | relevance | path

Searched refs:mmacros (Results 1 – 16 of 16) sorted by relevance

/dports/lang/guile2/guile-2.2.7/module/oop/
H A DChangeLog-2008150 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 DChangeLog-2008150 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 DChangeLog-2008145 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 Dnasm-pp.c374 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 Dnasm-pp.c374 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 Dtf-help152 macros.
1748 See: /list, macros
1894 macros.
1899 -S Sort macros by name.
1925 -i Matches invisible macros as well as normal macros.
1934 bodyless macros only.
5648 (for humans) to read complex macros. Compare the two identical macros
5670 replaced with new copies of macros with the same name. Naming macros
6073 …But macros can also perform much more powerful tasks. See: macros, /def…
9413 named macros.
[all …]
/dports/net/tinyfugue-devel/tinyfugue-5.1.3/lib/tf/
H A Dtf-help152 macros.
1748 See: /list, macros
1894 macros.
1899 -S Sort macros by name.
1925 -i Matches invisible macros as well as normal macros.
1934 bodyless macros only.
5651 (for humans) to read complex macros. Compare the two identical macros
5673 replaced with new copies of macros with the same name. Naming macros
6076 …But macros can also perform much more powerful tasks. See: macros, /def…
9451 named macros.
[all …]
/dports/devel/libffcall/libffcall-2.4/avcall/
H A Davcall.man117 (2) The explicit type arguments of the av_struct() and av_ptr() macros
121 and av_type() macros may be defined.
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/asm/
H A Dpreproc.c402 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 Dpreproc.c612 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 Dpreproc.c613 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 Dapi-procedures.texi795 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 DChangeLog306 - Tweak new theming mmacros
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/doc/
H A Dnasmdoc.src956 \b\c{--limit-mmacros}: Maximum number of multi-line macros processed
/dports/devel/nasm/nasm-2.15.05/doc/
H A Dnasmdoc.src952 \b\c{--limit-mmacros}: Maximum number of multi-line macros processed
/dports/lang/guile2/guile-2.2.7/
H A DChangeLog54027 remove mmacros, SCM_SYNTAX snarf macro
54042 (macro_print, scm_macro_type): Remove cases for mmacros.