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

/ast/src/cmd/ksh93/include/
H A Dargnod.h102 char argval[4]; member in struct:argnod
107 /* The following should evaluate to the offset of argval in argnod */
108 #define ARGVAL offsetof(struct argnod,argval[0])
109 #define sh_argstr(ap) ((ap)->argflag&ARG_RAW?sh_fmtq((ap)->argval):(ap)->argval)

Completed in 21 milliseconds