Searched refs:cstore (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/cmd/tbl/ |
H A D | t5.c | 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() [all …]
|
H A D | t9.c | 34 while (gets1(cstore=cspace, MAXSTR) && domore(cstore)) in yetmore() 36 last =cstore; in yetmore()
|
H A D | t0.c | 36 char *cstore, *cspace; variable
|
H A D | t..c | 61 extern char *cspace, *cstore;
|
/titanic_50/usr/src/lib/efcode/fcdriver/ |
H A D | misc.c | 171 if (!check_address_abuse(env, p, "rb!", 1, cstore)) { in rbstore() 329 cstore(env); in fcd_cstore()
|
/titanic_50/usr/src/lib/efcode/engine/ |
H A D | forth.c | 871 cstore(env); in ccomma() 921 cstore(env); in unaligned_lstore() 952 cstore(env); in unaligned_wstore() 1625 cstore(fcode_env_t *env) in cstore() function 2590 ANSI(0x075, 0, "c!", cstore); in _init()
|
H A D | prims64.c | 269 cstore(env); in unaligned_xstore()
|
/titanic_50/usr/src/lib/efcode/include/fcode/ |
H A D | proto.h | 136 FNPROTO(cstore);
|