Searched refs:reg (Results 1 - 25 of 147) sorted by relevance

123456

/ast/src/lib/libast/sfio/
H A D_sfputc.c27 int sfputc(reg Sfio_t* f, reg int c)
30 reg Sfio_t* f;
31 reg int c;
H A D_sfclrerr.c27 int sfclrerr(reg Sfio_t* f)
30 reg Sfio_t* f;
H A D_sfdlen.c27 int sfdlen(reg Sfdouble_t v)
30 reg Sfdouble_t v;
H A D_sfeof.c27 int sfeof(reg Sfio_t* f)
30 reg Sfio_t* f;
H A D_sferror.c27 int sferror(reg Sfio_t* f)
30 reg Sfio_t* f;
H A D_sffileno.c27 int sffileno(reg Sfio_t* f)
30 reg Sfio_t* f;
H A D_sfgetc.c27 int sfgetc(reg Sfio_t* f)
30 reg Sfio_t* f;
H A D_sfllen.c27 int sfllen(reg Sflong_t v)
30 reg Sflong_t v;
H A D_sfstacked.c27 int sfstacked(reg Sfio_t* f)
30 reg Sfio_t* f;
H A D_sfulen.c27 int sfulen(reg Sfulong_t v)
30 reg Sfulong_t v;
H A D_sfvalue.c27 ssize_t sfvalue(reg Sfio_t* f)
30 reg Sfio_t* f;
H A Dsfputd.c27 int sfputd(reg Sfio_t* f, Sfdouble_t d)
30 reg Sfio_t* f;
31 reg Sfdouble_t d;
H A Dsfputl.c27 int sfputl(reg Sfio_t* f, Sflong_t l)
30 reg Sfio_t* f;
31 reg Sflong_t l;
H A Dsfputu.c27 int sfputu(reg Sfio_t* f, Sfulong_t u)
30 reg Sfio_t* f;
31 reg Sfulong_t u;
H A D_sfgetl.c34 Sflong_t _sfgetl(reg Sfio_t* f)
37 reg Sfio_t* f;
H A D_sfgetl2.c39 long _sfgetl2(reg Sfio_t* f, long v)
42 reg Sfio_t* f;
H A D_sfgetu.c34 Sfulong_t _sfgetu(reg Sfio_t* f)
37 reg Sfio_t* f;
H A D_sfgetu2.c39 long _sfgetu2(reg Sfio_t* f, long v)
42 reg Sfio_t* f;
/ast/src/cmd/mailx/port/
H A Ddtstrhash.c75 ulong dtstrhash(reg ulong h, reg char* s, reg int n)
78 reg ulong h;
79 reg char* s;
80 reg int n;
88 { reg char* ends;
H A Ddtwalk.c78 int dtwalk(reg Dt_t* dt, int (*userf)(Dt_t*, Void_t*, Void_t*), Void_t* data)
81 reg Dt_t* dt;
86 reg Void_t *obj, *next;
87 reg Dt_t* walk;
88 reg int rv;
H A Ddtrestore.c78 int dtrestore(reg Dt_t* dt, reg Dtlink_t* list)
81 reg Dt_t* dt;
82 reg Dtlink_t* list;
85 reg Dtlink_t *t, **slot, **eslot;
86 reg int type;
87 reg Dtsearch_f searchf = dt->meth->searchf;
H A Ddtsize.c76 static int dtcount(reg Dtlink_t* here)
79 reg Dtlink_t* here;
91 reg Dtlink_t* t;
92 reg int size;
/ast/src/lib/libvdelta/vd01/
H A Dvdio01.c28 static void _vdinit(reg Vdio_t* io)
31 reg Vdio_t* io;
46 static int _vdfilbuf(reg Vdio_t* io)
49 reg Vdio_t* io;
51 { reg int n;
67 static int _vdflsbuf(reg Vdio_t* io)
70 reg Vdio_t* io;
72 { reg int n;
90 static ulong _vdgetu(reg Vdio_t* io, reg ulon
[all...]
/ast/src/lib/libvdelta/
H A Dvdio.c28 static void _vdinit(reg Vdio_t* io)
31 reg Vdio_t* io;
46 static int _vdfilbuf(reg Vdio_t* io)
49 reg Vdio_t* io;
51 { reg int n;
70 static int _vdflsbuf(reg Vdio_t* io)
73 reg Vdio_t* io;
75 { reg int n;
93 static ulong _vdgetu(reg Vdio_t* io, reg ulon
[all...]
/ast/src/lib/librecsort/
H A Drs-copy.c36 static int copyinsert(Rs_t* rs, reg Rsobj_t* obj)
40 reg Rsobj_t* obj;
43 reg Copy_t* copy = (Copy_t*)rs->methdata;
60 reg Copy_t* copy = (Copy_t*)rs->methdata;

Completed in 189 milliseconds

123456