Searched defs:nh (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libtksh/src/
H A DtclIO.c5349 NextChannelHandler nh;
5363 nh.nextHandlerPtr = (ChannelHandler *) NULL;
5364 nh.nestedHandlerPtr = nestedHandlerPtr;
5365 nestedHandlerPtr = &nh;
5375 nh.nextHandlerPtr = chPtr->nextPtr;
5377 chPtr = nh.nextHandlerPtr;
5383 nestedHandlerPtr = nh.nestedHandlerPtr;
5298 NextChannelHandler nh; local

Completed in 24 milliseconds