Searched refs:test_line (Results 1 – 1 of 1) sorted by relevance
327 int Blank_Line P_((struct text *test_line));334 int first_word_len P_((struct text *test_line));3870 Blank_Line(test_line) /* test if line has any non-space characters */ in Blank_Line() argument3871 struct text *test_line; in Blank_Line()3876 if (test_line == NULL)3880 line = test_line->line;3896 if (length != test_line->line_length)4459 first_word_len(test_line) in first_word_len() argument4460 struct text *test_line; in first_word_len()4465 if (test_line == NULL)[all …]