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

/freebsd-10-stable/usr.bin/fold/
H A Dfold.c70 int ch, previous_ch; local
76 previous_ch = 0;
95 switch (previous_ch) {
117 previous_ch = ch;
/freebsd-10-stable/contrib/ntp/libparse/
H A Dclk_varitext.c115 unsigned char previous_ch; member in struct:varitext
206 if ((t->previous_ch == 'T') && (ch == ':'))
242 if ((t->previous_ch == '\r') && (ch == '\n'))
249 t->previous_ch = ch;

Completed in 164 milliseconds