STRCMP		 405 src/bdf.c	    } else if (STRCMP(linebuf, "BBX") == 0){
STRCMP		 176 src/hbf.c	  if (STRCMP(linebuf, "HBF_STARTFONT") == 0)
STRCMP		 178 src/hbf.c	  if (STRCMP(linebuf, "COMMENT") == 0)
STRCMP		 180 src/hbf.c	  if (STRCMP(linebuf, "ENDPROPERTIES") == 0)
STRCMP		 221 src/hbf.c	  if (STRCMP(linebuf, "SIZE") == 0){
STRCMP		 225 src/hbf.c	  } else if ((STRCMP(linebuf, "HBF_BITMAP_BOUNDING_BOX") == 0)
STRCMP		 232 src/hbf.c	  } else if (STRCMP(linebuf, "HBF_CODE_SCHEME")	== 0){
STRCMP		 241 src/hbf.c	  } else if (STRCMP(linebuf, "CHARSET_REGISTRY") == 0){
STRCMP		 246 src/hbf.c	  } else if (STRCMP(linebuf, "CHARSET_ENCODING") == 0){
STRCMP		 251 src/hbf.c	  } else if (STRCMP(linebuf, "RESOLUTION_X") ==	0){
STRCMP		 253 src/hbf.c	  } else if (STRCMP(linebuf, "RESOLUTION_Y") ==	0){
STRCMP		 255 src/hbf.c	  } else if (STRCMP(linebuf, "PIXEL_SIZE") == 0){
STRCMP		 257 src/hbf.c	  } else if (STRCMP(linebuf, "POINT_SIZE") == 0){
STRCMP		 260 src/hbf.c	  } else if (STRCMP(linebuf, "SLANT") == 0){
STRCMP		 306 src/hbf.c	  if (STRCMP(linebuf, "CHARS") == 0){
STRCMP		 323 src/hbf.c	  if (STRCMP(linebuf, "HBF_START_BYTE_2_RANGES") == 0){
STRCMP		 346 src/hbf.c	  if (STRCMP(linebuf, "HBF_END_BYTE_2_RANGES") == 0){
STRCMP		 349 src/hbf.c	  } else if (STRCMP(linebuf, "HBF_BYTE_2_RANGE") == 0){
STRCMP		 372 src/hbf.c	  if (STRCMP(linebuf, "HBF_START_CODE_RANGES") == 0){
STRCMP		 414 src/hbf.c	  if (STRCMP(linebuf, "HBF_END_CODE_RANGES") ==	0){
STRCMP		 417 src/hbf.c	  } else if (STRCMP(linebuf, "HBF_CODE_RANGE") == 0){
STRCMP		 226 src/hbf.c	       || (STRCMP(linebuf, "FONTBOUNDINGBOX") == 0)){
STRCMP		 331 src/pcf.c	  if (STRCMP(prop, "CHARSET_REGISTRY") == 0){
STRCMP		 333 src/pcf.c	  } else if (STRCMP(prop, "CHARSET_ENCODING") == 0){
STRCMP		 335 src/pcf.c	  } else if (STRCMP(prop, "POINT_SIZE")	== 0){
STRCMP		 338 src/pcf.c	  } else if (STRCMP(prop, "PIXEL_SIZE")	== 0){
STRCMP		 341 src/pcf.c	  } else if (STRCMP(prop, "FONT_ASCENT") == 0){
STRCMP		 344 src/pcf.c	  } else if (STRCMP(prop, "FONT_DESCENT") == 0){
STRCMP		 347 src/pcf.c	  } else if (STRCMP(prop, "RESOLUTION_X") == 0){
STRCMP		 350 src/pcf.c	  } else if (STRCMP(prop, "RESOLUTION_Y") == 0){
STRCMP		 353 src/pcf.c	  } else if (STRCMP(prop, "SLANT") == 0){