Home
last modified time | relevance | path

Searched refs:getnum (Results 1 – 24 of 24) sorted by relevance

/original-bsd/usr.bin/f77/pass1.tahoe/
H A Dmain.c153 ip = &maxequiv; goto getnum;
155 ip = &maxext; goto getnum;
157 ip = &maxstno; goto getnum;
159 ip = &maxctl; goto getnum;
161 ip = &maxhash; goto getnum;
166 getnum:
/original-bsd/usr.bin/f77/pass1.vax/
H A Dmain.c165 ip = &maxequiv; goto getnum;
167 ip = &maxext; goto getnum;
169 ip = &maxstno; goto getnum;
171 ip = &maxctl; goto getnum;
173 ip = &maxhash; goto getnum;
178 getnum:
/original-bsd/usr.bin/learn/objects/
H A DMakefile3 OBJS= getline.o getnum.o
14 ${.CURDIR}/getnum.c ${DESTDIR}${LLIB}/learn/C
H A Dgetnum.c14 getnum() in getnum() function
/original-bsd/usr.bin/ex/
H A Dex_addr.c75 cnt = getnum(); in setcount()
87 getnum() in getnum() function
155 offset = getnum();
H A Dex_set.c60 ignore(getnum()); /* value */ in set()
103 op->ovalue = getnum(); in set()
H A Dex_v.c230 vsetsiz(isdigit(peekchar()) ? getnum() : value(WINDOW)); in vop()
/original-bsd/usr.bin/rs/
H A Drs.c70 char *getnum __P((int *, char *, int));
393 p = getnum(&owidth, p, 0);
400 p = getnum(&skip, p, 0);
408 p = getnum(&gutter, p, 0);
411 p = getnum(&propgutter, p, 0);
503 getnum(num, p, strict) /* num = number p points to; if (strict) complain */ in getnum() function
/original-bsd/libexec/getty/
H A Dextern.h19 long getnum __P((char *));
H A Dgettytab.h112 long getnum __P((char *));
/original-bsd/sys/vax/stand/
H A Dformat.c512 startcyl = getnum("Starting cylinder", 0, lp->d_ncylinders - 1, 0);
513 starttrack = getnum("Starting track", 0, lp->d_ntracks - 1, 0);
514 endcyl = getnum("Ending cylinder", 0, lp->d_ncylinders - 1,
516 endtrack = getnum("Ending track", 0, lp->d_ntracks - 1,
520 getnum(s, low, high, dflt) in getnum() function
573 maxeccbits = getnum( in getpattern()
/original-bsd/usr.sbin/mkproto/
H A Dmkproto.c49 long getnum();
115 in.di_uid = getnum(); in.di_gid = getnum();
164 i = getnum() & 0377;
165 f = getnum() & 0377;
214 getnum() in getnum() function
/original-bsd/old/pcc/c2.tahoe/
H A Dc20.c147 (line[0] == 'L') && (p->labno=getnum(line+1))) { in input()
171 (*cp1!='L' || 0==(p->labno = getnum(cp1+1)))) {/* jbs, etc.? */ in input()
175 (*cp1!='L' || 0==(p->labno=getnum(cp1+1)))) in input()
190 0!=(p->labno=getnum(curlp+1))) p->code=copy(cp1+1); in input()
203 p->labno = getnum(curlp+2); in input()
243 lp=curlp; while (*lp++); while (*--lp!='$'); ncase=getnum(lp+1); in input()
250 lp=curlp; while(*lp++!='-'); *--lp=0; p->labno=getnum(curlp+1); in input()
309 getnum(p) in getnum() function
H A Dc21.c109 n = getnum(&regs[RT1][1]); in bmove()
127 if (*cp1++=='-' && 0==(r=getnum(cp1)) && in bmove()
170 if (*cp1++=='-' && 0==(r=getnum(cp1)) && in bmove()
186 if ((r = ispow2(getnum(&regs[RT1][1]))) <= 0) goto std; in bmove()
225 if (getnum(&regs[RT2][1]) != 1) goto std; in bmove()
246 if ((shcnt = getnum(&regs[RT1][1])) < 1 || shcnt > 2) goto std; in bmove()
349 if (getnum(&regs[RT1][1]) != 1) goto std; in bmove()
379 if (*cp1++!='$' || (f=getnum(cp1))!=0xff && f!=0xffff) in bmove()
398 if ((boff = getnum(&regs[RT1][1])) < 0) goto std; in bmove()
447 if ((num = getnum(&regs[RT2][2])) <= 0 || num > 63) goto std; in bmove()
[all …]
H A Dc2.h144 long getnum();
/original-bsd/lib/libc/gen/
H A Dctime.c136 static const char * getnum P((const char * strp, int * nump, int min,
397 getnum(strp, nump, min, max) in getnum() function
436 strp = getnum(strp, &num, 0, HOURSPERDAY);
442 strp = getnum(strp, &num, 0, MINSPERHOUR - 1);
448 strp = getnum(strp, &num, 0, SECSPERMIN - 1);
503 strp = getnum(strp, &rulep->r_day, 1, DAYSPERNYEAR);
510 strp = getnum(strp, &rulep->r_mon, 1, MONSPERYEAR);
515 strp = getnum(strp, &rulep->r_week, 1, 5);
520 strp = getnum(strp, &rulep->r_day, 0, DAYSPERWEEK - 1);
526 strp = getnum(strp, &rulep->r_day, 0, DAYSPERLYEAR - 1);
/original-bsd/old/pcc/c2.vax/
H A Dc20.c155 (line[0] == 'L') && (p->labno=getnum(line+1))) { in input()
178 (*cp1!='L' || 0==(p->labno = getnum(cp1+1)))) {/* jbs, etc.? */ in input()
182 (*cp1!='L' || 0==(p->labno=getnum(cp1+1)))) in input()
196 0!=(p->labno=getnum(curlp+1))) p->code=copy(cp1+1); in input()
234 lp=curlp; while (*lp++); while (*--lp!='$'); ncase=getnum(lp+1); in input()
245 lp=curlp; while(*lp++!='-'); *--lp=0; p->labno=getnum(curlp+1); in input()
285 getnum(p) in getnum() function
H A Dc21.c100 } else if (*cp1++=='-' && 0<=(r=getnum(cp1))) { in bmove()
139 } else if (*cp1++=='-' && 0<=(r=getnum(cp1))) { in bmove()
154 if ((r = ispow2(getnum(&regs[RT1][1]))) < 0) goto std; in bmove()
211 if ((shcnt = getnum(&regs[RT1][1])) < 1 || shcnt > 3) goto std; in bmove()
314 if ((flen = getnum(&regs[RT2][1])) < 0) goto std; in bmove()
344 if ((boff = getnum(&regs[RT1][1])) < 0) goto std; in bmove()
395 if ((num = getnum(&regs[RT2][2])) <= 0 || num > 63) goto std; in bmove()
775 0>(b=ispow2(getnum(cp1)))) return;
822 if (*cp1++!='$' || 0>(pos=isfield(f=getnum(cp1)))
853 && 0>(f=getnum(cp1)) && equstr(src,cp2)
[all …]
H A Dc2.h188 long getnum();
/original-bsd/old/adb/common_source/
H A Dexpr.c132 getnum() in getnum() function
217 getnum();
/original-bsd/old/dbx/
H A Dscanner.c62 private Token getnum();
150 t = getnum(); in yylex()
173 t = getnum(); in yylex()
501 private Token getnum() in getnum() function
/original-bsd/bin/rcp/
H A Drcp.c565 #define getnum(t) (t) = 0; while (isdigit(*cp)) (t) = (t) * 10 + (*cp++ - '0'); macro
570 getnum(mtime.tv_sec);
573 getnum(mtime.tv_usec);
576 getnum(atime.tv_sec);
579 getnum(atime.tv_usec);
/original-bsd/old/adb/adb.vax/
H A Dexpr.c162 ELIF getnum(readchar) in item()
209 getnum(rdf) int (*rdf)();
/original-bsd/old/adb/adb.tahoe/
H A Dexpr.c159 ELIF getnum() in item()
207 getnum() in getnum() function