Home | History | Annotate | Download | only in data

Lines Matching full:yyo

500   FILE *yyo = yyoutput;
501 YYUSE (yyo);
659 /* Print *YYLOCP on YYO. Private, do not rely on its existence. */
664 [[FILE *yyo], [yyo]],
671 res += fprintf (yyo, "%d", yylocp->first_line);
673 res += fprintf (yyo, ".%d", yylocp->first_column);
679 res += fprintf (yyo, "-%d", yylocp->last_line);
681 res += fprintf (yyo, ".%d", end_col);
684 res += fprintf (yyo, "-%d", end_col);