OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bbs_CONTEXT_MAX_ERRORS
(Results
1 - 2
of
2
) sorted by null
/external/neven/Embedded/common/src/b_BasicEm/
Context.h
40
#define
bbs_CONTEXT_MAX_ERRORS
8
91
struct bbs_Error errStackE[
bbs_CONTEXT_MAX_ERRORS
];
Context.c
44
for( iL = 0; iL <
bbs_CONTEXT_MAX_ERRORS
; iL++ )
72
for( iL = 0; iL <
bbs_CONTEXT_MAX_ERRORS
; iL++ )
191
if( cpA->errIndexE <
bbs_CONTEXT_MAX_ERRORS
)
Completed in 431 milliseconds