Searched refs:is_whitespace (Results 1 – 1 of 1) sorted by relevance
1766 static int is_whitespace(char x){ in is_whitespace() function1783 while( is_whitespace(*p) ) p++; in gobble_token()1802 while( *p && !is_whitespace(*p) && *p!='(' ){ in gobble_token()