Searched refs:LIST_MACRO (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
H A Dnasm.h118 * `int' parameter is LIST_READ or LIST_MACRO depending on
126 * the listing generator. LIST_INCLUDE and LIST_MACRO can be
132 * LIST_MACRO_NOLIST is synonymous with LIST_MACRO except that
261 LIST_READ, LIST_MACRO, LIST_MACRO_NOLIST, LIST_INCLUDE, enumerator in enum:__anon16373
H A Dnasm-pp.c3244 list->uplevel(defining->nolist ? LIST_MACRO_NOLIST : LIST_MACRO);
4794 list->uplevel(m->nolist ? LIST_MACRO_NOLIST : LIST_MACRO);
5006 list->downlevel(LIST_MACRO);
5022 list->line(LIST_MACRO, p);

Completed in 92 milliseconds