Searched refs:deftype (Results 1 – 5 of 5) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | genhooks.c | 210 const char *deftype; in emit_documentation() local 225 deftype = hook_array[i].param ? "deftypefn" : "deftypevr"; in emit_documentation() 226 printf ("@%s {%s} ", deftype, hook_array[i].docname); in emit_documentation() 255 deftype, hook_array[j].docname, in emit_documentation() 275 printf ("\n@end %s", deftype); in emit_documentation()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | genhooks.c | 207 const char *deftype; in emit_documentation() local 222 deftype = hook_array[i].param ? "deftypefn" : "deftypevr"; in emit_documentation() 223 printf ("@%s {%s} ", deftype, hook_array[i].docname); in emit_documentation() 252 deftype, hook_array[j].docname, in emit_documentation() 272 printf ("\n@end %s", deftype); in emit_documentation()
|
| /dragonfly/contrib/mdocml/ |
| HD | roff.c | 1260 int deftype; /* type of definition to paste */ in roff_expand() local 1523 deftype = ROFFDEF_USER | ROFFDEF_PRE; in roff_expand() 1524 res = roff_getstrn(r, stnam, naml, &deftype); in roff_expand() 2010 int deftype; in roff_parse() local 2021 deftype = ROFFDEF_USER | ROFFDEF_REN; in roff_parse() 2022 r->current_string = roff_getstrn(r, mac, maclen, &deftype); in roff_parse() 2023 switch (deftype) { in roff_parse() 2036 else if (deftype == ROFFDEF_UNDEF) { in roff_parse() 2151 int deftype; in roff_block() local 2179 deftype = ROFFDEF_USER; in roff_block() [all …]
|
| /dragonfly/contrib/gdb-7/gdb/ |
| HD | dbxread.c | 3183 int deftype; in process_one_symbol() local 3187 deftype = '\0'; in process_one_symbol() 3189 deftype = colon_pos[1]; in process_one_symbol() 3191 switch (deftype) in process_one_symbol()
|
| HD | stabsread.c | 614 int deftype; in define_symbol() local 749 deftype = 'l'; in define_symbol() 751 deftype = *p++; in define_symbol() 753 switch (deftype) in define_symbol()
|