Searched refs:Opt_t (Results 1 - 25 of 35) sorted by relevance

12

/ast/src/lib/libast/misc/
H A Doptctx.c41 static Opt_t* freecontext;
43 Opt_t*
44 optctx(Opt_t* p, Opt_t* o)
64 else if (!(o = newof(0, Opt_t, 1, 0)))
66 memset(o, 0, sizeof(Opt_t));
H A Doptlib.h113 extern Optstate_t* optstate(Opt_t*);
H A Doptget.c353 * to allow future Opt_t growth
361 extern Opt_t _opt_info_;
363 Opt_t _opt_info_ = { 0,0,0,0,0,0,0,{0},{0},0,0,0,{0},{0},&state };
367 __EXTERN__(Opt_t, _opt_info_);
369 __EXTERN__(Opt_t*, _opt_infop_);
371 Opt_t* _opt_infop_ = &_opt_info_;
374 optstate(Opt_t* p)
4291 extern Opt_t _opt_info_;
/ast/src/lib/libast/include/
H A Doption.h52 /* NOTE: Opt_t member order fixed by a previous binary release */
75 } Opt_t; typedef in typeref:struct:Opt_s
84 extern Opt_t* _opt_infop_;
102 extern Opt_t* optctx(Opt_t*, Opt_t*);
/ast/src/lib/libast/astsa/
H A Doption.h54 /* NOTE: Opt_t member order fixed by a previous binary release */
76 } Opt_t; typedef in typeref:struct:Opt_s
90 extern __PUBLIC_DATA__ Opt_t opt_info;
/ast/src/lib/librecsort/
H A Drslib.c46 Opt_t opt;
/ast/src/cmd/builtin/
H A Duudecode.c64 optinfo(Opt_t* op, Sfio_t* sp, const char* s, Optdisc_t* dp)
H A Duuencode.c63 optinfo(Opt_t* op, Sfio_t* sp, const char* s, Optdisc_t* dp)
/ast/src/cmd/std/
H A Diconv.c78 optinfo(Opt_t* op, Sfio_t* sp, const char* s, Optdisc_t* dp)
/ast/src/cmd/codex/
H A Dcodex.c118 optinfo(Opt_t* op, Sfio_t* sp, const char* s, Optdisc_t* dp)
/ast/src/lib/libdss/
H A Dcxeval.c38 Opt_t opt;
H A Ddss.h219 extern int dssoptinfo(Opt_t*, Sfio_t*, const char*, Optdisc_t*);
H A Ddssopt.c208 dssoptinfo(Opt_t* op, Sfio_t* sp, const char* s, Optdisc_t* dp)
H A Ddssopen.c666 Opt_t opt;
/ast/src/cmd/ksh93/bltins/
H A Denum.c97 static int enuminfo(Opt_t* op, Sfio_t *out, const char *str, Optdisc_t *fp)
H A Dgetopts.c36 static int infof(Opt_t* op, Sfio_t* sp, const char* s, Optdisc_t* dp)
H A Dulimit.c51 static int infof(Opt_t* op, Sfio_t* sp, const char* s, Optdisc_t* dp)
H A Dprint.c155 static int infof(Opt_t* op, Sfio_t* sp, const char* s, Optdisc_t* dp)
/ast/src/cmd/tests/
H A Dopt.c50 infof(Opt_t* op, Sfio_t* sp, const char* s, Optdisc_t* dp)
/ast/src/lib/libcmd/
H A Dcksum.c434 optinfo(Opt_t* op, Sfio_t* sp, const char* s, Optdisc_t* dp)
H A Dstty.c838 static int infof(Opt_t* op, Sfio_t* sp, const char* s, Optdisc_t* dp)
/ast/src/cmd/vczip/
H A Dvczip.c169 optinfo(Opt_t* op, Sfio_t* sp, const char* s, Optdisc_t* dp)
/ast/src/lib/libjcl/
H A Dpath.c384 Opt_t opt;
/ast/src/cmd/ksh93/sh/
H A Dargs.c109 static int infof(Opt_t* op, Sfio_t* sp, const char* s, Optdisc_t* dp)
/ast/src/cmd/nmake/
H A Doption.c1828 Opt_t info;

Completed in 70 milliseconds

12