Searched refs:macro_name (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/external/gpl2/groff/dist/src/preproc/eqn/
H A Dspecial.cpp48 char *macro_name; member in class:special_box
64 special_box::special_box(char *s, box *pp) : pointer_box(pp), macro_name(s)
70 a_delete macro_name; local
86 printf(".%s\n", macro_name);
114 fprintf(stderr, "special %s { ", macro_name);
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/aarch64/
H A Dneon-ins.s3 .macro iterate_regs_types macro_name reg
6 \macro_name \regs b \index \reg
12 \macro_name \regs h \index \reg
18 \macro_name \regs s \index \reg
34 iterate_regs_types macro_name=ins_mov_main reg=w
35 iterate_regs_types macro_name=ins_mov_element
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-cppbuiltin.cc1350 char *macro_name local
1352 sprintf (macro_name, "__LIBGCC_%s_MANT_DIG__", name);
1353 builtin_define_with_int_value (macro_name,
1358 macro_name = XALLOCAVEC (char, name_len
1360 sprintf (macro_name, "__LIBGCC_HAS_%s_MODE__", name);
1361 cpp_define (pfile, macro_name);
1362 macro_name = XALLOCAVEC (char, name_len
1364 sprintf (macro_name, "__LIBGCC_%s_FUNC_EXT__", name);
1397 builtin_define_with_value (macro_name, suffix, 0);
1430 macro_name
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-cppbuiltin.c1258 char *macro_name local
1261 sprintf (macro_name, "__LIBGCC_%s_MANT_DIG__", name);
1262 builtin_define_with_int_value (macro_name,
1267 macro_name = (char *) alloca (strlen (name)
1269 sprintf (macro_name, "__LIBGCC_HAS_%s_MODE__", name);
1270 cpp_define (pfile, macro_name);
1271 macro_name = (char *) alloca (strlen (name)
1273 sprintf (macro_name, "__LIBGCC_%s_FUNC_EXT__", name);
1295 builtin_define_with_value (macro_name, suffix, 0);
1328 macro_name
[all...]
/netbsd-current/usr.bin/m4/
H A Dextern.h85 #define macro_name(p) ((p)->name) macro
H A Dmain.c541 pushs1((char *)macro_name(p)); /* macro name */
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-iq2000.c234 sb macro_name;
239 sb_new (& macro_name);
293 sb_add_string (&macro_name, name);
294 namestr = sb_terminate (&macro_name);
232 sb macro_name; local
H A Dtc-csky.c3496 char macro_name[OPCODE_MAX_LEN + 1]; local
3545 /* Generate macro_name for finding hash in macro hash_table. */
3548 strncpy (macro_name, str, nlen);
3549 macro_name[nlen] = '\0';
3561 macro_name);
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-iq2000.c234 sb macro_name;
239 sb_new (& macro_name);
293 sb_add_string (&macro_name, name);
294 namestr = sb_terminate (&macro_name);
232 sb macro_name; local
H A Dtc-csky.c3303 char macro_name[OPCODE_MAX_LEN + 1]; local
3352 /* Generate macro_name for finding hash in macro hash_table. */
3355 strncpy (macro_name, str, nlen);
3356 macro_name[nlen] = '\0';
3368 macro_name);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dmacrocmd.c211 macro_for_each (ms->file->table, [&] (const char *macro_name,
216 if (strcmp (name, macro_name) == 0)
H A Dsymtab.c5788 auto add_macro_name = [&] (const char *macro_name,
5793 completion_list_add_name (tracker, language_c, macro_name,
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dmacrocmd.c211 macro_for_each (ms->file->table, [&] (const char *macro_name,
216 if (strcmp (name, macro_name) == 0)
H A Dsymtab.c5922 auto add_macro_name = [&] (const char *macro_name,
5927 completion_list_add_name (tracker, language_c, macro_name,
/netbsd-current/external/gpl2/groff/dist/src/preproc/pic/
H A Dpic.y271 %type <str> macro_name until
310 FIGNAME '=' macro_name
438 macro_name: label
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-csky.c3325 char macro_name[OPCODE_MAX_LEN + 1]; local
3374 /* Generate macro_name for finding hash in macro hash_table. */
3377 strncpy (macro_name, str, nlen);
3378 macro_name[nlen] = '\0';
3390 macro_name);

Completed in 250 milliseconds