Home | History | Annotate | Download | only in bzip2

Lines Matching refs:Cell

1699    Cell;
1716 Cell *mkCell ( void )
1718 Cell *c;
1720 c = (Cell*) myMalloc ( sizeof ( Cell ) );
1729 Cell *snocString ( Cell *root, Char *name )
1732 Cell *tmp = mkCell();
1737 Cell *tmp = root;
1747 void addFlagsFromEnvVar ( Cell** argList, Char* varName )
1780 Cell *argList;
1781 Cell *aa;
2022 Cell* aa2 = aa->link;