Home
last modified time | relevance | path

Searched refs:YY_FATAL_ERROR (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/writerfilter/source/rtftok/
H A DRTFScanner.skl417 #ifndef YY_FATAL_ERROR
419 #define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
421 #define YY_FATAL_ERROR(msg) LexerError( msg )
645 YY_FATAL_ERROR(
753 YY_FATAL_ERROR(
797 YY_FATAL_ERROR(
826 YY_FATAL_ERROR(
957 YY_FATAL_ERROR( "flex scanner push-back overflow" );
1137 YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
1146 YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
[all …]
/AOO41X/main/connectivity/source/parse/
H A Dsqlflex.l94 #define YY_FATAL_ERROR(msg) \ macro