/titanic_50/usr/src/lib/libast/common/include/ |
H A D | option.h | 49 Optinfo_f infof; /* runtime info function */ member 90 #define optinit(d,f) (memset(d,0,sizeof(*(d))),(d)->version=OPT_VERSION,(d)->infof=(f),opt_info.dis…
|
/titanic_50/usr/src/lib/libast/amd64/include/ast/ |
H A D | option.h | 58 Optinfo_f infof; /* runtime info function */ member 102 #define optinit(d,f) (memset(d,0,sizeof(*(d))),(d)->version=OPT_VERSION,(d)->infof=(f),opt_info.dis…
|
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | option.h | 58 Optinfo_f infof; /* runtime info function */ member 102 #define optinit(d,f) (memset(d,0,sizeof(*(d))),(d)->version=OPT_VERSION,(d)->infof=(f),opt_info.dis…
|
/titanic_50/usr/src/lib/libast/sparc/include/ast/ |
H A D | option.h | 58 Optinfo_f infof; /* runtime info function */ member 102 #define optinit(d,f) (memset(d,0,sizeof(*(d))),(d)->version=OPT_VERSION,(d)->infof=(f),opt_info.dis…
|
/titanic_50/usr/src/lib/libast/i386/include/ast/ |
H A D | option.h | 58 Optinfo_f infof; /* runtime info function */ member 102 #define optinit(d,f) (memset(d,0,sizeof(*(d))),(d)->version=OPT_VERSION,(d)->infof=(f),opt_info.dis…
|
/titanic_50/usr/src/lib/libshell/common/bltins/ |
H A D | ulimit.c | 51 static int infof(Opt_t* op, Sfio_t* sp, const char* s, Optdisc_t* dp) in infof() function 85 disc.infof = infof; in b_ulimit()
|
H A D | getopts.c | 36 static int infof(Opt_t* op, Sfio_t* sp, const char* s, Optdisc_t* dp) in infof() function 68 disc.hdr.infof = infof; in b_getopts()
|
H A D | enum.c | 265 optdisc.opt.infof = enuminfo; in enum_create()
|
/titanic_50/usr/src/lib/libshell/common/sh/ |
H A D | args.c | 109 static int infof(Opt_t* op, Sfio_t* sp, const char* s, Optdisc_t* dp) in infof() function 153 disc.infof = infof; in sh_argopts()
|
H A D | nvtype.c | 813 optdisc.opt.infof = typeinfo; in nv_newtype()
|
/titanic_50/usr/src/lib/libcmd/common/ |
H A D | stty.c | 836 static int infof(Opt_t* op, Sfio_t* sp, const char* s, Optdisc_t* dp) in infof() function 910 disc.infof = infof; in b_stty()
|
/titanic_50/usr/src/lib/libast/common/misc/ |
H A D | optget.c | 1002 …else if (!opt_info.disc || !opt_info.disc->infof || (*opt_info.disc->infof)(&opt_info, ip, b, opt_… in expand()
|