===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
pforth-21/csrc/pf_text.h-24-#define PF_ERR_NO_MEM          (PF_ERR_BASE |  0)
pforth-21/csrc/pf_text.h:25:#define PF_ERR_BAD_ADDR        (PF_ERR_BASE |  1)
pforth-21/csrc/pf_text.h-26-#define PF_ERR_TOO_BIG         (PF_ERR_BASE |  2)
##############################################
pforth-21/utils/clone.fth-377-;
pforth-21/utils/clone.fth:378:: CL.XT>NEW_ADDR ( xt -- addr , addr in cloned dict )
pforth-21/utils/clone.fth-379-	cl.xt>New_XT
##############################################
pforth-21/system.fth-708-
pforth-21/system.fth:709:: $INCLUDE ( $filename -- )
pforth-21/system.fth-710-\ Print messages.
##############################################
pforth-21/see.fth-162-		BEGIN
pforth-21/see.fth:163:			dup see_addr ( >newline .s ) =
pforth-21/see.fth-164-		WHILE