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

/ast/src/lib/libtk/generic/
H A DtkImgBmap.c142 int wordLength; /* Number of non-NULL bytes in word. */ member in struct:ParseInfo
526 if ((pi.wordLength >= 6) && (pi.word[pi.wordLength-6] == '_')
527 && (strcmp(pi.word+pi.wordLength-6, "_width") == 0)) {
535 } else if ((pi.wordLength >= 7) && (pi.word[pi.wordLength-7] == '_')
536 && (strcmp(pi.word+pi.wordLength-7, "_height") == 0)) {
544 } else if ((pi.wordLength >= 6) && (pi.word[pi.wordLength-6] == '_')
545 && (strcmp(pi.word+pi.wordLength
[all...]

Completed in 37 milliseconds