Searched refs:esc_buf (Results 1 – 1 of 1) sorted by relevance
118 static char esc_buf[ESC_BUF_SIZ]; variable119 static char *esc_bp = esc_buf;180 register int *ip = (int *) esc_buf;187 esc_bp = esc_buf;228 if (esc_bp == esc_buf) {231 esc_buf[0] = INVALID;252 register char *cp = esc_buf;642 if (esc_buf[0] != INVALID) {646 for (cp = esc_buf; cp <= esc_bp; cp++) {764 esc_buf[0] = INVALID;[all …]