Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/tbl/
H A Dt4.c58 while (c=get1char()) in readspec()
82 while ((c=get1char()) && c != '\n') in readspec()
155 c = get1char(); in readspec()
159 c = get1char(); in readspec()
168 if (stopc) if (get1char()!=stopc) in readspec()
176 while (c = get1char()) in readspec()
201 while (c = get1char()) in readspec()
249 while (c = get1char()) in readspec()
279 while (digit(*snp++ = c = get1char())) in readspec()
H A Dte.c89 get1char(void) in get1char() function