Searched refs:parents (Results 26 - 36 of 36) sorted by relevance

12

/openbsd-current/usr.bin/make/
H A Dtarg.c163 Lst_Init(&gn->parents);
H A Dtargequiv.c170 Lst_AtEnd(&cgn->parents, gn);
H A Dmake.c50 * Make_Update Update all parents of a given child. Performs
222 * Perform update on the parents of a node. Used by JobFinish once
241 LstNode ln; /* Element in parents list */
272 for (ln = Lst_First(&cgn->parents); ln != NULL; ln = Lst_Adv(ln)) {
H A Dparse.c241 * New elements are added to the parents list of cgn and the
251 Lst_AtEnd(&cgn->parents, pgn);
322 * list) and the new instance is linked to all parents
328 /* Duplicate links to parents so graph traversal is
333 * duplicating it into other variables. True, parents
336 for (ln = Lst_First(&gn->parents); ln != NULL;
H A Darch.c873 for (ln = Lst_First(&gn->parents); ln != NULL; ln = Lst_Adv(ln)) {
885 * parents in case some other parent requires this
/openbsd-current/usr.sbin/config/
H A Dmain.c114 struct parents parents; variable in typeref:struct:parents
551 * for parents (with appropriate unit numbers) that
/openbsd-current/gnu/usr.bin/perl/ext/B/
H A DB.pm40 parents comppadlist sv_undef compile_stats timing_info
144 my @parents = ();
159 sub parents { \@parents } subroutine
175 unshift(@parents, $op);
179 shift @parents;
186 unshift(@parents, $op);
188 shift @parents;
/openbsd-current/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp2191 llvm::DenseMap<TypeIndex, TypeIndex> &parents)
2192 : index(index), parents(parents), parent(parent),
2196 llvm::DenseMap<TypeIndex, TypeIndex> &parents; member in struct:ProcessTpiStream
2216 parents[Record.Type] = parent;
2189 ProcessTpiStream(PdbIndex &index, TypeIndex parent, const CVTagRecord &parent_cvt, llvm::DenseMap<TypeIndex, TypeIndex> &parents) argument
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-Install/lib/ExtUtils/
H A DInstall.pm401 either the C<$dir>, or one of its parents.
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dbisect-runner.pl299 because these are the only stable releases that are parents of blead, and
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dperl5db.pl8170 B<i> I<class> Prints nested parents of given class.

Completed in 407 milliseconds

12