Lines Matching defs:Cell
1251 Cell;1266 Cell *mkCell ( void )1268 Cell *c;1270 c = (Cell*) myMalloc ( sizeof ( Cell ) );1278 Cell *snocString ( Cell *root, Char *name )1281 Cell *tmp = mkCell();1286 Cell *tmp = root;1302 Cell *argList;1303 Cell *aa;