Searched defs:argnod (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/include/
H A Dargnod.h46 struct argnod *comarg;
47 struct argnod *comset;
88 struct argnod struct
92 struct argnod *ap;
97 struct argnod *ap;
107 /* The following should evaluate to the offset of argval in argnod */
108 #define ARGVAL offsetof(struct argnod,argval[0])
/illumos-gate/usr/src/cmd/sh/
H A Dmode.h146 struct argnod struct
148 struct argnod *argnxt;
170 struct argnod *comarg;
171 struct argnod *comset;
214 struct argnod *regptr;

Completed in 668 milliseconds