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

/external/neven/Embedded/common/src/b_BasicEm/
H A DContext.c46 cpA->errStackE[ iL ].errorE = bbs_ERR_OK;
47 cpA->errStackE[ iL ].fileE[ 0 ] = 0;
48 cpA->errStackE[ iL ].lineE = 0;
49 cpA->errStackE[ iL ].textE[ 0 ] = 0;
74 cpA->errStackE[ iL ].errorE = bbs_ERR_OK;
75 cpA->errStackE[ iL ].fileE[ 0 ] = 0;
76 cpA->errStackE[ iL ].lineE = 0;
77 cpA->errStackE[ iL ].textE[ 0 ] = 0;
193 cpA->errStackE[ cpA->errIndexE++ ] = errorA;
211 return cpA->errStackE[
[all...]
H A DContext.h91 struct bbs_Error errStackE[ bbs_CONTEXT_MAX_ERRORS ]; member in struct:bbs_Context

Completed in 46 milliseconds