Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/efcode/fcdriver/
H A Dmisc.c39 fc_reg_read(fcode_env_t *env, char *service, fstack_t virt, int *errp) in fc_reg_read() function
110 TOS = (lforth_t)fc_reg_read(env, "rl@", p, NULL); in rlfetch()
135 TOS = (wforth_t)fc_reg_read(env, "rw@", p, NULL); in rwfetch()
160 TOS = (uchar_t)fc_reg_read(env, "rb@", p, NULL); in rbfetch()
191 push_xforth(env, (xforth_t)fc_reg_read(env, "rx@", p, NULL)); in rxfetch()
222 r = (lforth_t)fc_reg_read(env, "rl@", p, &error); in lpeek()
253 r = (wforth_t)fc_reg_read(env, "rw@", p, &error); in wpeek()
284 r = (uchar_t)fc_reg_read(env, "rb@", p, &error); in cpeek()