Lines Matching defs:codep
381 char *codep;518 codep = t.codetab[k-_SPECCHAR_ST];519 while (*codep != 0) {520 if (*codep & 0200) {521 codep = plot(codep);524 if (*codep == '%') /* escape */525 codep++;526 oput(*codep);527 if (*codep == '\033')528 oput(*++codep);529 else if (*codep != '\b')532 oput(*codep);534 codep++;