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

  /src/external/gpl2/xcvs/dist/src/
subr.c 916 char *lastspace; local
918 lastspace = s - 1;
924 if ( isspace( *s ) ) lastspace = s;
931 || ( lastspace == ( s - 1 )

Completed in 123 milliseconds