| /onnv/onnv-gate/usr/src/pkgdefs/SUNWefck/ |
| preremove | 36 rem_drv -b ${BASEDIR} fcode || EXIT=1
|
| postinstall | 42 not_installed fcode || add_drv -b ${BASEDIR} -n fcode ||
|
| prototype_com | 48 f none kernel/drv/fcode.conf 644 root sys 50 f none kernel/drv/sparcv9/fcode 755 root sys
|
| /onnv/onnv-gate/usr/src/lib/efcode/fcode_test/ |
| Makefile | 38 PROGS = test.fcode test64.fcode 42 .SUFFIXES: .fcode .fth $(SUFFIXES) 46 .fth.fcode: 49 test.fcode: $(TESTSRCS)
|
| /onnv/onnv-gate/usr/src/lib/efcode/engine/ |
| cleanup.c | 33 #include <fcode/private.h> 34 #include <fcode/log.h>
|
| Makefile.com | 28 OBJECTS = init.o interface.o signal.o forth.o fcode.o interp.o debug.o \ 33 LIBRARY = fcode.a
|
| font.c | 30 #include <fcode/private.h>
|
| fb8.c | 30 #include <fcode/private.h> 42 FCODE(0x180, 0, "fb8-draw-character", fc_unimplemented); 43 FCODE(0x181, 0, "fb8-reset-screen", fc_unimplemented); 44 FCODE(0x182, 0, "fb8-toggle-cursor", fc_unimplemented); 45 FCODE(0x183, 0, "fb8-erase-screen", fc_unimplemented); 46 FCODE(0x184, 0, "fb8-blink-screen", fc_unimplemented); 47 FCODE(0x185, 0, "fb8-invert-screen", fc_unimplemented); 48 FCODE(0x186, 0, "fb8-insert-characters", fc_unimplemented); 49 FCODE(0x187, 0, "fb8-delete-characters", fc_unimplemented); 50 FCODE(0x188, 0, "fb8-insert-lines", fc_unimplemented) [all...] |
| signal.c | 38 #include <fcode/private.h> 39 #include <fcode/log.h>
|
| /onnv/onnv-gate/usr/src/psm/stand/bootblks/ |
| Makefile.1275 | 37 RD_FCODE = rd.fcode 41 MKBB.fcode = ./$(MKBB) $(MKBBFLAGS) 43 %.fcode: $(BASEDIR)/common/%.fth 57 $(MKBB.fcode) $(FS_FCODE) $(RD_FCODE) $(FS_BB)
|
| /onnv/onnv-gate/usr/src/psm/stand/bootblks/zfs/ |
| Makefile.zfs | 38 FS_FCODE = boot-zfs.fcode 39 EX_FCODE = fs-zfs.fcode 55 %.fcode: $(BASEDIR)/zfs/common/%.fth
|
| /onnv/onnv-gate/usr/src/cmd/vi/port/ |
| printf.c | 74 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 + 'a' - 'A' [all...] |
| /onnv/onnv-gate/usr/src/uts/common/fs/smbsrv/ |
| smb_nt_transact_ioctl.c | 39 uint32_t fcode; member in struct:__anon26 82 uint32_t fcode; local 89 &fcode, &fid, &is_fsctl, &is_flags) != 0) { 100 if (ioctl_ret_tbl[i].fcode == fcode) {
|
| /onnv/onnv-gate/usr/src/tools/tokenize/ |
| tokenize.sh | 28 # Creates "tokenized" FCode programs from Forth source code. 33 # 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
|
| /onnv/onnv-gate/usr/src/psm/stand/bootblks/hsfs/ |
| Makefile.hsfs | 35 FS_FCODE = boot-hsfs.fcode 65 %.fcode: $(HSFS_DIR)/%.fth
|
| /onnv/onnv-gate/usr/src/psm/stand/bootblks/ufs/ |
| Makefile.ufs | 36 FS_FCODE = boot-ufs.fcode 63 %.fcode: $(UFS_DIR)/%.fth
|
| /onnv/onnv-gate/usr/src/cmd/csh/ |
| printf.c | 118 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 = 't'; /* Fake the rest of code. * [all...] |
| /onnv/onnv-gate/usr/src/lib/efcode/include/fcdriver/ |
| fcdriver.h | 32 #include <sys/fcode.h>
|
| /onnv/onnv-gate/usr/src/lib/efcode/extend/ |
| fthread.c | 30 #include <fcode/private.h> 31 #include <fcode/log.h>
|
| /onnv/onnv-gate/usr/src/lib/libbc/libc/stdio/common/ |
| scanf.c | 168 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';
|
| /onnv/onnv-gate/usr/src/ucbcmd/sed/ |
| sed.h | 113 FILE *fcode; member in struct:reptr::reptr1 125 FILE *fcode; member in struct:reptr::reptr2
|
| /onnv/onnv-gate/usr/src/ucblib/libucb/port/stdio/ |
| doprnt.c | 180 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 - '0' [all...] |
| /onnv/onnv-gate/usr/src/lib/efcode/interpreter/ |
| interpreter.c | 30 * Embedded Fcode Interpreter 32 * Process cmd line args and invoke Fcode engine. 45 #include <fcode/engine.h> 46 #include <fcode/log.h> 47 #include <fcode/debug.h> 74 " -f <file> interpret fcode/source <file>\n"); 80 " -a FCODE image has a.out header\n");
|
| Makefile | 41 LIBS = fcode.so fcdriver.so
|
| /onnv/onnv-gate/usr/src/lib/efcode/upa/ |
| upa.c | 31 #include <fcode/private.h>
|