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

  /src/games/adventure/
setup.c 78 int c, count, linestart; local in function:main
97 linestart = YES;
100 if (linestart && c == ' ') { /* Convert first spaces to tab */
105 linestart = NO;
109 linestart = NO; /* Don't need to convert spaces */
112 linestart = YES; /* Ready to convert spaces

Completed in 12 milliseconds