Home
last modified time | relevance | path

Searched refs:comnod (Results 1 – 25 of 118) sorted by relevance

12345

/dports/shells/heirloom-sh/heirloom-sh-050706/
H A Dmode.h66 struct comnod *_comptr;
170 struct comnod struct
205 struct comnod *forlst;
252 #define comptr(x) ((struct comnod *)x)
/dports/shells/v7sh/v7sh-1.0_1/
H A Dmode.h50 STRUCT comnod *COMPTR;
159 struct comnod { struct
217 #define COMTYPE (sizeof(struct comnod))
231 struct comnod comnod; member
H A Dcmd.c293 t->comnod.comio=io; /*initial io chain*/
294 argtail = &(t->comnod.comarg);
303 THEN t->comnod.comio=inout(t->comnod.comio);
307 t->comnod.comtyp=TCOM;
308 t->comnod.comset=(ARGPTR) argset;
/dports/devel/sunpromake/schily-2021-09-18/sh/
H A Dmode.h79 struct comnod *_comptr;
233 struct comnod struct
281 struct comnod *forlst;
356 #define comptr(x) ((struct comnod *)x)
H A Dcmd.c475 t->forlst = (struct comnod *)\
476 getstor(sizeof (struct comnod));
487 t->forlst = (struct comnod *)item(0);
559 struct comnod *t;
615 t = (struct comnod *)
616 getstor(sizeof (struct comnod));
/dports/devel/sccs/schily-2021-09-18/sh/
H A Dmode.h79 struct comnod *_comptr;
233 struct comnod struct
281 struct comnod *forlst;
356 #define comptr(x) ((struct comnod *)x)
H A Dcmd.c475 t->forlst = (struct comnod *)\
476 getstor(sizeof (struct comnod));
487 t->forlst = (struct comnod *)item(0);
559 struct comnod *t;
615 t = (struct comnod *)
616 getstor(sizeof (struct comnod));
/dports/net/rscsi/schily-2021-09-18/sh/
H A Dmode.h79 struct comnod *_comptr;
233 struct comnod struct
281 struct comnod *forlst;
356 #define comptr(x) ((struct comnod *)x)
H A Dcmd.c475 t->forlst = (struct comnod *)\
476 getstor(sizeof (struct comnod));
487 t->forlst = (struct comnod *)item(0);
559 struct comnod *t;
615 t = (struct comnod *)
616 getstor(sizeof (struct comnod));
/dports/archivers/star/schily-2021-09-18/sh/
H A Dmode.h79 struct comnod *_comptr;
233 struct comnod struct
281 struct comnod *forlst;
356 #define comptr(x) ((struct comnod *)x)
/dports/sysutils/cdrtools/schily-2021-09-18/sh/
H A Dmode.h79 struct comnod *_comptr;
233 struct comnod struct
281 struct comnod *forlst;
356 #define comptr(x) ((struct comnod *)x)
/dports/editors/ved/schily-2021-09-18/sh/
H A Dmode.h79 struct comnod *_comptr;
233 struct comnod struct
281 struct comnod *forlst;
356 #define comptr(x) ((struct comnod *)x)
/dports/devel/schilybase/schily-2021-09-18/sh/
H A Dmode.h79 struct comnod *_comptr;
233 struct comnod struct
281 struct comnod *forlst;
356 #define comptr(x) ((struct comnod *)x)
H A Dcmd.c475 t->forlst = (struct comnod *)\
476 getstor(sizeof (struct comnod));
487 t->forlst = (struct comnod *)item(0);
559 struct comnod *t;
615 t = (struct comnod *)
616 getstor(sizeof (struct comnod));
/dports/devel/smake/schily-2021-09-18/sh/
H A Dmode.h79 struct comnod *_comptr;
233 struct comnod struct
281 struct comnod *forlst;
356 #define comptr(x) ((struct comnod *)x)
H A Dcmd.c475 t->forlst = (struct comnod *)\
476 getstor(sizeof (struct comnod));
487 t->forlst = (struct comnod *)item(0);
559 struct comnod *t;
615 t = (struct comnod *)
616 getstor(sizeof (struct comnod));
/dports/sysutils/schilyutils/schily-2021-09-18/sh/
H A Dmode.h79 struct comnod *_comptr;
233 struct comnod struct
281 struct comnod *forlst;
356 #define comptr(x) ((struct comnod *)x)
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/include/
H A Dshnodes.h112 struct comnod *forlst;
161 struct comnod *functargs;
200 struct comnod com;
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/include/
H A Dshnodes.h112 struct comnod *forlst;
161 struct comnod *functargs;
200 struct comnod com;
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/include/
H A Dshnodes.h105 struct comnod *forlst;
148 struct comnod *functargs;
184 struct comnod com;
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/include/
H A Dshnodes.h113 struct comnod *forlst;
162 struct comnod *functargs;
201 struct comnod com;
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/sh/
H A Dtrestore.c41 static void r_comarg(Shell_t*,struct comnod*);
73 t = getnode(shp->stk,comnod); in r_tree()
75 r_comarg(shp,(struct comnod*)t); in r_tree()
119 t->for_.forlst = (struct comnod*)r_tree(shp); in r_tree()
155 t->funct.functargs = (struct comnod*)r_tree(shp); in r_tree()
269 static void r_comarg(Shell_t *shp,struct comnod *com) in r_comarg()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/sh/
H A Dtrestore.c41 static void r_comarg(Shell_t*,struct comnod*);
73 t = getnode(shp->stk,comnod); in r_tree()
75 r_comarg(shp,(struct comnod*)t); in r_tree()
119 t->for_.forlst = (struct comnod*)r_tree(shp); in r_tree()
155 t->funct.functargs = (struct comnod*)r_tree(shp); in r_tree()
269 static void r_comarg(Shell_t *shp,struct comnod *com) in r_comarg()
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/sh/
H A Dtrestore.c45 static_fn void r_comarg(Shell_t *, struct comnod *);
76 t = getnode(shp->stk, comnod); in r_tree()
78 r_comarg(shp, (struct comnod *)t); in r_tree()
128 t->for_.forlst = (struct comnod *)r_tree(shp); in r_tree()
164 t->funct.functargs = (struct comnod *)r_tree(shp); in r_tree()
260 static_fn void r_comarg(Shell_t *shp, struct comnod *com) { in r_comarg()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/sh/
H A Dtrestore.c41 static void r_comarg(Shell_t*,struct comnod*);
73 t = getnode(shp->stk,comnod); in r_tree()
75 r_comarg(shp,(struct comnod*)t); in r_tree()
119 t->for_.forlst = (struct comnod*)r_tree(shp); in r_tree()
155 t->funct.functargs = (struct comnod*)r_tree(shp); in r_tree()
269 static void r_comarg(Shell_t *shp,struct comnod *com) in r_comarg()

12345