Searched refs:nextProp (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dbdfread.c617 nextProp; local in function:bdfReadProperties
657 nextProp = 0;
682 stringProps[nextProp] = TRUE;
683 props[nextProp].value =
685 if (!props[nextProp].value)
689 stringProps[nextProp] = FALSE;
690 props[nextProp].value = atoi(secondbuf);
703 stringProps[nextProp] = TRUE;
704 props[nextProp].value =
706 if (!props[nextProp]
[all...]
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dbdfread.c619 nextProp; local in function:bdfReadProperties
659 nextProp = 0;
684 stringProps[nextProp] = TRUE;
685 props[nextProp].value =
687 if (!props[nextProp].value)
691 stringProps[nextProp] = FALSE;
692 props[nextProp].value = atoi(secondbuf);
705 stringProps[nextProp] = TRUE;
706 props[nextProp].value =
708 if (!props[nextProp]
[all...]
/xsrc/external/mit/bdftopcf/dist/
H A Dbdfread.c611 int nProps, props_left, nextProp; local in function:bdfReadProperties
650 nextProp = 0;
675 stringProps[nextProp] = TRUE;
676 props[nextProp].value =
678 if (!props[nextProp].value)
683 stringProps[nextProp] = FALSE;
684 props[nextProp].value = atoi(secondbuf);
698 stringProps[nextProp] = TRUE;
699 props[nextProp].value =
701 if (!props[nextProp]
[all...]

Completed in 5 milliseconds