Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ntp/ntpd/
H A Dntp_scanner.h140 extern struct FILE_INFO * lex_current(void);
H A Dntp_parser.c2186 struct FILE_INFO * ip_ctx = lex_current(); in yyparse()
2595 lex_current()->curpos.nline); in yyparse()
2607 lex_current()->curpos.nline); in yyparse()
2619 lex_current()->curpos.nline); in yyparse()
2638 lex_current()->curpos.nline); in yyparse()
2657 lex_current()->curpos.nline); in yyparse()
2670 NULL, NULL, (yyvsp[-1].Integer), (yyvsp[0].Attr_val_fifo), lex_current()->curpos.nline); in yyparse()
2688 ip_ctx = lex_current(); in yyparse()
3851 ip_ctx = lex_current(); in yyerror()
H A Dntp_scanner.c428 lex_current() in lex_current() function