Home
last modified time | relevance | path

Searched defs:bilist (Results 1 – 3 of 3) sorted by relevance

/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse.help/docbook-src/guide/
H A Dparse.php32 $bilist = array (); // make a book info list variable
347 function BuildIDList ($lang, $doc, &$idlist, &$bilist) {
397 function MakeBIList (&$values, &$tags, &$bilist) {
507 function WriteBookInfoList (&$fidlist, &$bilist) {
/dports/math/chaco/Chaco-2.2/code/main/
H A Dstructs.h91 struct bilist { /* bidirectional list */ struct
92 struct bilist *prev; /* pointer to previous element */ argument
93 struct bilist *next; /* ptr to next element in list */ argument
/dports/math/polymake/polymake-4.5/external/TOSimplex/include/TOSimplex/
H A DTOSimplex.h78 struct bilist { struct
79 bilist *prev; argument
80 bilist *next; argument
81 TInt val;
82 bool used;