Searched refs:this_entry (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_read_support_format_mtree.c | 109 struct mtree_entry *this_entry; member 1056 mtree->this_entry = mtree->entries; in read_mtree() 1144 if (mtree->this_entry == NULL) in read_header() 1146 if (strcmp(mtree->this_entry->name, "..") == 0) { in read_header() 1147 mtree->this_entry->used = 1; in read_header() 1160 if (!mtree->this_entry->used) { in read_header() 1162 r = parse_file(a, entry, mtree, mtree->this_entry, in read_header() 1167 mtree->this_entry = mtree->this_entry->next; in read_header()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectCommands.cpp | 1743 CommandArgumentEntry this_entry; in CommandObjectScriptingObjectParsed() local 1745 auto args_adder = [this, counter, &elem_counter, &this_entry] in CommandObjectScriptingObjectParsed() 1803 this_entry.emplace_back(arg_type, arg_repetition, in CommandObjectScriptingObjectParsed() 1817 if (this_entry.empty()) { in CommandObjectScriptingObjectParsed() 1822 m_arguments.push_back(this_entry); in CommandObjectScriptingObjectParsed()
|