===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
jove-4.17.3.6/disp.c-34-/* define a couple of unique daddrs */
jove-4.17.3.6/disp.c:35:#define	NOWHERE_DADDR	(~NULL_DADDR | DDIRTY)	/* not in tmp file */
jove-4.17.3.6/disp.c:36:#define	UNSAVED_CURLINE_DADDR	((NOWHERE_DADDR - 1) | DDIRTY)	/* not yet in tmp file */
jove-4.17.3.6/disp.c-37-
##############################################
jove-4.17.3.6/jove.h-145-
jove-4.17.3.6/jove.h:146:#define NULL_DADDR	((daddr) 0)
jove-4.17.3.6/jove.h-147-#define DDIRTY		((daddr)1 << (sizeof(daddr)*CHAR_BIT - 1))	/* daddr dirty flag */
##############################################
jove-4.17.3.6/mjovers.Hqx-8-"9)!!!952rm&8J!!"9)2rm95!!!&8Mrr"9)!!!95i!!&8J!!"92q3!e6rN!08)!!
jove-4.17.3.6/mjovers.Hqx:9:!9$rrrp3)!!!8$rrrp!)!!!3$rrrmrj!$!2q3!`$rN!2!rj!$`2q3!r$rN!2`rj!
jove-4.17.3.6/mjovers.Hqx-10-$r2q3!rcrN!2mrj!$r2q3!rcrN!2mrj!$r2q3!rcrN!2mrj!$r2q3!rcrN!2mrj!
##############################################
jove-4.17.3.6/mjovers.Hqx-16-$![i!!!(q!*!$SJ!"h(B%DJ#3!a`!PJ!&3Nj%6!#3!c*+9M!a!*!$2NC548B!N!0
jove-4.17.3.6/mjovers.Hqx:17:+5801)`#3!eC%594-!*!$BN4-6dF!N!0Z!)$rr`#3"3(XXJ!!rrm!N!-J!!(Y!J#
jove-4.17.3.6/mjovers.Hqx-18-!rrm!N!-N!!(H8J#!rrm!N!-[!!(XpJINrrm!!!%c!!(XeJI3!*!%!H8!!HbL#d&
##############################################
jove-4.17.3.6/msgetch.c-45-	 *
jove-4.17.3.6/msgetch.c:46:	 * Note that the nature of the Zortech asm facility demands
jove-4.17.3.6/msgetch.c-47-	 * that the "service" argument be a constant expression.
##############################################
jove-4.17.3.6/recover.c-679-private daddr
jove-4.17.3.6/recover.c:680:getaddr(fp)
jove-4.17.3.6/recover.c-681-register FILE	*fp;
##############################################
jove-4.17.3.6/recover.c-705-	while (--nlines >= 0) {
jove-4.17.3.6/recover.c:706:		addr = getaddr(ptrs_fp);
jove-4.17.3.6/recover.c-707-		if (Debug)
##############################################
jove-4.17.3.6/temp.h-92-/* MAX_BLOCKS is the number of distinct block numbers that
jove-4.17.3.6/temp.h:93: * can be represented in a daddr (a power of two!).
jove-4.17.3.6/temp.h-94- * In fact, we don't allow block number MAX_BLOCKS-1 to be
jove-4.17.3.6/temp.h:95: * used because NOWHERE_DADDR and UNSAVED_CURLINE_DADDR (disp.c) must not
jove-4.17.3.6/temp.h-96- * be valid disk references, and we want to prevent space overflow