Searched refs:cstore (Results 1 – 4 of 4) sorted by relevance
24 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 …]
32 while (gets1(cstore=cspace, MAXSTR) && domore(cstore)) in yetmore()34 last =cstore; in yetmore()
34 char *cstore, *cspace; variable
59 extern char *cspace, *cstore;