V8/usr/src/cmd/adb/mac.h

Compare this file to the similar file:
Show the results in this format:

/*
 *	UNIX debugger
 */

#define TRUE	 (-1)
#define FALSE	0
#define LOBYTE	0377
#define HIBYTE	0177400
#define STRIP	0177
#define HEXMSK	017

#define SP	' '
#define TB	'\t'
#define NL	'\n'