blockp             62 gtags-cscope/constants.h #define	getrefchar()	(*(++blockp + 1) != '\0' ? *blockp : \
blockp             63 gtags-cscope/constants.h 			(read_block() != NULL ? *blockp : '\0'))
blockp             68 gtags-cscope/constants.h #define	skiprefchar()	if (*(++blockp + 1) == '\0') (void) read_block()