Home
last modified time | relevance | path

Searched refs:typenames (Results 1 – 8 of 8) sorted by relevance

/dragonfly/usr.bin/indent/
H A Dlexi.c109 const char **typenames; variable
267 bsearch(s_token, typenames, typename_top + 1, in lexi()
268 sizeof(typenames[0]), strcmp_type))) { in lexi()
605 typenames = (const char **)malloc(sizeof(typenames[0]) * in alloc_typenames()
607 if (typenames == NULL) in alloc_typenames()
618 typenames = realloc((void *)typenames, in add_typename()
620 if (typenames == NULL) in add_typename()
624 typenames[++typename_top] = copy = strdup(key); in add_typename()
629 typenames[++typename_top] = copy = strdup(key); in add_typename()
638 memmove(&typenames[p + 1], &typenames[p], in add_typename()
[all …]
/dragonfly/contrib/ncurses/ncurses/tinfo/
H A Dmake_hash.c67 static const char *typenames[] =
220 : typenames[name_table[n].ute_type])
230 size_t want = 5 + strlen(typenames[n]); in get_type()
233 result, typenames[n]); in get_type()
239 _nc_STRCAT(result, typenames[n], sizeof(result)); in get_type()
/dragonfly/include/arpa/
H A Dftp.h55 char *typenames[] = {"0", "ASCII", "EBCDIC", "Image", "Local" }; variable
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Derror.c262 dump_template_bindings (tree parms, tree args, VEC(tree,gc)* typenames) in dump_template_bindings() argument
313 if (VEC_empty (tree, typenames) || uses_template_parms (args)) in dump_template_bindings()
316 FOR_EACH_VEC_ELT (tree, typenames, i, t) in dump_template_bindings()
1277 VEC (tree,gc) *typenames;
1295 VEC_safe_push (tree, gc, d->typenames, mv); in find_typenames_r()
1311 ft.typenames = NULL; in VEC()
1315 return ft.typenames; in VEC()
1334 VEC(tree,gc) *typenames = NULL; in dump_function_decl()
1364 typenames = find_typenames (t); in dump_function_decl()
1434 dump_template_bindings (template_parms, template_args, typenames); in dump_function_decl()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Derror.c323 vec<tree, va_gc> *typenames) in dump_template_bindings() argument
375 if (vec_safe_is_empty (typenames) || uses_template_parms (args)) in dump_template_bindings()
388 FOR_EACH_VEC_SAFE_ELT (typenames, i, t) in dump_template_bindings()
1458 vec<tree, va_gc> *typenames; member
1484 vec_safe_push (d->typenames, mv); in find_typenames_r()
1500 ft.typenames = NULL; in find_typenames()
1504 return ft.typenames; in find_typenames()
1520 vec<tree, va_gc> *typenames = t ? find_typenames (t) : NULL; in dump_substitution() local
1525 dump_template_bindings (pp, template_parms, template_args, typenames); in dump_substitution()
/dragonfly/libexec/ftpd/
H A Dftpcmd.y91 extern char *typenames[]; /* defined in <arpa/ftp.h> included from ftpd.c */
1653 typenames[type]);
H A Dftpd.c2361 printf(" TYPE: %s", typenames[type]); in statcmd()
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dinvoke.texi2101 typenames in the signature (e.g. @code{void f(T) [with T = int]}