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

/haiku-fatelf/src/libs/ncurses/ncurses/tinfo/
H A Dlib_tparm.c150 get_space(size_t need) function
168 get_space(s_len + 1);
180 get_space((unsigned) len + 1);
191 get_space(1);
770 get_space(1);
/haiku-fatelf/src/bin/coreutils/src/
H A Dfmt.c157 static int get_space (FILE *f, int c);
677 c = get_space (f, c);
704 c = get_space (f, getc (f));
720 c = get_space (f, c);
729 get_space (FILE *f, int c) function

Completed in 92 milliseconds