Home
last modified time | relevance | path

Searched refs:no (Results 1 – 25 of 263) sorted by relevance

1234567891011

/original-bsd/lib/libcompat/regexp/
H A Dregsub.c44 register int no; local
61 no = 0;
63 no = *src++ - '0';
65 no = -1;
66 if (no < 0) { /* Ordinary character. */
70 } else if (prog->startp[no] != NULL && prog->endp[no] != NULL) {
71 len = prog->endp[no] - prog->startp[no];
72 (void) strncpy(dst, prog->startp[no], len);
H A Dregexp.c971 register int no; local
974 no = OP(scan) - OPEN;
984 regstartp[no] = save;
999 register int no; local
1002 no = OP(scan) - CLOSE;
1011 if (regendp[no] == NULL)
1012 regendp[no] = save;
1039 register int no; local
1053 while (no >= min) {
1059 no--;
[all …]
/original-bsd/sys/sparc/sparc/
H A Dopenprom.c62 register struct nodeops *no; local
64 no = promvec->pv_nodeops;
65 for (; sid != 0; sid = no->no_nextnode(sid))
66 if (sid == tid || openpromcheckid(no->no_child(sid), tid))
101 register struct nodeops *no; local
123 no = promvec->pv_nodeops;
136 len = no->no_proplen(node, name);
147 (void)no->no_getprop(node, name, value);
179 nextprop = no->no_nextprop(node, name);
193 node = no->no_nextnode(node);
[all …]
/original-bsd/local/ukc/dump/dumpall/
H A Ddumpall.sh22 askagain=no
30 no|n|N)
32 askagain=no
/original-bsd/usr.bin/ex/
H A Dex_set.c26 bool no; in set() local
50 no = 0; in set()
53 no++; in set()
87 op->ovalue = 1 - no; in set()
89 oprompt = 1 - no; in set()
92 if (no) in set()
/original-bsd/sys/luna68k/stand/
H A Dlocore.s226 jeq LbeX0 | no, test RC
231 jeq LbeX1 | no, skip
244 jeq Lbe3 | no, try FC
249 jeq Lbe10 | no, done
255 jeq Lbe10 | no, all done
294 jne Lbex1 | no, skip
302 jne Lbex2 | no, skip
363 clrl sp@- | no VA arg
394 clrl sp@- | no VA arg
514 jne Last1 | no, skip
[all …]
/original-bsd/sys/hp300/hp300/
H A Dlocore.s84 jne _addrerr | no, skip
94 jeq Lberr2 | no, skip
119 jne Lbenot040 | no, skip
133 jeq LbeX1 | no, skip
146 jeq Lbe3 | no, try FC
151 jeq Lbe10 | no, done
265 clrl sp@- | no VA arg
295 jne Lfault1 | no, skip
301 jlt Lfault2 | no, skip
324 clrl sp@- | no VA arg
[all …]
/original-bsd/usr.bin/pascal/pxp/
H A Dpmon.c169 long no; in pmread() member
177 if (zmagic.no != 0426) in pmread()
195 cnttab(s, no) in cnttab() argument
197 short no;
204 if (no == zpfcnt)
206 pp = &zpf[no];
/original-bsd/usr.bin/window/
H A Dwindowrc46 "l = sysline, pty = no, frame = no, sh = sysline \\-w), 1;" \
51 alias rlogin "window r = $three_fourth, l = $1, pty = no, mapnl = no," \
/original-bsd/usr.bin/struct/struct/
H A Dstruct.sh9 files=no
22 no)
/original-bsd/sys/luna68k/luna68k/
H A Dlocore.s83 jne _addrerr | no, skip
93 jeq Lberr2 | no, skip
132 jeq LbeX1 | no, skip
145 jeq Lbe3 | no, try FC
150 jeq Lbe10 | no, done
251 clrl sp@- | no VA arg
281 jne Lfault1 | no, skip
287 jlt Lfault2 | no, skip
310 clrl sp@- | no VA arg
320 clrl sp@- | no VA arg
[all …]
/original-bsd/usr.bin/f77/libF77/
H A Dh_indx.c28 goto no;
30 no: ;
H A Di_indx.c28 goto no;
30 no: ;
/original-bsd/games/phantasia/
H A DCOPYRIGHT14 * author assumes no responsibility for maintaining or revising this
20 * The author makes no warranties, express or implied, including warranties
23 * AT&T is in no way connected with this game.
/original-bsd/local/toolchest/ksh/
H A DRELEASE12 when used as a command argument, no matter what value IFS has.
53 PWD variable is no longer readonly but will be reset by cd.
100 should be fewer "no space" messages.
132 no longer gives a 'cannot open' on a temporary file.
159 i. Shift and . no longer leave side effects when used with
163 will no longer cause the shell to dump core.
172 since the shell no longer uses this signal internally for
185 no longer exits after command1 completes.
214 no longer causes a /tmp file to be left behind.
216 x. A bug which sometimes gave a "no space" message when the
[all …]
/original-bsd/usr.bin/cpp/
H A Dcpp.sh21 NSI=no
24 FOUNDFILES=no
/original-bsd/sys/hp300/stand/
H A Dsrt0.c82 jeq not370 | no, 360 or 375
87 jeq ihpibcheck | no, a 370
95 jeq ihpibcheck | no, a 360
115 movl #7,a0@ | no, we have a 380/425t
126 movl #0,a0@ | no, consider a 320 for now
130 jeq ihpibcheck | no, just a 320
136 clrl _internalhpib | no, clear the internal address
142 jne notreboot | no, skip
173 bne clr | no, keep going
/original-bsd/usr.bin/sed/
H A Dprocess.c513 register int len, no; local
526 no = 0;
528 no = *src++ - '0';
530 no = -1;
531 if (no < 0) { /* Ordinary character. */
537 } else if (match[no].rm_so != -1 && match[no].rm_eo != -1) {
538 len = match[no].rm_eo - match[no].rm_so;
540 memmove(dst, string + match[no].rm_so, len);
/original-bsd/lib/libc/tahoe/stdlib/
H A Datof.s73 blss ad4 # ... no, too small
141 bneq ex3 # ... no ...
168 bgtr ex6 # ... no
171 blss ex7 # ... no
238 bneq sd2 # ...no, go shift one bit at a time
296 cm0: bbc $30,r0,cm1 # jump if no adjustment needed
/original-bsd/lib/libc/vax/stdlib/
H A Datof.s70 jlss ad4 # ... no, too small
134 jneq ex3 # ... no ...
160 jgtr ex6 # ... no
163 jlss ex7 # ... no
227 jneq sd2 # ...no, go shift one bit at a time
285 cm0: jbc $30,r1,cm1 # jump if no adjustment needed
/original-bsd/admin/admin/network.1/
H A Dsiteinfo-tc29 Mailing Address (no P.O. Boxes): _____________________________________________________
36 Mailing Address (no P.O. Boxes): _____________________________________________________
/original-bsd/bin/pax/
H A Dpat_rep.c1060 register int no; local
1067 no = 0;
1069 no = *spt++ - '0';
1076 if ((prog->startp[no] == NULL) || (prog->endp[no] == NULL) ||
1077 ((len = prog->endp[no] - prog->startp[no]) <= 0))
1086 if (l_strncpy(dpt, prog->startp[no], len) != len)
/original-bsd/games/fortune/datfiles/
H A Dfortunes-o.fake1 There are no potentially offensive fortunes installed on this
/original-bsd/lib/libcompat/4.3/tahoe/
H A Dnargs.s23 shar $2,r0,r0 # no. of arguments
/original-bsd/usr.bin/uucp/UUAIDS/
H A Duu.hourly4 : uulog; : uulog no longer needed

1234567891011