Lines Matching defs:shp
129 void sh_timetraps(Shell_t *shp)
135 shp->sigflag[SIGALRM] &= ~SH_SIGALRM;
136 tptop= (struct tevent*)shp->st.timetrap;
153 if(!(shp->sigflag[SIGALRM]&SH_SIGALRM))
187 Shell_t *shp = tp->sh;
209 shp->st.timetrap = time_delete(tp,shp->st.timetrap);
211 shp->st.timetrap = time_add(tp,shp->st.timetrap);
216 shp->st.timetrap = time_delete(tp,shp->st.timetrap);
238 register Shell_t *shp = context->shp;
257 print_alarms(shp->st.timetrap);
262 np = nv_open(argv[0],shp->var_tree,NV_NOARRAY|NV_VARNAME|NV_NOASSIGN);
271 tp->sh = shp;