===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
xtrs-4.9d/cassette-16-while($done != 1)
xtrs-4.9d/cassette:17:	set control = `cat $control_file`
xtrs-4.9d/cassette-18-	set filename = $control[1]
##############################################
xtrs-4.9d/cassette-122-		else
xtrs-4.9d/cassette:123:		    set wcout = `wc -c $filename`
xtrs-4.9d/cassette-124-		    @ position = $wcout[1]
##############################################
xtrs-4.9d/trs.h-158-void hrg_onoff(int enable);
xtrs-4.9d/trs.h:159:void hrg_write_addr(int addr, int mask);
xtrs-4.9d/trs.h-160-void hrg_write_data(int data);
##############################################
xtrs-4.9d/.pc/move-error.c-prototypes-to-new-error.h.patch/trs_xinterface.c-1903-void
xtrs-4.9d/.pc/move-error.c-prototypes-to-new-error.h.patch/trs_xinterface.c:1904:hrg_write_addr(int addr, int mask)
xtrs-4.9d/.pc/move-error.c-prototypes-to-new-error.h.patch/trs_xinterface.c-1905-{
##############################################
xtrs-4.9d/.pc/move-error.c-prototypes-to-new-error.h.patch/trs_keyboard.c-46-#define TK(a, b) (((a)<<4)+(b))
xtrs-4.9d/.pc/move-error.c-prototypes-to-new-error.h.patch/trs_keyboard.c:47:#define TK_ADDR(tk) (((tk) >> 4)&0xf)
xtrs-4.9d/.pc/move-error.c-prototypes-to-new-error.h.patch/trs_keyboard.c-48-#define TK_DATA(tk) ((tk)&0xf)
##############################################
xtrs-4.9d/.pc/move-error.c-prototypes-to-new-error.h.patch/trs_keyboard.c-839-	if (key_down) {
xtrs-4.9d/.pc/move-error.c-prototypes-to-new-error.h.patch/trs_keyboard.c:840:	    keystate[TK_ADDR(action)] |= (1 << TK_DATA(action));
xtrs-4.9d/.pc/move-error.c-prototypes-to-new-error.h.patch/trs_keyboard.c-841-	} else {
xtrs-4.9d/.pc/move-error.c-prototypes-to-new-error.h.patch/trs_keyboard.c:842:	    keystate[TK_ADDR(action)] &= ~(1 << TK_DATA(action));
xtrs-4.9d/.pc/move-error.c-prototypes-to-new-error.h.patch/trs_keyboard.c-843-	}
##############################################
xtrs-4.9d/.pc/move-error.c-prototypes-to-new-error.h.patch/trs_io.c-78-    case 0x02: /* HRG write address low byte */
xtrs-4.9d/.pc/move-error.c-prototypes-to-new-error.h.patch/trs_io.c:79:      hrg_write_addr(value, 0xff);
xtrs-4.9d/.pc/move-error.c-prototypes-to-new-error.h.patch/trs_io.c-80-      break;
xtrs-4.9d/.pc/move-error.c-prototypes-to-new-error.h.patch/trs_io.c-81-    case 0x03: /* HRG write address high byte */
xtrs-4.9d/.pc/move-error.c-prototypes-to-new-error.h.patch/trs_io.c:82:      hrg_write_addr(value << 8, 0x3f00);
xtrs-4.9d/.pc/move-error.c-prototypes-to-new-error.h.patch/trs_io.c-83-      break;
##############################################
xtrs-4.9d/.pc/fix-compiler-warnings.patch/trs_xinterface.c-1903-void
xtrs-4.9d/.pc/fix-compiler-warnings.patch/trs_xinterface.c:1904:hrg_write_addr(int addr, int mask)
xtrs-4.9d/.pc/fix-compiler-warnings.patch/trs_xinterface.c-1905-{
##############################################
xtrs-4.9d/.pc/add-ifdef-guards-around-setuid.patch/trs_xinterface.c-1901-void
xtrs-4.9d/.pc/add-ifdef-guards-around-setuid.patch/trs_xinterface.c:1902:hrg_write_addr(int addr, int mask)
xtrs-4.9d/.pc/add-ifdef-guards-around-setuid.patch/trs_xinterface.c-1903-{
##############################################
xtrs-4.9d/.pc/this-one-goes-to-c11.patch/trs_xinterface.c-1901-void
xtrs-4.9d/.pc/this-one-goes-to-c11.patch/trs_xinterface.c:1902:hrg_write_addr(int addr, int mask)
xtrs-4.9d/.pc/this-one-goes-to-c11.patch/trs_xinterface.c-1903-{
##############################################
xtrs-4.9d/.pc/ignore-alt-key-events.patch/trs_keyboard.c-47-#define TK(a, b) (((a)<<4)+(b))
xtrs-4.9d/.pc/ignore-alt-key-events.patch/trs_keyboard.c:48:#define TK_ADDR(tk) (((tk) >> 4)&0xf)
xtrs-4.9d/.pc/ignore-alt-key-events.patch/trs_keyboard.c-49-#define TK_DATA(tk) ((tk)&0xf)
##############################################
xtrs-4.9d/.pc/ignore-alt-key-events.patch/trs_keyboard.c-840-	if (key_down) {
xtrs-4.9d/.pc/ignore-alt-key-events.patch/trs_keyboard.c:841:	    keystate[TK_ADDR(action)] |= (1 << TK_DATA(action));
xtrs-4.9d/.pc/ignore-alt-key-events.patch/trs_keyboard.c-842-	} else {
xtrs-4.9d/.pc/ignore-alt-key-events.patch/trs_keyboard.c:843:	    keystate[TK_ADDR(action)] &= ~(1 << TK_DATA(action));
xtrs-4.9d/.pc/ignore-alt-key-events.patch/trs_keyboard.c-844-	}
##############################################
xtrs-4.9d/.pc/ignore-alt-key-events.patch/trs_xinterface.c-1904-void
xtrs-4.9d/.pc/ignore-alt-key-events.patch/trs_xinterface.c:1905:hrg_write_addr(int addr, int mask)
xtrs-4.9d/.pc/ignore-alt-key-events.patch/trs_xinterface.c-1906-{
##############################################
xtrs-4.9d/.pc/map-f12-to-shifted-down-arrow.patch/trs_keyboard.c-47-#define TK(a, b) (((a)<<4)+(b))
xtrs-4.9d/.pc/map-f12-to-shifted-down-arrow.patch/trs_keyboard.c:48:#define TK_ADDR(tk) (((tk) >> 4)&0xf)
xtrs-4.9d/.pc/map-f12-to-shifted-down-arrow.patch/trs_keyboard.c-49-#define TK_DATA(tk) ((tk)&0xf)
##############################################
xtrs-4.9d/.pc/map-f12-to-shifted-down-arrow.patch/trs_keyboard.c-840-	if (key_down) {
xtrs-4.9d/.pc/map-f12-to-shifted-down-arrow.patch/trs_keyboard.c:841:	    keystate[TK_ADDR(action)] |= (1 << TK_DATA(action));
xtrs-4.9d/.pc/map-f12-to-shifted-down-arrow.patch/trs_keyboard.c-842-	} else {
xtrs-4.9d/.pc/map-f12-to-shifted-down-arrow.patch/trs_keyboard.c:843:	    keystate[TK_ADDR(action)] &= ~(1 << TK_DATA(action));
xtrs-4.9d/.pc/map-f12-to-shifted-down-arrow.patch/trs_keyboard.c-844-	}
##############################################
xtrs-4.9d/.pc/map-f12-to-shifted-down-arrow.patch/trs_xinterface.c-1904-void
xtrs-4.9d/.pc/map-f12-to-shifted-down-arrow.patch/trs_xinterface.c:1905:hrg_write_addr(int addr, int mask)
xtrs-4.9d/.pc/map-f12-to-shifted-down-arrow.patch/trs_xinterface.c-1906-{
##############################################
xtrs-4.9d/.pc/write-online-help-to-stderr-if-small-window.patch/trs_xinterface.c-1904-void
xtrs-4.9d/.pc/write-online-help-to-stderr-if-small-window.patch/trs_xinterface.c:1905:hrg_write_addr(int addr, int mask)
xtrs-4.9d/.pc/write-online-help-to-stderr-if-small-window.patch/trs_xinterface.c-1906-{
##############################################
xtrs-4.9d/.pc/kill-last-fprintf-stderr-stragglers.patch/trs_xinterface.c-1913-void
xtrs-4.9d/.pc/kill-last-fprintf-stderr-stragglers.patch/trs_xinterface.c:1914:hrg_write_addr(int addr, int mask)
xtrs-4.9d/.pc/kill-last-fprintf-stderr-stragglers.patch/trs_xinterface.c-1915-{
##############################################
xtrs-4.9d/trs_io.c-79-    case 0x02: /* HRG write address low byte */
xtrs-4.9d/trs_io.c:80:      hrg_write_addr(value, 0xff);
xtrs-4.9d/trs_io.c-81-      break;
xtrs-4.9d/trs_io.c-82-    case 0x03: /* HRG write address high byte */
xtrs-4.9d/trs_io.c:83:      hrg_write_addr(value << 8, 0x3f00);
xtrs-4.9d/trs_io.c-84-      break;
##############################################
xtrs-4.9d/trs_keyboard.c-47-#define TK(a, b) (((a)<<4)+(b))
xtrs-4.9d/trs_keyboard.c:48:#define TK_ADDR(tk) (((tk) >> 4)&0xf)
xtrs-4.9d/trs_keyboard.c-49-#define TK_DATA(tk) ((tk)&0xf)
##############################################
xtrs-4.9d/trs_keyboard.c-843-	if (key_down) {
xtrs-4.9d/trs_keyboard.c:844:	    keystate[TK_ADDR(action)] |= (1 << TK_DATA(action));
xtrs-4.9d/trs_keyboard.c-845-	} else {
xtrs-4.9d/trs_keyboard.c:846:	    keystate[TK_ADDR(action)] &= ~(1 << TK_DATA(action));
xtrs-4.9d/trs_keyboard.c-847-	}
##############################################
xtrs-4.9d/trs_xinterface.c-1913-void
xtrs-4.9d/trs_xinterface.c:1914:hrg_write_addr(int addr, int mask)
xtrs-4.9d/trs_xinterface.c-1915-{