Lines Matching refs:cstore
26 cstore=cspace= chspace(); in gettbl()
28 for (nlin=nslin=0; gets1(cstore, MAXSTR); nlin++) in gettbl()
31 if (prefix(".TE", cstore)) in gettbl()
36 if (prefix(".TC", cstore) || prefix(".T&", cstore)) in gettbl()
43 leftover=cstore; in gettbl()
47 if (cstore[0] == '.' && !isdigit((unsigned char)cstore[1])) in gettbl()
49 instead[nlin] = cstore; in gettbl()
50 while (*cstore++); in gettbl()
64 if (cstore[1]==0) in gettbl()
65 switch(cstore[0]) in gettbl()
74 table[nlin][icol].col = cstore; in gettbl()
77 if (match(cstore, "T{")) /* text follows */ in gettbl()
80 (char *)get_text(cstore, nlin, icol, in gettbl()
85 for(; (ch= *cstore) != '\0' && ch != tab; cstore++) in gettbl()
87 *cstore++ = '\0'; in gettbl()
109 while (*cstore != '\0') in gettbl()
110 cstore++; in gettbl()
111 if (cstore-cspace > MAXCHS) in gettbl()
112 cstore = cspace = chspace(); in gettbl()
114 last = cstore; in gettbl()