Home
last modified time | relevance | path

Searched refs:get1char (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/tbl/
H A Dt4.c56 while (c=get1char()) in readspec()
82 while ((c=get1char()) && c != '\n') in readspec()
157 c = get1char(); in readspec()
161 c = get1char(); in readspec()
170 if (stopc) if (get1char()!=stopc) in readspec()
178 while (c = get1char()) in readspec()
203 while (c = get1char()) in readspec()
251 while (c = get1char()) in readspec()
281 while (digit(*snp++ = c = get1char())) in readspec()
H A Dte.c87 get1char(void) in get1char() function