Lines Matching defs:nProps
611 int nProps, props_left, nextProp;
624 if ((sscanf((char *) line, "STARTPROPERTIES %d", &nProps) != 1) ||
625 (nProps <= 0) ||
626 (nProps >
635 stringProps = malloc((nProps + BDF_GENPROPS) * sizeof(char));
639 (nProps + BDF_GENPROPS), (int) sizeof(Bool));
642 pFont->info.props = props = calloc(nProps + BDF_GENPROPS,
645 bdfError("Couldn't allocate props (%d*%d)\n", nProps + BDF_GENPROPS,
651 props_left = nProps;
656 nProps, nProps - props_left - 1);