Searched refs:YYLLOC_DEFAULT (Results 51 - 53 of 53) sorted by relevance

123

/freebsd-13-stable/crypto/heimdal/lib/sl/
H A Dslc-gram.c587 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].
592 #ifndef YYLLOC_DEFAULT
593 # define YYLLOC_DEFAULT(Current, Rhs, N) \ macro
/freebsd-13-stable/contrib/byacc/test/btyacc/
H A Dgrammar.tab.c1068 #ifndef YYLLOC_DEFAULT
1069 #define YYLLOC_DEFAULT(loc, rhs, n) \ macro
1087 #endif /* YYLLOC_DEFAULT */
1910 YYLLOC_DEFAULT(yyloc, yyerror_loc_range, 2); /* position of error span */
2011 YYLLOC_DEFAULT(yyloc, &yystack.p_mark[-yym], yym);
/freebsd-13-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c998 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].
1003 #ifndef YYLLOC_DEFAULT
1004 # define YYLLOC_DEFAULT(Current, Rhs, N) \ macro

Completed in 165 milliseconds

123