===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
free42-nologo-1.4.77/common/core_commands2.cc-302-	int4 newpc;
free42-nologo-1.4.77/common/core_commands2.cc:303:	pop_rtn_addr(&newprgm, &newpc);
free42-nologo-1.4.77/common/core_commands2.cc-304-	if (newprgm == -3)
##############################################
free42-nologo-1.4.77/common/core_commands2.cc-470-	    return error;
free42-nologo-1.4.77/common/core_commands2.cc:471:	return push_rtn_addr(oldprgm, oldpc);
free42-nologo-1.4.77/common/core_commands2.cc-472-    } else {
##############################################
free42-nologo-1.4.77/common/core_display.cc-2639-	    oldpc = 0;
free42-nologo-1.4.77/common/core_display.cc:2640:	err = push_rtn_addr(oldprgm, oldpc);
free42-nologo-1.4.77/common/core_display.cc-2641-	if (err != ERR_NONE) {
##############################################
free42-nologo-1.4.77/common/core_globals.cc-2097-
free42-nologo-1.4.77/common/core_globals.cc:2098:int push_rtn_addr(int prgm, int4 pc) {
free42-nologo-1.4.77/common/core_globals.cc-2099-    int err = ERR_NONE;
##############################################
free42-nologo-1.4.77/common/core_globals.cc-2115-
free42-nologo-1.4.77/common/core_globals.cc:2116:void pop_rtn_addr(int *prgm, int4 *pc) {
free42-nologo-1.4.77/common/core_globals.cc-2117-    if (rtn_sp == 0) {
##############################################
free42-nologo-1.4.77/common/core_globals.h-531-int find_global_label(const arg_struct *arg, int *prgm, int4 *pc);
free42-nologo-1.4.77/common/core_globals.h:532:int push_rtn_addr(int prgm, int4 pc);
free42-nologo-1.4.77/common/core_globals.h:533:void pop_rtn_addr(int *prgm, int4 *pc);
free42-nologo-1.4.77/common/core_globals.h-534-void clear_all_rtns();
##############################################
free42-nologo-1.4.77/common/core_math1.cc-254-    }
free42-nologo-1.4.77/common/core_math1.cc:255:    push_rtn_addr(-2, 0);
free42-nologo-1.4.77/common/core_math1.cc-256-    return ERR_RUN;
##############################################
free42-nologo-1.4.77/common/core_math1.cc-845-    }
free42-nologo-1.4.77/common/core_math1.cc:846:    push_rtn_addr(-3, 0);
free42-nologo-1.4.77/common/core_math1.cc-847-    return ERR_RUN;