Home
last modified time | relevance | path

Searched refs:code (Results 226 – 250 of 413) sorted by relevance

12345678910>>...17

/original-bsd/old/roff/common_source/
H A Dnii.c44 int code; variable
/original-bsd/games/phantasia/
H A DCOPYRIGHT3 these files contain AT&T proprietary source code.
/original-bsd/usr.bin/pascal/how/
H A Dhow_pix5 will translate the program into interpreter code which will be then be executed
/original-bsd/bin/sh/
H A DTOUR21 programs that generate source code. A complete list of these
50 It pulls this code out into routines which are when particular
118 We now start a top-down look at the code:
124 OPTIONS.C: This file contains the option processing code. It is
131 PARSING: The parser code is all in parser.c. A recursive des-
149 machines, but the code to keep track of when to delete the tem-
268 When a program is run, the code in eval.c sticks any environment
282 tered throughout the code, depending on which location appears
341 input file is the top file on this stack. The code allows the
356 code is in show.c.
/original-bsd/local/ditroff/ditroff.old.okeeffe/driver/
H A Ddver.c902 int j, ofont, code; local
938 code = p[i] & BMASK;
942 fprintf(stderr,"%c %d\n", c+32, code);
944 fprintf(stderr,"%03o %d\n", c+32, code);
947 outc(code); /* character is < 254 */
1206 outc(code) in outc() argument
1207 int code; /* character to print */ in outc()
1223 dis = dispatch + code;
1226 if (dbg) fprintf(stderr, "char %d at (%d,%d)", code, hpos, vpos);
H A Ddvar.c934 int j, ofont, code; local
971 code = p[i] & BMASK;
975 fprintf(stderr,"%c %d\n", c+32, code);
977 fprintf(stderr,"%03o %d\n", c+32, code);
980 outc(code); /* character is < 254 */
1196 outc(code) in outc() argument
1197 int code; /* character to print */ in outc()
1213 dis = dispatch + code;
/original-bsd/sbin/scsiformat/
H A Dscsiformat.c313 int len, code, i; local
318 code = mp->mp_psc & SCSI_MS_PC_MASK;
321 code, mp->mp_psc & SCSI_MS_MP_SAVEABLE ? " (saveable)" : "", len);
322 switch (code) {
/original-bsd/bin/test/
H A Dmkops4 # This code is derived from software contributed to Berkeley by
/original-bsd/lib/libc/db/
H A DVERSION3 This is version 1.74 of the Berkeley DB code.
5 If your version of the DB code doesn't have a copy
/original-bsd/usr.bin/uucp/uucico/
H A Dcico.c747 cleanup(code) in cleanup() argument
748 register int code; in cleanup()
792 if (code == 0)
795 DEBUG(1, "exit code %d\n", code);
798 exit(code);
/original-bsd/sys/pmax/dev/
H A Ddtop.c342 msg.code.val.len = 1;
494 pkt->code.bits = DTOP_GET_BYTE(data);
499 len = pkt->code.val.len + 1;
701 msg_len = msg->code.val.len;
/original-bsd/usr.bin/uucp/DOC/
H A DCHANGES93 The expect/send code now supports:
106 The 'g' protocol code was cleaned up a lot and is now almost
138 Incorporated Bill Sebok's code to dial in and out on the same modem.
162 Added code to support GTEs PC Pursuit service. It's mainly the handling of the
/original-bsd/usr.bin/uucp/port/LIBNDIR/
H A DREADME21 P.S. Also, ignore the "Error code 1 (ignored)" produced on some systems.
/original-bsd/old/pcc/ccom.vax/
H A Dmacdefs50 /* various standard pieces of code are used */
/original-bsd/old/pcc/mip/
H A DFCONVERT23 code: they must be also done, either on fort.h or
/original-bsd/usr.bin/yacc/
H A DREADME7 Berkeley Yacc is distributed with no warranty whatever. The code is certain
/original-bsd/contrib/emacs-18.57/src/
H A Dprocess.c330 decode_status (l, symbol, code, coredump) in decode_status() argument
333 int *code;
341 *code = 0;
348 *code = XFASTINT (XCONS (tem)->car);
361 int code, coredump; local
364 decode_status (status, &symbol, &code, &coredump);
368 string = build_string (code < NSIG ? sys_siglist[code] : "unknown");
375 if (code == 0)
377 string = Fint_to_string (make_number (code));
H A Dsysdep.c576 int code; member
617 saved_handlers[0].code = SIGINT; in sys_suspend()
618 saved_handlers[1].code = SIGQUIT; in sys_suspend()
621 saved_handlers[3].code = SIGIO; in sys_suspend()
622 saved_handlers[4].code = 0; in sys_suspend()
624 saved_handlers[3].code = 0; in sys_suspend()
679 while (saved_handlers->code)
690 while (saved_handlers->code)
2644 #define code s.s_code macro
2688 itemlst[0].code = CHP$_FLAGS;
[all …]
/original-bsd/usr.bin/netstat/
H A Dns.c227 u_short code; member
300 if (ns_errnames[j].code == c)
/original-bsd/local/ditroff/ditroff.okeeffe/ideal/
H A Dideal.h181 int code[POSSINTER]; member
230 int code; member
/original-bsd/
H A DREADME3 code control system (SCCS) in 1980 (three years after Bill Joy began his
15 1. Redistributions of source code must retain the above copyright
/original-bsd/usr.bin/indent/
H A DREADME31 | battle about how to format C code. After about a week of fighting, I
33 | code. It had a bunch of different options that would let you format
72 author) that the code, as it stands with its copyright, is
/original-bsd/sys/tahoe/tahoe/
H A Dmachdep.c307 sendsig(catcher, sig, mask, code) in sendsig() argument
310 unsigned code;
359 fp->sf_code = code;
/original-bsd/usr.bin/pascal/px/
H A DREAD_ME3 This directory contains the source code for the Version 7 VAX
/original-bsd/sys/news3400/
H A DREADME13 have any comments about this code. Bugfix will be greatly appreciated.

12345678910>>...17