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

/ast/src/cmd/tw/
H A Dfind.c219 Node_t* topnode; member in struct:State_s
971 np->first.np = state->topnode;
972 state->topnode = np;
976 tp = state->topnode;
977 state->topnode = np + 1;
978 if ((i = compile(state, argv, state->topnode, 1)) < 0)
985 np->first.np = state->topnode;
986 state->topnode = tp;
1341 register Node_t* np = state->topnode;
1403 tp = state->topnode;
[all...]

Completed in 33 milliseconds