Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/texinfo/makeinfo/
Dnode.c1408 TAG_ENTRY *temp_tag; in validate_file() local
1429 temp_tag = find_node (tags->next); in validate_file()
1430 if (temp_tag && !(temp_tag->flags & TAG_FLAG_NO_WARN)) in validate_file()
1432 char *prev = temp_tag->prev; in validate_file()
1449 file_line_error (temp_tag->filename, temp_tag->line_no, in validate_file()
1451 temp_tag->node); in validate_file()
1452 temp_tag->flags |= TAG_FLAG_PREV_ERROR; in validate_file()
1482 temp_tag = find_node (tags->prev); in validate_file()
1486 if (!temp_tag || (temp_tag->flags & TAG_FLAG_NO_WARN)) in validate_file()
1490 int you_lose = !temp_tag->next in validate_file()
[all …]