Home
last modified time | relevance | path

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

/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dfix_deposit.h42 int mode, rigidflag, shakeflag, idnext, distflag, orientflag; variable
H A Dfix_deposit.cpp185 if (idnext) find_maxid(); in FixDeposit()
343 if (!idnext) find_maxid(); in pre_exchange()
673 idnext = 0; in options()
739 if (strcmp(arg[iarg+1],"max") == 0) idnext = 0; in options()
740 else if (strcmp(arg[iarg+1],"next") == 0) idnext = 1; in options()
/dports/science/lammps/lammps-stable_29Sep2021/src/GRANULAR/
H A Dfix_pour.h40 int iregion, mode, idnext, dstyle, npoly, rigidflag, shakeflag; variable
H A Dfix_pour.cpp170 if (idnext) find_maxid(); in FixPour()
408 if (!idnext) find_maxid(); in pre_exchange()
911 idnext = 0; in options()
970 if (strcmp(arg[iarg+1],"max") == 0) idnext = 0; in options()
971 else if (strcmp(arg[iarg+1],"next") == 0) idnext = 1; in options()
/dports/textproc/sgmls/sgmls/
H A Dadl.h112 struct id *idnext; /* Next ID in chain. */ member
H A Dserv.c275 for (p = itab[i]; p; p = p->idnext) in idrck()
/dports/textproc/linuxdoc-tools/linuxdoc-tools-0.9.82/sgmls-1.1/
H A Dadl.h112 struct id *idnext; /* Next ID in chain. */ member
H A Dserv.c275 for (p = itab[i]; p; p = p->idnext) in idrck()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/algo/gnomon/
H A Dchainer.hpp184 void SetNumbering(int idnext, int idinc);
/dports/science/lammps/lammps-stable_29Sep2021/src/MESONT/
H A Dpair_mesocnt.cpp711 int idnext = atom->map(tagend+1); in chain_split() local
712 if (mol[cend] != mol[idnext]) end[j] = 2; in chain_split()
/dports/graphics/blender/blender-2.91.0/source/blender/blenloader/intern/
H A Dreadfile.c548 for (ID *id = lb_src->first, *idnext; id; id = idnext) { in split_libdata() local
549 idnext = id->next; in split_libdata()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/gnomon/
H A Dchainer.cpp6874 void CChainer::SetNumbering(int idnext, int idinc) in SetNumbering() argument
6876 m_data->m_idnext = idnext; in SetNumbering()