Home
last modified time | relevance | path

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

/dports/math/xspread/xspread-3.1.1c.orig/
H A Dvi.c314 for_line(stop_null) in for_line() argument
315 int stop_null; in for_line()
318 (line[linelim+1] != '\0' || stop_null))
331 for_word(stop_null) in for_word() argument
332 int stop_null; in for_word()
358 if (cpos > 0 && line[cpos] == '\0' && !stop_null)
/dports/math/sc/sc-7.16/
H A Dvi.c63 static int for_line(int arg, int stop_null);
64 static int for_word(int arg, int end_word, int big_word, int stop_null);
893 for_line(int arg, int stop_null) in for_line() argument
904 if (cpos == strlen(line) && cpos > 0 && !stop_null) in for_line()
915 for_word(int arg, int end_word, int big_word, int stop_null) in for_word() argument
951 if (cpos > 0 && line[cpos] == '\0' && !stop_null) in for_word()