Home
last modified time | relevance | path

Searched refs:em_result (Results 1 – 2 of 2) sorted by relevance

/dports/sysutils/modules/modules-4.6.0/compat/
H A Dutility.c3053 EM_RetVal em_result; in ReturnValue() local
3103 em_result = EM_EXIT; in ReturnValue()
3108 em_result = EM_BREAK; in ReturnValue()
3113 em_result = EM_CONTINUE; in ReturnValue()
3118 em_result = EM_OK; in ReturnValue()
3121 em_result = EM_BREAK; in ReturnValue()
3124 em_result = EM_CONTINUE; in ReturnValue()
3128 em_result = EM_ERROR; in ReturnValue()
3132 return em_result; in ReturnValue()
H A DcmdModule.c543 EM_RetVal em_result = EM_OK; in Execute_TclFile() local
616 if( EM_ERROR == (em_result = ReturnValue(interp, result))) { in Execute_TclFile()