HomeSort by relevance Sort by last modified time
    Searched defs:argnod (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/lib/libshell/common/include/
argnod.h 46 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])
  /onnv/onnv-gate/usr/src/cmd/sh/
mode.h 146 struct argnod struct
148 struct argnod *argnxt;
170 struct argnod *comarg;
171 struct argnod *comset;
214 struct argnod *regptr;
  /onnv/onnv-gate/usr/src/cmd/fmli/sys/
test.h 248 struct argnod struct
250 struct argnod *argnxt;
272 struct argnod *comarg;
273 struct argnod *comset;
315 struct argnod *regptr;
443 extern struct argnod *gchain;
543 extern struct argnod *wdarg;

Completed in 1206 milliseconds