Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/sed/
Dfmt.c140 static int get_space P_ ((int c));
331 c = get_space (c); in get_line()
351 return get_space (c); in get_line()
358 get_space (register int c) in get_space() function