Searched refs:syntaxerror (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/openbsm/bin/auditfilterd/ |
H A D | auditfilterd_conf.c | 293 int error, linenumber, syntaxerror; in auditfilterd_conf_read() local 297 syntaxerror = 0; in auditfilterd_conf_read() 308 syntaxerror = 1; in auditfilterd_conf_read() 327 if (syntaxerror) { in auditfilterd_conf_read()
|
/freebsd/contrib/flex/src/ |
H A D | main.c | 51 int printstats, syntaxerror, eofseen, ddebug, trace, nowarn, spprdflt; variable 950 printstats = syntaxerror = trace = spprdflt = false; in flexinit() 1480 if (syntaxerror) in readin()
|
H A D | flexdef.h | 360 extern int printstats, syntaxerror, eofseen, ddebug, trace, nowarn,
|
H A D | parse.y | 1009 syntaxerror = true; in synerr()
|
/freebsd/usr.bin/lex/ |
H A D | initparse.c | 586 syntaxerror = true; in synerr()
|