OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:errStackE
(Results
1 - 2
of
2
) sorted by null
/external/neven/Embedded/common/src/b_BasicEm/
Context.c
46
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
[ --( cpA->errIndexE ) ]
[
all
...]
Context.h
91
struct bbs_Error
errStackE
[ bbs_CONTEXT_MAX_ERRORS ];
Completed in 164 milliseconds