Home
last modified time | relevance | path

Searched refs:code (Results 101 – 125 of 413) sorted by relevance

12345678910>>...17

/original-bsd/usr.bin/window/
H A Dcompress.c57 short code; /* token code */ member
64 #define threshp(code, count, length) \ argument
87 if (threshp((p)->code, ccount, length) || \
235 p->code = i; in ccinit()
244 p->code = -1; in ccinit()
515 if (p->code >= 0) {
697 } else if (p->code >= 0) {
744 if (p->code >= 0 || ccount >= threshold)
840 } else if (p->code >= 0) {
848 p->code = p1->code;
[all …]
/original-bsd/old/roff/troff/
H A Dt10.c39 extern int code;
198 if((!xflg || (xpts == *pslp)) && (code & 077)){
199 if(code & 0200){
203 if((k=(code>>6)&01)^mcase)oput((mcase=k)+0105);
217 *obufp++ = code & 077;
223 oput(code & 077);
/original-bsd/sys/netinet/
H A Dip_input.c633 code = &cp[IPOPT_OLEN] - (u_char *)ip;
663 code = ICMP_UNREACH_SRCFAIL;
694 code = ICMP_UNREACH_SRCFAIL;
727 code = ICMP_UNREACH_HOST;
736 code = cp - (u_char *)ip;
792 icmp_error(m, type, code, 0, 0);
975 int error, type = 0, code; local
1051 code = ICMP_REDIRECT_HOST;
1092 code = ICMP_UNREACH_HOST;
1097 code = ICMP_UNREACH_NEEDFRAG;
[all …]
/original-bsd/games/boggle/
H A DREADME4 Bog has not been derived from any proprietary code.
19 bog.c - machine independent game code
22 mach.c - (curses) display code
37 and insert the input polling code in timer.c for your system. There is
38 already code there for BSD, SYSV, and ATARI.
/original-bsd/usr.bin/sed/
H A Dcompile.c60 char code; /* Command code */ member
175 cmd->code = *p;
176 for (fp = cmd_fmts; fp->code; fp++)
177 if (fp->code == *p)
179 if (!fp->code)
196 cmd2->code = '}';
217 "extra characters at the end of %c command", cmd->code);
224 "command %c expects \\ followed by text", cmd->code);
229 "extra characters after \\ at the end of %c command", cmd->code);
663 switch (cp->code) {
/original-bsd/usr.bin/uucp/uuclean/
H A Duuclean.c239 cleanup(code) in cleanup() argument
240 int code; in cleanup()
242 exit(code);
/original-bsd/usr.bin/pascal/how/
H A Dhow_pi5 will translate the program into interpreter code which will be left in the
6 file "obj" in the current directory. This code can be executed by typing
/original-bsd/sys/deprecated/bbnnet/
H A Dic_output.c122 send_redirect (redirip, use, code, icmplen)
139 ic->ic_code = code;
171 ic_errmsg (src, dst, type, code, off, dlen, dp)
203 ic->ic_code = code;
/original-bsd/usr.sbin/timed/timed/
H A DTODO.jb6 partly depend upon how the multi-network code gets implemented, but the
9 UGLY,CODE. timedc/cmds.c has a lots of repeated code in it.
11 **** I haven't looked at the code, but if you want to work it over, be my
41 too concerned about minor configuration problems with m68000 code.
/original-bsd/usr.bin/sort/
H A Dsort.c172 char *code; member
245 if(p->code != proto.code) continue;
251 p->code = q->code;
603 char *code, *ignore; local
678 code = fp->code;
691 if((sa = code[*pb++]-code[*pa++]) == 0)
797 p->code = fold+128;
/original-bsd/sys/hp300/dev/
H A Ddcm.c439 register int code, i; local
456 code = hp2dce_in(code);
457 mcnd[i] = code;
473 if (code & IIR_TIMEO)
475 if (code & IIR_PORT0)
477 if (code & IIR_PORT1)
479 if (code & IIR_PORT2)
481 if (code & IIR_PORT3)
541 int unit, code; in dcmpint()
546 if (code & IT_SPEC)
[all …]
/original-bsd/local/ditroff/ditroff.old.okeeffe/driver/
H A Dch2vft.c38 int code; variable
104 if (sscanf (ibuff, ":%d, width = %f", &code, &par) != 2)
106 if (ignorecode) codeindex++; else codeindex = code;
156 if (refv < 0) error("no reference point in glyph %d.", code);
H A Dch2x.c43 int code; variable
100 if (sscanf (ibuff, ":%d, width = %f", &code, &par) != 2)
102 if (ignorecode) codeindex++; else codeindex = code;
147 if (refv < 0) error("no reference point in glyph %d.", code);
/original-bsd/sys/pmax/dev/
H A Dtz.c204 tzcommand(dev, command, code, count, data) in tzcommand() argument
207 int code;
226 c->highAddr = code;
681 int code, count; local
696 code = 0;
701 code = 1;
706 code = 1;
711 code = 0;
716 code = 0;
723 code = 0;
[all …]
/original-bsd/sys/hp300/DOC/
H A DOptions52 Compiles in code which will enable a "force-crash" HIL keyboard
66 throughout the hp300 MD code and device drivers.
71 evolutionary and "as-needed" nature of this code, "recent" is
77 Compile in old 4.2-ish HP-UX (pre-6.0?) compatibility code.
80 Compile in code to support the 68881 and above FPU. Should always
86 Compile in code to collect a variety of transmit/receive statistics
90 Compile in code to collect statistics about the distribution of
/original-bsd/sys/isofs/cd9660/
H A DTODO.hibler2 Since it was modelled after the inode code, we might be able to merge
6 2. It would be nice to be able to use the vfs_cluster code.
/original-bsd/lib/libc/regex/
H A Dcname.h17 char code; member
/original-bsd/usr.bin/locate/
H A DMakefile3 SUBDIR= bigram code locate
/original-bsd/old/dbx/tests/cc/out/out.tahoe/
H A Dsleep.out4 execution completed (exit code 5)
/original-bsd/usr.bin/locate/code/
H A DMakefile3 PROG= locate.code
/original-bsd/usr.bin/f77/pass1.tahoe/
H A Dstab.c49 prstab(s, code, type, loc) in prstab() argument
51 int code, type;
58 sprintf(asmline, "\t.stabn\t0x%x,0,0x%x,%s\n", code, type, locout);
60 sprintf(asmline, "\t.stabs\t\"%s\",0x%x,0,0x%x,%s\n", s, code, type,
/original-bsd/contrib/sc/
H A DCHANGES18 Cleaned up the INTERNATIONAL ifdefs with more portable code.
50 Added code for multi argument versions of @min and @max.
53 Added code to save/restore hidden rows and columns when the
77 Provision of a copyent function to copy entries (same code repeated
80 repeated code
98 involved a bunch of code cleanup.
/original-bsd/usr.sbin/amd/doc/
H A Damdref.texinfo545 @table @code
601 @table @code
1354 the @code{$@{rhost@}} and @code{$@{rfs@}} since @code{$@{rfs@}} begins
1380 @table @code
1424 @table @code
1761 @table @code
1797 @table @code
3296 values as @code{4.2}, @code{nfs} or @code{swap}. The value is not
3370 @code{volname} and @code{sel}.
3400 be exported to the machines @code{dylan}, @code{dougal}, @code{florence}
[all …]
/original-bsd/sys/news3400/bm/
H A Dkb_encode.c170 #define PUT(cond, code, len) ((cond) ? put_code(code, len) : 0) argument
171 #define PUT_KANA(cond, code, len) ((cond) ? put_kana(code, len) : 0) argument
/original-bsd/sys/sys/
H A Dsignalvar.h136 void trapsignal __P((struct proc *p, int sig, u_long code));
141 void sendsig __P((sig_t action, int sig, int returnmask, u_long code));

12345678910>>...17