Searched defs:oe (Results 1 - 8 of 8) sorted by relevance
/ast/src/lib/libcmd/ |
H A D | fts_fix.c | 44 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/proto/ |
H A D | proto.c | 479 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/cmd/3d/ |
H A D | map.c | 263 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 D | init.c | 221 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/lib/libast/regex/ |
H A D | regnexec.c | 300 * 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/lib/libast/misc/ |
H A D | optget.c | 133 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/html/ |
H A D | troff2html.c | 2716 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/cmd/INIT/ |
H A D | proto.c | 5042 char* oe; local 5105 oe = op + sizeof(opt) - 1; 5108 if ((n + 1) >= (oe - op))
|
Completed in 53 milliseconds