Home
last modified time | relevance | path

Searched refs:tw_vptr (Results 1 – 1 of 1) sorted by relevance

/trueos/contrib/tcsh/
HDtw.init.c54 static struct varent *tw_vptr = NULL; /* Current shell variable */ variable
447 tw_vptr = c; /* start at beginning of variable list */ in tw_vptr_start()
450 while (tw_vptr->v_left) in tw_vptr_start()
451 tw_vptr = tw_vptr->v_left; in tw_vptr_start()
453 if (tw_vptr->v_parent == 0) { /* is it the header? */ in tw_vptr_start()
454 tw_vptr = NULL; in tw_vptr_start()
457 if (tw_vptr->v_name) in tw_vptr_start()
459 if (tw_vptr->v_right) { in tw_vptr_start()
460 tw_vptr = tw_vptr->v_right; in tw_vptr_start()
464 c = tw_vptr; in tw_vptr_start()
[all …]