Home
last modified time | relevance | path

Searched refs:tag_name (Results 1 – 11 of 11) sorted by relevance

/openbsd/src/usr.bin/cvs/
Dtag.c43 static char *tag_name = NULL; variable
130 tag_name = argv[0]; in cvs_tag()
134 if (!rcs_sym_check(tag_name)) { in cvs_tag()
136 tag_name, RCS_SYM_INVALCHAR); in cvs_tag()
189 cvs_client_send_request("Argument %s", tag_name); in cvs_tag()
287 if ((rev = rcs_sym_getrev(cf->file_rcs, tag_name)) != NULL) { in cvs_tag_check_files()
296 fi->tag_new = xstrdup(tag_name); in cvs_tag_check_files()
371 cvs_history_add(CVS_HISTORY_TAG, cf, tag_name); in cvs_tag_local()
388 return (rcs_sym_remove(cf->file_rcs, tag_name)); in tag_del()
418 trev = rcs_sym_getrev(cf->file_rcs, tag_name); in tag_add()
[all …]
/openbsd/src/gnu/usr.bin/texinfo/info/
Dmakedoc.c415 char *tag_name; in process_one_file() local
417 tag_name = (char *)xmalloc (1 + (offset - line_start)); in process_one_file()
418 strncpy (tag_name, buffer + line_start, offset - line_start); in process_one_file()
419 tag_name[offset - line_start] = '\0'; in process_one_file()
420 add_tag_to_block (block, tag_name, line_number, point); in process_one_file()
/openbsd/src/gnu/usr.bin/binutils/gdb/
Dgdbtypes.h351 char *tag_name; member
795 #define TYPE_TAG_NAME(type) TYPE_MAIN_TYPE(type)->tag_name
DChangeLog-200213581 accessing tag_name directly.
13586 of accessing tag_name directly.
DChangeLog-19934009 * gdbtypes.h (struct type): Add field tag_name.
/openbsd/src/gnu/gcc/gcc/cp/
Ddecl.c80 static const char *tag_name (enum tag_types);
9551 tag_name (enum tag_types code) in tag_name() function
9599 type, tag_name (tag_code)); in check_elaborated_type_specifier()
9613 error ("using typedef-name %qD after %qs", decl, tag_name (tag_code)); in check_elaborated_type_specifier()
9622 error ("%qT referred to as %qs", type, tag_name (tag_code)); in check_elaborated_type_specifier()
9645 tag_name (tag_code), in check_elaborated_type_specifier()
DChangeLog-2004228 (tag_name): Handle typename_type.
2442 grok_op_properties, tag_name, xref_tag, start_preparsed_function,
DChangeLog-19995741 lookup_flags, qualify_lookup, record_builtin_java_type, tag_name):
5745 grok_op_properties, tag_name): Const-ify a char*.
DChangeLog-1998475 * decl.c (tag_name): New fn.
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Ddecl.c106 static const char *tag_name PARAMS ((enum tag_types code));
13520 tag_name (code) in tag_name() function
13557 TYPE_NAME (type), tag_name (tag_code)); in check_elaborated_type_specifier()
13563 type, tag_name (tag_code)); in check_elaborated_type_specifier()
13624 tag_name (tag_code), name); in xref_tag()
13627 tag_name (tag_code), in xref_tag()
DChangeLog.25741 lookup_flags, qualify_lookup, record_builtin_java_type, tag_name):
5745 grok_op_properties, tag_name): Const-ify a char*.
7263 * decl.c (tag_name): New fn.