Home
last modified time | relevance | path

Searched refs:cstore (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/tbl/
H A Dt5.c24 cstore=cspace= chspace(); in gettbl()
26 for (nlin=nslin=0; gets1(cstore, MAXSTR); nlin++) in gettbl()
29 if (prefix(".TE", cstore)) in gettbl()
34 if (prefix(".TC", cstore) || prefix(".T&", cstore)) in gettbl()
41 leftover=cstore; in gettbl()
45 if (cstore[0] == '.' && !isdigit((unsigned char)cstore[1])) in gettbl()
47 instead[nlin] = cstore; in gettbl()
48 while (*cstore++); in gettbl()
62 if (cstore[1]==0) in gettbl()
63 switch(cstore[0]) in gettbl()
[all …]
H A Dt9.c32 while (gets1(cstore=cspace, MAXSTR) && domore(cstore)) in yetmore()
34 last =cstore; in yetmore()
H A Dt0.c34 char *cstore, *cspace; variable
H A Dt..c59 extern char *cspace, *cstore;