Lines Matching refs:current_buf
48 static struct buffer *current_buf;
261 if (current_buf) {
418 buf->parent = current_buf;
419 current_buf = buf;
428 for (buf = current_buf; buf; buf = buf->parent) {
439 for (buf = current_buf; buf; buf = buf->parent)
455 yy_switch_to_buffer(current_buf->state);
456 yylineno = current_buf->yylineno;
457 cur_filename = current_buf->filename;
458 tmp = current_buf;
459 current_buf = current_buf->parent;