Home
last modified time | relevance | path

Searched refs:test_line (Results 1 – 1 of 1) sorted by relevance

/src/contrib/ee/
H A Dee.c365 int Blank_Line(struct text *test_line);
372 int first_word_len(struct text *test_line);
4097 Blank_Line(struct text *test_line) in Blank_Line() argument
4102 if (test_line == NULL) in Blank_Line()
4106 line = test_line->line; in Blank_Line()
4117 while (((*line == ' ') || (*line == '\t')) && (length < test_line->line_length)) in Blank_Line()
4122 if (length != test_line->line_length) in Blank_Line()
4667 first_word_len(struct text *test_line) in first_word_len() argument
4672 if (test_line == NULL) in first_word_len()
4675 pnt = test_line->line; in first_word_len()