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

/netbsd-6-1-5-RELEASE/usr.sbin/sup/source/
H A Dsup.h203 struct treestruct *Texec; /* tree of execute commands */ member in struct:treestruct
H A Dstree.c83 Tfree(&((*t)->Texec));
113 t->Texec = NULL;
H A Dscan.c61 * Clear Texec pointers in execT so that Tfree of execT will not
576 (void) Tinsert(&newt->Texec, buf, FALSE);
670 t->Texec = ts->Texec;
671 ts->Texec = NULL;
855 (void) Tinsert(&t->Texec, ++p, FALSE);
986 return Tprocess(t->Texec, recordexec, scanF);
H A Dsupmsg.c587 x = Tprocess(t->Texec, writeone, NULL);
638 t->Texec = NULL;
644 (void) Tinsert(&t->Texec, execcmd, FALSE);
H A Dsupcmeat.c859 (void) Tprocess(t->Texec, execone, NULL);

Completed in 131 milliseconds