Searched refs:get_space (Results 1 – 1 of 1) sorted by relevance
157 static int get_space (FILE *f, int c);706 c = get_space (f, c); in get_line()733 c = get_space (f, getc (f)); in get_prefix()749 c = get_space (f, c); in get_prefix()758 get_space (FILE *f, int c) in get_space() function