Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/sed/
Dfmt.c142 static bool same_para P_ ((int c));
265 while (same_para (c) && in_column == other_indent) in get_paragraph()
293 same_para (register int c) in same_para() function