Searched refs:instr (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/re/
H A Dsed.h112 extern word* instr(unsigned char*);
115 #define nexti(p) ((p) + (*instr(p)&LMASK))
H A Dsed2.c83 word *q = instr(pc); /* points to instruction word */
155 return script->s + instr(pc)[1];
247 if(sfprintf(sfstdout, "%s", (char*)(instr(pc)+1)) <= 0)
257 return (unsigned char*)(instr(pc)+1);
346 return ww(script, pc, data, instr(pc)[1]);
367 unsigned char **m = (unsigned char**)(instr(pc)+1);
405 word *q = instr(pc);
495 if(sfprintf(sfstdout, "%s", (char*)(instr(pc)+1)) <= 0)
509 q = instr(*(unsigned char**)p);
553 int cmd = code(*instr(p
[all...]
H A Dsed1.c36 word* instr(unsigned char*);
96 instr(unsigned char *p) /* get address of command word */ function
107 word *q = instr(p);
265 q = instr(p);
356 q = instr(p);

Completed in 20 milliseconds