HomeSort by: relevance | last modified time | path
    Searched defs:notstart (Results 1 - 1 of 1) sorted by relevancy

  /xsrc/external/mit/libXpm/dist/src/
parse.c 610 unsigned int nlines, a, l, notstart, notend = 0; local
623 while ((notstart = strncmp("XPMEXT", string, 6))
633 if (!notstart)
635 while (!notstart && notend) {
672 while ((notstart = strncmp("XPMEXT", string, 6))

Completed in 30 milliseconds