Searched refs:oe (Results 1 - 8 of 8) sorted by relevance

/ast/src/lib/libcmd/
H A Dfts_fix.c44 FTSENT* oe; local
48 if ((oe = _ast_fts_read(fts)) && ast.version < 20100102L && (ne || (ne = newof(0, FTSENT, 1, 0))))
50 *ne = *oe;
51 oe = ne;
56 return oe;
/ast/src/cmd/3d/
H A Dmap.c263 setattr(char* attr, const char* op, register const char* oe) argument
277 if (s >= oe || *s == '/')
283 while (s < oe && *s != '/')
318 if (s++ >= oe)
336 register const char* oe; local
349 oe = op + (opsize ? opsize : strlen(op));
350 if (!(x = getkey(op, oe, 0)))
383 if (map = search(&state.vmount, arg, arglen, NiL, op < oe ? 0 : T_DELETE))
391 message((-2, "mount: old fs=%s map=%-*s arg=%-*s op=%-*s", fs->special, map->keysize, map->key, arglen, arg, ov ? (oe - ov) : 6, ov));
392 if (setattr(mp->attr, ov, oe))
[all...]
H A Dinit.c221 const char* oe; local
227 oe = op + (opsize ? opsize : strlen(op));
228 if (!(x = getkey(op, oe, 0)))
271 while ((op = (const char*)state.key.next) && (x = getkey(op, oe, 0)))
289 fs->ack = getmsgmask(oe);
299 fs->call = getmsgmask(oe);
420 fs->terse = getmsgmask(oe);
431 setattr(fs->attr, op, oe);
875 dump(const char* op, const char* oe) argument
895 switch (getkey(state.key.next, oe, ','))
1071 register const char* oe; local
[all...]
/ast/src/cmd/proto/
H A Dproto.c479 char* oe; local
542 oe = op + sizeof(opt) - 1;
545 if ((n + 1) >= (oe - op))
641 oe = op + sizeof(opt) - 1;
644 if ((n + 1) >= (oe - op))
/ast/src/lib/libast/regex/
H A Dregnexec.c300 * oe and ne are ends (not end+1) of subarrays.
307 Pos_t* oe; local
316 DEBUG_CODE(0x0080,{sfprintf(sfstdout, " %-*.*sold ", (level + 3) * 4, (level + 3) * 4, "");for (oe = os; oe < oend; oe++)sfprintf(sfstdout, "<%d,%d,%d>", oe->p - env->beg, oe->serial, oe->be);sfprintf(sfstdout, "\n %-*.*snew ", (level + 3) * 4, (level + 3) * 4, "");for (oe = ns; oe < nen
[all...]
/ast/src/cmd/html/
H A Dtroff2html.c2716 register Env_t* oe; local
2730 oe = state.env;
2732 if (oe != ne)
2734 if (oe->ft.current != ne->ft.current)
2736 if (oe->nf != ne->nf)
2738 if (oe->ps.current != ne->ps.current)
/ast/src/lib/libast/misc/
H A Doptget.c133 char* oe; /* end of old string */ member in struct:Push_s
1234 tsp->oe = e;
1278 tsp->oe = e;
1398 e = psp->oe;
/ast/src/cmd/INIT/
H A Dproto.c5042 char* oe; local
5105 oe = op + sizeof(opt) - 1;
5108 if ((n + 1) >= (oe - op))

Completed in 64 milliseconds