Home | History | Annotate | Download | only in btyacc

Lines Matching refs:cur_file

380 static IncludeStack *cur_file;	/* current input file */
2161 func_params->begin_comment = cur_file->begin_comment;
2162 func_params->end_comment = cur_file->end_comment;
2182 if (cur_file->convert)
2201 func_params->begin_comment = cur_file->begin_comment;
2202 func_params->end_comment = cur_file->end_comment;
2214 if (cur_file->convert)
2450 func_style == FUNC_TRADITIONAL && cur_file->convert) {
2452 fputs(cur_text(), cur_file->tmp_file);
2462 func_style == FUNC_TRADITIONAL && cur_file->convert) {
2464 fputs(" =", cur_file->tmp_file);