Home
last modified time | relevance | path

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

/original-bsd/old/tbl/
H A Dt5.c14 cstore=cspace= chspace(); in gettbl()
24 if (prefix(".TC", cstore) || prefix(".T&", cstore)) in gettbl()
31 leftover=(int)cstore; in gettbl()
35 if (cstore[0] == '.' && !isdigit(cstore[1])) in gettbl()
38 while (*cstore++); in gettbl()
52 if (cstore[1]==0) in gettbl()
53 switch(cstore[0]) in gettbl()
72 for(; (ch= *cstore) != '\0' && ch != tab; cstore++) in gettbl()
74 *cstore++ = '\0'; in gettbl()
97 cstore++; in gettbl()
[all …]
H A Dt9.c22 while (gets1(cstore=cspace) && domore(cstore)) in yetmore()
24 last =cstore; in yetmore()
H A Dt0.c28 char *cstore, *cspace; variable
H A Dt..c49 extern char *cspace, *cstore;
/original-bsd/local/ditroff/ditroff.okeeffe/tbl/
H A Drdata.c23 cstore = cspace = chspace();
25 for(nlin = nslin = 0; gets1(cstore); nlin++){
27 if(prefix(".TE", cstore)){
31 if(prefix(".TC", cstore) || prefix(".T&", cstore)){
36 leftover = (int)cstore;
40 if(cstore[0] == '.' && !isdigit(cstore[1])){
41 instead[nlin] = cstore;
42 while(*cstore++)
H A Dover200.c32 while(gets1(cstore = cspace) && domore(cstore)) in yetmore()
34 last = cstore; in yetmore()
H A Dext.h38 extern char *cspace, *cstore;
H A Dglobals.c28 char *cstore, *cspace; variable