Searched refs:macroname (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dpreproc.h98 void (*undefine_macro) (yasm_preproc *preproc, const char *macroname);
162 * \param macroname macro name
164 void yasm_preproc_undefine_macro(yasm_preproc *preproc, const char *macroname);
199 #define yasm_preproc_undefine_macro(preproc, macroname) \
200 ((yasm_preproc_base *)preproc)->module->undefine_macro(preproc, macroname)
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/raw/
H A Draw-preproc.c138 raw_preproc_undefine_macro(yasm_preproc *preproc, const char *macroname) argument
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/cpp/
H A Dcpp-preproc.c362 cpp_preproc_undefine_macro(yasm_preproc *preproc, const char *macroname) argument
368 arg->param = yasm__xstrdup(macroname);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
H A Dnasm-preproc.c286 nasm_preproc_undefine_macro(yasm_preproc *preproc, const char *macroname) argument
288 char *mn = yasm__xstrdup(macroname);
/external/bison/build-aux/
H A Dtexinfo.tex7519 \def\macroname{#1}%
7538 \errmessage{Too many arguments in macro `\macroname'!}%
7590 \edef\@tempc{\csname mac.\macroname .body\endcsname}%
7609 \expandafter\let\expandafter\@tempb\csname mac.\macroname .recurse\endcsname
7618 \edef\@tempd{\noexpand\@tempb{\macroname}\noexpand\scanmacro{\@tempa}\@tempc}%

Completed in 115 milliseconds