Searched refs:errStackE (Results 1 – 2 of 2) sorted by relevance
46 cpA->errStackE[ iL ].errorE = bbs_ERR_OK; in bbs_Context_init()47 cpA->errStackE[ iL ].fileE[ 0 ] = 0; in bbs_Context_init()48 cpA->errStackE[ iL ].lineE = 0; in bbs_Context_init()49 cpA->errStackE[ iL ].textE[ 0 ] = 0; in bbs_Context_init()74 cpA->errStackE[ iL ].errorE = bbs_ERR_OK; in bbs_Context_exit()75 cpA->errStackE[ iL ].fileE[ 0 ] = 0; in bbs_Context_exit()76 cpA->errStackE[ iL ].lineE = 0; in bbs_Context_exit()77 cpA->errStackE[ iL ].textE[ 0 ] = 0; in bbs_Context_exit()193 cpA->errStackE[ cpA->errIndexE++ ] = errorA; in bbs_Context_pushError()211 return cpA->errStackE[ --( cpA->errIndexE ) ]; in bbs_Context_popError()[all …]
91 struct bbs_Error errStackE[ bbs_CONTEXT_MAX_ERRORS ]; member