Home
last modified time | relevance | path

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

/original-bsd/old/sh/
H A Dmode.h38 STRUCT whnod *WHPTR; variable
69 WHPTR _whptr;
/original-bsd/local/toolchest/ksh/sh/
H A Dcmd.c422 ((WHPTR) t)->whtyp=(wdval==WHSYM ? TWH : TUN);
423 ((WHPTR) t)->whtre = cmd(DOSYM,NLFLG);
424 ((WHPTR) t)->dotre = cmd(ODSYM,NLFLG);
H A Dxec.c701 while(execbrk==0 && (execute(((WHPTR)t)->whtre,0)==0)==(type==TWH))
703 i = execute(((WHPTR) t)->dotre,errorflg);
H A Ddefs.h57 typedef struct whnod *WHPTR; typedef