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

  /src/usr.bin/indent/
lexi.c 216 token_add_char(inp_next());
249 token_add_char(inp_next());
590 token_add_char(inp_next());
pr_comment.c 175 char ch = inp_next();
indent.h 153 * next '\n'. To read beyond the '\n', call inp_skip or inp_next, which will
492 char inp_next(void);
io.c 106 inp_next(void) function in typeref:typename:char
indent.c 423 buf_add_char(&lab, inp_next());
427 buf_add_char(&lab, inp_next());
  /src/sys/netinet/
sctp_pcb.c 1938 sctp_iterator_inp_being_freed(struct sctp_inpcb *inp, struct sctp_inpcb *inp_next)
1970 it->inp = inp_next;
1980 it->inp = inp_next;

Completed in 19 milliseconds