Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/tbl/
H A Dt5.c26 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 Dt9.c34 while (gets1(cstore=cspace, MAXSTR) && domore(cstore)) in yetmore()
36 last =cstore; in yetmore()
H A Dt0.c36 char *cstore, *cspace; variable
H A Dt..c61 extern char *cspace, *cstore;
/titanic_50/usr/src/lib/efcode/fcdriver/
H A Dmisc.c171 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 Dforth.c871 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 Dprims64.c269 cstore(env); in unaligned_xstore()
/titanic_50/usr/src/lib/efcode/include/fcode/
H A Dproto.h136 FNPROTO(cstore);