Searched refs:errorL (Results 1 – 1 of 1) sorted by relevance
140 struct bbs_Error errorL; in bbs_Error_create() local141 errorL.errorE = errorA; in bbs_Error_create()142 errorL.lineE = lineA; in bbs_Error_create()148 bbs_strcpy( errorL.fileE, fileA + ofsL ); in bbs_Error_create()152 errorL.fileE[ 0 ] = 0; in bbs_Error_create()159 bbs_vsnprintf( errorL.textE, bbs_ERROR_MAX_TEXT_CHARS, textA, argsL ); in bbs_Error_create()164 errorL.textE[ 0 ] = 0; in bbs_Error_create()167 return errorL; in bbs_Error_create()256 uint32 errorL = ( *cpA->callbackHandlerE )( cpA ); in bbs_Context_doCallback() local257 if( errorL != bbs_ERR_OK ) in bbs_Context_doCallback()[all …]