Home
last modified time | relevance | path

Searched refs:end (Results 1 – 25 of 427) sorted by relevance

12345678910>>...18

/original-bsd/usr.bin/f77/libI77/test/
H A Dnmlist.data2 &end
3 &nml key=1 ii=10 &end
6 &nml key=4 ivec(4)=6 &end
11 &nml key=9 &end
12 &nml key=-999 &end
13 &nmc &end
16 &end
20 &nmc key=-999 &end
21 &nmrd key=0 &end
32 &nmcmp key = 0 &end
[all …]
H A Dnmlist.log6 &end
9 &end
12 &end
15 &end
18 &end
21 &end
24 &end
27 &end
30 &end
33 &end
[all …]
/original-bsd/sys/vm/
H A Dvm_map.c457 (vm_size_t)(end - prev_entry->end))) {
463 map->size += (end - prev_entry->end);
464 prev_entry->end = end;
476 new_entry->end = end;
649 if (end > map->max_offset || end < start)
846 new_entry->start = entry->end = end;
1157 (entry->end < end &&
1254 if (entry->end < end &&
1376 if (end > current->end &&
1390 size = (end <= current->end ? end : current->end) - start;
[all …]
/original-bsd/old/dbx/tests/pc/
H A Dpcerror.p24 end;
38 end;
40 end;
46 end;
55 end;
59 end;
63 end;
67 end;
78 end;
91 end;
[all …]
H A Dlongsym.p9 end;
11 end;
13 end;
15 end;
17 end;
20 end.
H A Dvarparam.p7 writeln('end of p');
8 end;
14 writeln('end of q');
15 end;
19 writeln('end of test, i = ', i:1);
20 end.
H A Dfproc.p8 end;
20 end;
22 end;
34 end;
39 end;
47 end.
/original-bsd/usr.bin/pascal/pdx/test/
H A Dpcerror.p33 end;
47 end;
49 end;
55 end;
64 end;
68 end;
72 end;
76 end;
87 end;
100 end;
[all …]
H A Doverflow.p25 end;
27 end;
36 end;
38 end;
47 end;
55 end;
61 end;
72 end;
73 end else begin
76 end;
[all …]
H A Dvarparam.p16 writeln('end of p');
17 end;
23 writeln('end of q');
24 end;
28 writeln('end of test, i = ', i:1);
29 end.
H A Dtest.p21 end;
39 end;
47 end;
56 end;
57 end;
59 end;
68 end.
H A Dparall.p29 end;
39 end;
230 end;
280 end;
304 end;
326 end;
339 end;
370 end;
408 end;
450 end;
[all …]
/original-bsd/usr.bin/pascal/pxref/
H A Dpxref.p40 end;
45 end;
122 end
123 end
168 end
183 end;
194 end;
199 end;
213 end;
228 end;
[all …]
/original-bsd/local/ditroff/ditroff.okeeffe/tbl/
H A Dvertlines.c12 drawvert(start, end, c, lwid){ in drawvert() argument
16 end++; in drawvert()
21 while(instead[end]) in drawvert()
22 end++; in drawvert()
29 if(end < nlin){ in drawvert()
30 if(fullbot[end] || (!instead[end] && allh(end))) in drawvert()
33 switch(midbar(end, c)){ in drawvert()
46 switch(interh(end, c)){ in drawvert()
60 switch(interh(end, c)){ in drawvert()
/original-bsd/old/tbl/
H A Dtv.c11 drawvert(start,end, c, lwid) in drawvert() argument
15 end++; in drawvert()
18 while (instead[end]) end++; in drawvert()
25 if (end<nlin) in drawvert()
27 if (fullbot[end]|| (!instead[end] && allh(end))) in drawvert()
30 switch (midbar(end,c)) in drawvert()
40 switch(interh(end, c)) in drawvert()
47 switch(interh(end,c)) in drawvert()
/original-bsd/sys/scripts/
H A Dbdump18 end
20 end
23 end
25 end
41 end
43 end
45 end
57 end
59 end
80 end
[all …]
H A Dxps14 end
17 end
26 end
29 end
31 end
32 end
H A Dpgrpdump10 end
12 end
13 end
20 end
21 end
/original-bsd/usr.bin/pascal/libpc/
H A Dunixio.i16 end;
31 end;
37 end;
43 end;
56 end;
73 end;
82 end
83 end;
/original-bsd/contrib/sort/
H A Dfiles.c25 getnext(binno, infl0, nfiles, pos, end, dummy) in getnext() argument
29 register u_char *end;
82 if (end - pos->data < pos->length) {
107 register char *end, *pos; local
136 if (pos >= end && end == (char *) bufend) {
137 if ((char *) buffer->data < end) {
230 register char *end, *pos; local
235 end = buf + MAXLLEN;
244 if (pos == end) {
292 register u_char *end;
[all …]
/original-bsd/sys/libkern/
H A Dskpc.c18 register u_char *cp, *end, mask; local
22 for (end = &cp[size]; cp < end && *cp == mask; ++cp);
23 return (end - cp);
H A Dlocc.c18 register u_char *cp, *end, mask; local
22 for (end = &cp[size]; cp < end && *cp != mask; ++cp);
23 return (end - cp);
H A Dscanc.c18 register u_char *end; local
22 for (end = &cp[size]; cp < end && (table[*cp] & mask) == 0; ++cp);
23 return (end - cp);
/original-bsd/contrib/usr.x25/lib/
H A Dgetx25hostent.c81 register char *p, *cp, **q, *end; in getx25hostent() local
96 end = any (p, FileEnd, "\n"); in getx25hostent()
97 for (; end; p = end+1, end = any (end+1, FileEnd, "\n")) { in getx25hostent()
100 bcopy (p, line, (end + 1) - p); in getx25hostent()
132 FilePos = end + 1; in getx25hostent()
/original-bsd/usr.bin/yacc/test/
H A Derror.output1 0 $accept : S $end
6 $accept : . S $end (0)
21 $accept : S . $end (0)
23 $end accept

12345678910>>...18