Home
last modified time | relevance | path

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

/src/contrib/ntp/ntpd/
H A Dntp_parser.c2414 struct FILE_INFO * ip_ctx = lex_current(); in yyparse()
2823 lex_current()->curpos.nline, in yyparse()
2824 lex_current()->curpos.ncol); in yyparse()
2836 lex_current()->curpos.nline, in yyparse()
2837 lex_current()->curpos.ncol); in yyparse()
2856 lex_current()->curpos.nline, in yyparse()
2857 lex_current()->curpos.ncol); in yyparse()
2876 lex_current()->curpos.nline, in yyparse()
2877 lex_current()->curpos.ncol); in yyparse()
2890 lex_current()->curpos.nline, in yyparse()
[all …]
H A Dntp_scanner.h140 extern struct FILE_INFO * lex_current(void);
H A Dntp_scanner.c428 lex_current(void) in lex_current() function