Home
last modified time | relevance | path

Searched refs:escCtbl (Results 1 – 1 of 1) sorted by relevance

/dports/sysutils/mapchan/mapchan/
H A Dmapchan.c97 unsigned char **escCtbl = NULL; variable
568 escCtbl = malloc(l);
631 escCtbl[c] = malloc(i);
633 memcpy(escCtbl[c], buf, i);
634 escCtbl[c][i] = '\0';
1103 out_mapping = outtbl || escCtbl ;
1183 if (domapping && (escCtbl != NULL)) {
1197 if (escCtbl[c]) {
1198 if (j+strlen(escCtbl[c]) >= BUFSIZE) flush_out();
1200 while (escCtbl[c][k]) buf1[j++] = escCtbl[c][k++];