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

/netbsd-current/usr.bin/printf/
H A Dprintf.c204 char c_ch; local
205 fmt = conv_escape(fmt, &c_ch, 0);
206 putchar(c_ch);
/netbsd-current/lib/libedit/
H A Dvi.c816 wchar_t o_ch, c_ch; local
825 c_ch = match_chars[delta ^ 1];
835 else if (*cp == c_ch)

Completed in 145 milliseconds