HomeSort by: relevance | last modified time | path
    Searched refs:ch_forw_get (Results 1 - 6 of 6) sorted by relevancy

  /src/distrib/utils/more/
input.c 74 c = ch_forw_get();
105 c = ch_forw_get();
116 while ((c = ch_forw_get()) == '\n')
150 (void) ch_forw_get(); /* Skip the newline */
151 c = ch_forw_get(); /* First char of "current" line */
167 (void) ch_forw_get();
217 c = ch_forw_get();
line.c 423 (c = ch_forw_get()) == EOI)
447 c = ch_forw_get();
main.c 233 while ((c = ch_forw_get()) != EOI)
243 else while ((c = ch_forw_get()) != EOI)
ch.c 295 while (ch_forw_get() != EOI)
356 ch_forw_get() function in typeref:typename:int
prim.c 386 while ((c = ch_forw_get()) != '\n')
429 (void) ch_forw_get();
extern.h 32 int ch_forw_get __P((void));

Completed in 38 milliseconds