Searched refs:ISBLANK (Results 1 – 1 of 1) sorted by relevance
56 #define ISBLANK(c) ((c) == ' ' || (c) == '\t' || (c) == '\n') /* not "\r\v\f" */ macro104 while ( ISBLANK( *line ) ) { in str_parse_line()127 for ( p = s - 1; p > line && ISBLANK( *p ); p-- ) { in str_parse_line()143 while ( ISBLANK( *s ) ) { in str_parse_line()291 if ( ISBLANK( c ) && c != '\n' ) { in str_getline()