Searched defs:infof (Results 1 - 8 of 8) sorted by relevance
/ast/src/cmd/ksh93/bltins/ |
H A D | ulimit.c | 51 static int infof(Opt_t* op, Sfio_t* sp, const char* s, Optdisc_t* dp) function 85 disc.infof = infof;
|
H A D | getopts.c | 36 static int infof(Opt_t* op, Sfio_t* sp, const char* s, Optdisc_t* dp) function 73 disc.hdr.infof = infof;
|
H A D | print.c | 155 static int infof(Opt_t* op, Sfio_t* sp, const char* s, Optdisc_t* dp) function 181 disc.infof = infof;
|
/ast/src/lib/libast/astsa/ |
H A D | option.h | 51 Optinfo_f infof; /* runtime info function */ member in struct:Optdisc_s 78 #define optinit(d,f) (memset(d,0,sizeof(*(d))),(d)->version=OPT_VERSION,(d)->infof=(f),opt_info.disc=(d))
|
/ast/src/lib/libast/include/ |
H A D | option.h | 49 Optinfo_f infof; /* runtime info function */ member in struct:Optdisc_s 90 #define optinit(d,f) (memset(d,0,sizeof(*(d))),(d)->version=OPT_VERSION,(d)->infof=(f),opt_info.disc=(d))
|
/ast/src/cmd/tests/ |
H A D | opt.c | 50 infof(Opt_t* op, Sfio_t* sp, const char* s, Optdisc_t* dp) function 218 disc.infof = infof;
|
/ast/src/lib/libcmd/ |
H A D | stty.c | 838 static int infof(Opt_t* op, Sfio_t* sp, const char* s, Optdisc_t* dp) function 911 disc.infof = infof;
|
/ast/src/cmd/ksh93/sh/ |
H A D | args.c | 109 static int infof(Opt_t* op, Sfio_t* sp, const char* s, Optdisc_t* dp) function 153 disc.infof = infof;
|
Completed in 20 milliseconds