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

/xsrc/external/mit/libXpm/dist/src/
H A Ddata.c63 unsigned int notend; local in function:ParseComment
87 notend = 1;
89 while (notend) {
113 notend = 0;
122 unsigned int notend; local in function:ParseComment
148 notend = 1;
150 while (notend) {
174 notend = 0;
H A Dparse.c615 unsigned int nlines, a, l, notstart, notend = 0; local in function:xpmParseExtensions
629 && (notend = strncmp("XPMENDEXT", string, 9))) {
639 notend = strncmp("XPMENDEXT", string, 9);
640 while (!notstart && notend) {
678 && (notend = strncmp("XPMENDEXT", string, 9))) {
709 } else if (!notend)

Completed in 3 milliseconds