Searched refs:Cnode (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/twm/dist/src/
H A Dparse.c1024 } Cnode, *Cptr; typedef in typeref:struct:_cnode
1036 chead = (Cnode *) malloc(sizeof(Cnode));
1045 cpnew = (Cnode *) malloc(sizeof(Cnode));
/xsrc/external/mit/ctwm/dist/
H A Dparse_be.c1597 } Cnode; typedef in typeref:struct:_cnode
1598 static Cnode *chead = NULL;
1606 Cnode *cnew;
1608 cnew = calloc(1, sizeof(Cnode));
1650 Cnode *cp = chead;
1658 Cnode *tmp_cp = cp;

Completed in 5 milliseconds