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

1234

/illumos-gate/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)
/illumos-gate/usr/src/lib/efcode/engine/
H A Dcleanup.c33 #include <fcode/private.h>
34 #include <fcode/log.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 Dfont.c30 #include <fcode/private.h>
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>
/illumos-gate/usr/src/cmd/vi/port/
H A Dprintf.c74 unsigned char fcode; local
176 * ending at "ptr"-1, unless fcode is '\0'.
178 switch (fcode = *fmt++) {
198 fcode = 'o';
207 if (fcode=='o') {
227 if (fcode=='o') {
234 putchar(fcode);
238 *--bptr = fcode;
247 fcode = fcode
[all...]
/illumos-gate/usr/src/tools/tokenize/
H A Dtokenize.sh33 # The output file will be named xxx.fcode . It will have an a.out header
43 echo 'fcode-version1' > $infile
46 outfile=`basename $1 .fth`.fcode
/illumos-gate/usr/src/cmd/csh/
H A Dprintf.c118 char fcode; local
313 switch (fcode = *cp++) {
319 * Conversion is unsigned unless fcode is 'd'.
354 } else if (fcode == 'd') {
361 if (fcode == 'd' || fcode == 'D') {
387 if (fcode == 'X') {
407 switch (fcode) {
497 *--suffix = isupper(fcode) ? 'E' : 'e';
632 fcode
[all...]
/illumos-gate/usr/src/lib/efcode/include/fcdriver/
H A Dfcdriver.h32 #include <sys/fcode.h>
/illumos-gate/usr/src/lib/efcode/extend/
H A Dfthread.c30 #include <fcode/private.h>
31 #include <fcode/log.h>
/illumos-gate/usr/src/lib/libbc/libc/stdio/common/
H A Dscanf.c168 int i, fcode, nl_fmt, num, length, j; local
182 while ((fcode = *format++) != '\0' && fcode != '%') ;
183 if (!fcode || i > ARGMAX)
186 switch (fcode = *format++) {
194 num = fcode - '0';
196 while (isdigit(fcode = *format)) {
197 num = num * 10 + fcode - '0';
/illumos-gate/usr/src/ucbcmd/sed/
H A Dsed.h113 FILE *fcode; member in struct:reptr::reptr1
125 FILE *fcode; member in struct:reptr::reptr2
/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Ddoprnt.c180 int fcode; local
281 if ((fcode = *format) != '\0' && fcode != '%') {
285 } while ((fcode = *format) != '\0' && fcode != '%');
292 if (fcode == '\0') { /* end of format; return */
325 switch (fcode = *format++) {
420 int num = fcode - '0';
421 while (isdigit(fcode = *format)) {
422 num = num * 10 + fcode
[all...]
/illumos-gate/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 DMakefile41 LIBS = fcode.so fcdriver.so
/illumos-gate/usr/src/lib/efcode/upa/
H A Dupa.c31 #include <fcode/private.h>
/illumos-gate/usr/src/uts/sparc/fcode/
H A DMakefile22 # uts/sparc/fcode/Makefile
28 # This makefile drives the production of the fcode driver kernel module
41 MODULE = fcode
65 #INLINES += $(UTSBASE)/sun4/io/fcode.il
/illumos-gate/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");
/illumos-gate/usr/src/lib/efcode/packages/
H A Dmemalloc.c32 #include <fcode/private.h>
33 #include <fcode/log.h>
H A Dparse.c33 #include <fcode/private.h>
34 #include <fcode/log.h>
78 * <path to fcode image>
97 where = "/fcode/aliases";
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dbsd-comp.c124 uint32_t fcode; member in union:bsd_db::bsd_dict::__anon6443
563 uint32_t fcode; local
733 fcode = BSD_KEY(ent, c);
745 if (dictp->f.fcode == fcode) {
780 } while (dictp->f.fcode != fcode);
820 dictp->f.fcode = fcode;
907 uint32_t fcode; local
1393 uint32_t fcode; local
[all...]

Completed in 93 milliseconds

1234