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

/ast/src/cmd/pack/
H A Dhuffinit.c41 static int lastnode; variable
95 lastnode = END;
98 parent[heap[1].node] = ++lastnode;
103 parent[heap[1].node] = lastnode;
104 heap[1].node = lastnode;
108 parent[lastnode] = 0;
/ast/src/cmd/tw/
H A Dfind.c220 Node_t* lastnode; member in struct:State_s
1329 if (state->lastnode = oldnp)

Completed in 50 milliseconds