Searched refs:fcode (Results 1 - 25 of 59) sorted by relevance

123

/osnet-11/usr/src/lib/efcode/fcode_test/
H A DMakefile38 PROGS = test.fcode test64.fcode
42 .SUFFIXES: .fcode .fth $(SUFFIXES)
46 .fth.fcode:
49 test.fcode: $(TESTSRCS)
/osnet-11/usr/src/lib/efcode/engine/
H A Dcleanup.c33 #include <fcode/private.h>
34 #include <fcode/log.h>
H A Dfont.c30 #include <fcode/private.h>
H A DMakefile.com28 OBJECTS = init.o interface.o signal.o forth.o fcode.o interp.o debug.o \
33 LIBRARY = fcode.a
H A Dfb8.c30 #include <fcode/private.h>
H A Dsignal.c38 #include <fcode/private.h>
39 #include <fcode/log.h>
H A Dinterp.c31 #include <fcode/private.h>
32 #include <fcode/log.h>
H A Dresource.c33 #include <fcode/private.h>
34 #include <fcode/log.h>
H A Dinit.c32 #include <fcode/private.h>
33 #include <fcode/log.h>
H A Dtracing.c32 #include <fcode/private.h>
33 #include <fcode/log.h>
H A Dframebuffer.c30 #include <fcode/private.h>
H A Dinstance.c32 #include <fcode/private.h>
/osnet-11/usr/src/lib/efcode/include/fcdriver/
H A Dfcdriver.h32 #include <sys/fcode.h>
/osnet-11/usr/src/lib/efcode/extend/
H A Dfthread.c30 #include <fcode/private.h>
31 #include <fcode/log.h>
/osnet-11/usr/src/lib/efcode/interpreter/
H A Dinterpreter.c45 #include <fcode/engine.h>
46 #include <fcode/log.h>
47 #include <fcode/debug.h>
74 " -f <file> interpret fcode/source <file>\n");
H A DMakefile37 LIBS = fcode.so fcdriver.so
/osnet-11/usr/src/lib/efcode/upa/
H A Dupa.c31 #include <fcode/private.h>
/osnet-11/usr/src/lib/efcode/fcdriver/
H A Ddma.c32 #include <fcode/private.h>
33 #include <fcode/log.h>
H A Dfcdebug.c36 #include <fcode/private.h>
37 #include <fcode/log.h>
85 cdp->fcode_fd = open("/dev/fcode", O_RDONLY);
93 forth_abort(env, "Can't open /dev/fcode\n");
H A Dioctl.c39 #include <fcode/private.h>
40 #include <fcode/log.h>
/osnet-11/usr/src/lib/efcode/packages/
H A Dparse.c33 #include <fcode/private.h>
34 #include <fcode/log.h>
78 * <path to fcode image>
97 where = "/fcode/aliases";
H A Dmemalloc.c30 #include <fcode/private.h>
31 #include <fcode/log.h>
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dbsd-comp.c108 u_int32_t fcode; member in union:bsd_db::bsd_dict::__anon2
439 u_int32_t fcode; local
464 fcode = BSD_KEY(ent, c);
471 if (dictp->f.fcode == fcode) {
485 } while (dictp->f.fcode != fcode);
507 dictp->f.fcode = fcode;
693 u_int32_t fcode; local
[all...]
/osnet-11/usr/src/cmd/ldap/common/
H A Dconvutf8.c51 static char *ldaptool_convert( const char *src, const char *fcode,
64 ldaptool_convert( const char *src, const char *fcode, argument
74 if (fcode == NULL || tcode == NULL)
77 if (strcasecmp(fcode, tcode) == 0)
80 if ((cd = iconv_open(tcode, fcode)) == (iconv_t)-1) {
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_headers.h48 #define FATAL(msg, fcode) \
51 __nisdb_get_tsd()->fatalcode = (int)(fcode); \
55 #define FATAL3(msg, fcode, retval) \
58 __nisdb_get_tsd()->fatalcode = (int)(fcode); \

Completed in 37 milliseconds

123