Searched refs:codep (Results 1 – 4 of 4) sorted by relevance
| /plan9/sys/src/cmd/rc/ |
| H A D | code.c | 9 int codep, ncode; variable 10 #define emitf(x) ((codep!=ncode || morecode()), codebuf[codep].f = (x), codep++) 11 #define emiti(x) ((codep!=ncode || morecode()), codebuf[codep].i = (x), codep++) 12 #define emits(x) ((codep!=ncode || morecode()), codebuf[codep].s = (x), codep++) 35 if(a<0 || codep<=a) in stuffdot() 37 codebuf[a].i = codep; in stuffdot() 45 codep = 0; in compile() 240 q = codep; in outcode() 242 if(q==codep) in outcode()
|
| /plan9/sys/src/cmd/troff/ |
| H A D | n10.c | 309 char *codep; in ptout1() local 393 codep = t.tfont.wp[k].str+1; /* Troffchar by default */ in ptout1() 394 while (*codep != 0) { in ptout1() 395 if (*codep & 0200) { in ptout1() 396 codep = plot(codep); in ptout1() 399 if (*codep == '%') /* escape */ in ptout1() 400 codep++; in ptout1() 401 oput(*codep); in ptout1() 402 if (*codep == '\033') in ptout1() 403 oput(*++codep); in ptout1() [all …]
|
| /plan9/sys/src/cmd/spell/ |
| H A D | pcode.c | 166 Class codep[] = variable 212 codep,
|
| /plan9/sys/src/cmd/ndb/ |
| H A D | convM2DNS.c | 574 convM2DNS(uchar *buf, int len, DNSmsg *m, int *codep) in convM2DNS() argument 611 if (codep) in convM2DNS() 612 *codep = sp->rcode; in convM2DNS()
|