Home
last modified time | relevance | path

Searched refs:gets1 (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/tbl/
H A Dte.c31 gets1(char *s, int len) in gets1() function
H A Dt..c29 extern char *gets1(char *, int);
H A Dt9.c32 while (gets1(cstore=cspace, MAXSTR) && domore(cstore)) in yetmore()
H A Dt1.c72 while (gets1(line, sizeof line)) in tbl()
H A Dt3.c55 gets1(line, sizeof line); in getcomm()
H A Dtg.c57 while (gets1(line, sizeof line)) in get_text()
H A Dt5.c26 for (nlin=nslin=0; gets1(cstore, MAXSTR); nlin++) in gettbl()