Searched refs:errorL (Results 1 - 1 of 1) sorted by relevance

/external/neven/Embedded/common/src/b_BasicEm/
H A DContext.c140 struct bbs_Error errorL; local
141 errorL.errorE = errorA;
142 errorL.lineE = lineA;
148 bbs_strcpy( errorL.fileE, fileA + ofsL );
152 errorL.fileE[ 0 ] = 0;
159 bbs_vsnprintf( errorL.textE, bbs_ERROR_MAX_TEXT_CHARS, textA, argsL );
164 errorL.textE[ 0 ] = 0;
167 return errorL;
256 uint32 errorL = ( *cpA->callbackHandlerE )( cpA ); local
257 if( errorL !
[all...]

Completed in 37 milliseconds