Searched refs:ob (Results 1 - 10 of 10) sorted by relevance

/ast/src/lib/libpz/
H A Dpzread.c40 unsigned char* ob; local
62 ob = pz->wrk;
67 ob = (unsigned char*)buf;
68 om = ob + n;
75 if (!(ob = (unsigned char*)sfreserve(pz->io, m, 0)))
85 if ((n = (*writef)(pz, pz->str, ob, pz->disc)) <= 0)
92 if (!(ob = (unsigned char*)sfreserve(pz->io, m, 0)))
102 if ((n = (*writef)(pz, pz->str, ob, pz->disc)) <= 0)
135 r = om - ob;
139 memcpy(ob,
[all...]
/ast/src/lib/libast/cdt/
H A Dcdtlib.h128 #define DTRETURN(ob,rv) do { (ob) = (rv); goto dt_return; } while(0)
132 /* announce completion of an operation of type (ty) on some object (ob) in dictionary (dt) */
133 #define DTANNOUNCE(dt,ob,ty) ( ((ob) && ((ty)&DT_TOANNOUNCE) && ((dt)->data->type&DT_ANNOUNCE) && \
135 (*(dt)->disc->eventf)((dt), DT_ANNOUNCE|(ty), (ob), (dt)->disc) : 0 )
/ast/src/cmd/pzip/
H A Dpop.c192 register unsigned char* ob; local
202 ob = pz->wrk;
214 *ob++ = i >> 8;
215 *ob++ = i;
218 *ob++ = ib[map[j]];
220 *ob++ = '\n';
223 n = ob - pz->wrk;
/ast/src/cmd/pax/
H A Dbio.c436 bread(register Archive_t* ap, void* ob, off_t n, off_t m, int must) argument
438 register char* s = (char*)ob;
446 if (ob)
475 chunk(ap, s, s, c, ob);
486 if (ob)
488 chunk(ap, s, ap->io->next, c, ob);
493 if (!ob && ap->sum <= 0 && ap->io->seekable && (z = r / BUFFERSIZE) && lseek(ap->io->fd, z *= BUFFERSIZE, SEEK_CUR) >= 0)
503 chunk(ap, s, ap->io->next, r, ob);
513 if (ob && r)
521 if (ob)
[all...]
/ast/src/lib/libvcodex/
H A Dvclzparse.c50 #define INSERT(e,ob) ((ob)->next = *(e), *(e) = (ob) )
51 #define DELETE(e,p,ob) ((p) ? ((p)->next = (ob)->next) : (*(e) = (ob)->next) )
/ast/src/lib/libpp/
H A Dppproto.c87 char* ob; /* output buffer base */ member in struct:Proto_s
641 if (op > proto->ob && *(op - 1) == '=' && (op == proto->ob + 1 || *(op - 2) != '=')) switch (c)
887 if (op != proto->ob && LASTOUT() != ' ' && LASTOUT() != '\n')
1087 while (op > proto->ob && (*(op - 1) == ' ' || *(op - 1) == '\t'))
1089 if (op > proto->ob && *(op - 1) != '\n') *op++ = ' ';
2236 proto->op = proto->ob = iob;
2418 proto->iz += proto->op - proto->ob;
2519 else if ((n = read(proto->fd, proto->ob, proto->oz)) <= 0 || (proto->options & REGULAR) && n < proto->oz)
2527 if (proto->op == proto->ob)
[all...]
/ast/src/lib/libast/misc/
H A Doptget.c132 char* ob; /* next char in old string */ member in struct:Push_s
576 register int ob = b; local
627 if (n == 0 && b-- == ob)
1233 tsp->ob = s;
1277 tsp->ob = t;
1397 s = psp->ob;
1514 s = psp->ob;
1865 s = psp->ob;
2010 s = psp->ob;
2129 s = psp->ob;
[all...]
/ast/src/cmd/INIT/
H A Dproto.c1316 char* ob; member in struct:Proto_s
2907 if (op > proto->ob && *(op - 1) == '=' && (op == proto->ob + 1 || *(op - 2) != '=')) switch (c)
3153 if (op != proto->ob && (*(op-1)) != ' ' && (*(op-1)) != '\n')
3353 while (op > proto->ob && (*(op - 1) == ' ' || *(op - 1) == '\t'))
3355 if (op > proto->ob && *(op - 1) != '\n') *op++ = ' ';
4490 proto->op = proto->ob = iob;
4662 proto->iz += proto->op - proto->ob;
4762 else if ((n = read(proto->fd, proto->ob, proto->oz)) <= 0 || (proto->options & (1L<<0)) && n < proto->oz)
4770 if (proto->op == proto->ob)
[all...]
/ast/src/lib/libast/comp/
H A Dconf.sh79 ob='{'
316 printf "%29s %35s %8s %2s %1d %5s %s$nl" "$name" "$key" "$standard" "$call" "$section" "$flags" "$define${values:+$sp=$values}${headers:+$sp$headers$nl}${script:+$sp$ob$script$nl$cb}"
650 printf "%29s %35s %8s %2s %1d %5s %s$nl" "$name" "$key" "$standard" "$call" "$section" "$flags" "$define${values:+$sp=$values}${headers:+$sp$headers$nl}${script:+$sp$ob$script$nl$cb}"
/ast/src/cmd/html/
H A Dtroff2html.c5349 int ob = 0; local
5377 if (n == ob)
5383 switch (ob = n)

Completed in 266 milliseconds