Home
last modified time | relevance | path

Searched refs:F (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/original-bsd/contrib/dungeon/
H A DMANIFEST9 actors.F 6
11 ballop.F 7
15 clockr.F 2
20 demons.F 1
21 dgame.F 6
22 dinit.F 5
24 dmain.F 6
25 dso1.F 7
26 dso2.F 5
27 dso3.F 7
[all …]
H A DREADME42 dmain.F -program root
43 dgame.F -main routine
46 np.F -parser, part 0
47 np1.F -parser, part 1
48 np2.F -parser, part 2
49 np3.F -parser, part 3
51 verbs.F -principal verbs
53 sverbs.F -simple verbs
59 rooms.F -room processors
61 sobjs.F -simple objects
[all …]
H A Dclockr.F115 IF(F) GO TO 6200
127 F=RMDESC(0)
147 IF(F) GO TO 6400
157 F=RMDESC(0)
175 IF(F) GO TO 6550
188 IF(F) GO TO 6650
198 F=RMDESC(0)
206 IF(F) GO TO 6750
218 F=RMDESC(0)
237 F=RMDESC(0)
[all …]
H A Ddgame.F12 LOGICAL F,PARSE,FINDXT,XVEHIC,LIT local
38 F=RMDESC(3)
71 F=RAPPLI(RACTIO(HERE))
166 2350 F=RAPPLI(RACTIO(HERE))
184 LOGICAL F,CLOCKD,FLAG,XVEHIC local
196 IF(PRSWON) F=CLOCKD(X)
198 IF(PRSWON) F=XVEHIC(2)
H A Ddverb1.F87 LOGICAL F,PUT,OBJACT
119 F=PUT(.TRUE.)
266 LOGICAL LIT,F,F1,TAKE,PUT,DROP,NOTVAL,QHERE local
278 F=.TRUE.
301 F=.FALSE.
313 F=.FALSE.
327 F=.FALSE.
336 4000 IF(F) CALL RSPEAK(I)
/original-bsd/usr.bin/join/
H A Djoin.c240 slurp(F) in slurp() argument
241 INPUT *F; in slurp()
259 if (F->setcnt == F->setalloc) {
262 if ((F->set = realloc(F->set,
269 lastlp = &F->set[F->setcnt - 1];
280 lp = &F->set[F->setcnt];
282 tmp = F->set[F->setcnt];
283 F->set[F->setcnt] = F->set[F->pushback];
284 F->set[F->pushback] = tmp;
322 F->pushback = F->setcnt;
[all …]
/original-bsd/usr.bin/uucp/vms/support/
H A Dstartuucp.com10 $ set_user_cld = F$PARSE("NYU$PRINTER:SETUSER.CLD")
13 $ set_user = F$PARSE("NYU$PRINTER:SETUSER.EXE")
14 $ if set_user .nes. "" then $ set_user = F$SEARCH(set_user)
19 $ uucico = F$PARSE( uucico_file )
20 $ if uucico .nes. "" then $ uucico = F$SEARCH(uucico)
24 $ uuxqt = F$PARSE( uuxqt_file )
25 $ if uuxqt .nes. "" then $ uuxqt = F$SEARCH(uuxqt)
28 $ resubmit = F$PARSE("NYU$BACKUP:RESUBMIT.COM")
29 $ if resubmit .eqs. "" then $ resubmit = F$SEARCH(resubmit)
33 $ uucp_user = F$LOGICAL("UUCP_NAME")
[all …]
/original-bsd/sys/ufs/lfs/
H A Dlfs.h253 if (bread((F)->lfs_ivnode, \
260 #define LFS_IENTRY(IP, F, IN, BP) { \ argument
263 if (_e = bread((F)->lfs_ivnode, \
264 (IN) / (F)->lfs_ifpb + (F)->lfs_cleansz + (F)->lfs_segtabsz,\
274 if (_e = bread((F)->lfs_ivnode, \
275 ((IN) >> (F)->lfs_sushift) + (F)->lfs_cleansz, \
331 #define ISSPACE(F, BB, C) \ argument
335 #define IS_FREESPACE(F, BB) \ argument
336 ((F)->lfs_bfree > ((F)->lfs_dsize * (F)->lfs_minfree / 100 + (BB)))
338 #define ISSPACE_XXX(F, BB) \ argument
[all …]
/original-bsd/usr.bin/uucp/vms/
H A Duuxqt.com20 $ UUXQT_CMD_FILE = F$SEARCH(UUXQT_DIR + "uuxqt.dat;*")
27 $ UUXQT_CMD_FILES = UUXQT_CMD_FILE - F$PARSE(UUXQT_CMD_FILE,,,"VERSION") + ";*"
46 $ subject = subject + F$LOG("SYS$NODE")
47 $ subject = subject + "UUXQT error: " + F$STRING(STATUS)
49 $ subject = subject + F$MESSAGE(STATUS)
52 $ dis_list = F$PARSE(dis_list)
54 $ dis_list = F$SEARCH(dis_list)
56 $ if F$LOCATE(".DIS",DIS_LIST) .lt. F$LENGTH(DIS_LIST) then -
H A Duucico.com28 $ UUCICO_CMD_FILE = F$SEARCH(UUCICO_DIR + "uucico.dat;*")
58 $ subject = subject + F$LOG("SYS$NODE")
59 $ subject = subject + "UUCICO error: " + F$STRING(STATUS)
61 $ subject = subject + F$MESSAGE(STATUS)
64 $ dis_list = F$PARSE(dis_list)
66 $ dis_list = F$SEARCH(dis_list)
68 $ if F$LOCATE(".DIS",dis_list) .lt. F$Length(dis_list) then -
/original-bsd/games/fortune/tools/
H A DDo_spell6 F=_spell.$$
8 spell < $1 > $F
9 sort $F $1.sp.ok | uniq -u | column
10 rm -f $F
/original-bsd/lib/libm/common_source/
H A Dlog.c350 double F, f, g, q, u, u2, v, zero = 0.0, one = 1.0; local
379 F = (1.0/N) * j + 1; /* F*128 is an integer in [128, 512] */
380 f = g - F;
383 g = 1/(2*F+f);
400 u2 = (2.0*(f - F*u1) - u1*f) * g;
425 double F, f, g, q, u, v, u2, one = 1.0; local
439 F = (1.0/N) * j + 1;
440 f = g - F;
442 g = 1/(2*F+f);
450 u2 = (2.0*(f - F*u1) - u1*f) * g;
/original-bsd/usr.bin/spell/
H A Dspell.sh11 : V data for -v, B flags, D dictionary, S stop, H history, F files, T temp
13 V=/dev/null B= F=
17 next="F=$F@"
36 next="F=$F@" ;;
41 /dev/null) eval $R $F | sort -u | /usr/libexec/spell $S $T |
44 *) eval $R $F | sort -u | /usr/libexec/spell $S $T |
/original-bsd/usr.bin/vgrind/
H A Dtmac.vgrind17 'tl '\s14\f3\\*(=F\fP\s0'\\*(=H'\f3\s14\\*(=F\fP\s0'
23 'ds =G \\*(=F
57 .if \\nx .tm \\$1 \\*(=F \\n%
61 .if \\nx .tm \\$1 \\*(=F \\n%
64 'de -F
/original-bsd/sys/netiso/
H A Dtp_trace.h133 #define tptrace(A,B,C,D,E,F) \ argument
135 (u_int)(A),(u_int)(B),(u_int)(C),(u_int)(D),(u_int)(E),(u_int)(F))
137 #define tptraceTPCB(A,B,C,D,E,F) \ argument
139 (u_int)(A),(u_int)(B),(u_int)(C),(u_int)(D),(u_int)(E),(u_int)(F))
162 #define tptrace(A,B,C,D,E,F) 0 argument
163 #define tptraceTPCB(A,B,C,D,E,F) 0 argument
/original-bsd/share/me/
H A Dsummary.external1 " F\(sc comment (to end of line)
3 $ F\(sc interpolate argument
45 (space) F\(sc unpaddable space
56 * F\(sc interpolate string
61 - F\(sc minus sign
82 \' F\(sc acute accent
83 \` F\(sc grave accent
85 ^ F\(sc 1/12 em narrow space
105 c F\(sc continue input
120 f F\(sc inline font change
[all …]
/original-bsd/usr.sbin/amd/fsinfo/
H A Dfsi_lex.l46 BEGIN F; \
64 BEGIN F; \
120 %start F Q
125 <F>[^ \t\n"={}]+ { return find_resword(yytext); }
/original-bsd/games/quiz/datfiles/
H A Dpres13 {M{illard} }Fillmore:1850-{{18}5}3:{F{ranklin} }Pierce
14 {F{ranklin} }Pierce:1853-{{18}5}7:{J{ames} }Buchanan
31 {H{erbert} }Hoover:1929-{19}33:{F{ranklin} }{D{elano} }Roosevelt|FDR
32 {F{ranklin} }{D{elano} }Roosevelt|FDR:1933-{19}45:{H{arry} }{S }Truman
34 {D{wight} }{D{avid} }Eisenhower:1953-{19}61:{J{ohn} }{F{itzgerald} }Kennedy|JFK
35 {J{ohn} }{F{itzgerald} }Kennedy|JFK:1961-{{19}6}3:{L{yndon} }{B{aines} }Johnson|LBJ
/original-bsd/old/lisp/fp/fp.vax/
H A DprimFp.l78 ((eq 'F (car x)) 'F)
99 'F)
108 (and (eq p 'F) (eq q 'F)))
122 ((boolp x) (cond ((eq x 'T) 'F) (t 'T)))
146 (t 'F)))
153 (t 'F)))
160 (t 'F)))
188 ; check if a variable is boolean, 'T' or 'F'
191 (memq x '(T F)))
/original-bsd/lib/libm/tahoe/
H A Dcbrt.s52 ldf F # acc = F
53 divf r3 # acc = F/(s+E+D/s)
54 addf G # acc = G+F/(s+E+D/s)
55 mulf r2 # acc = q*(G+F/(s+E+D/s)) = new q to 23 bits
56 stf r2 # r2 = q*(G+F/(s+E+D/s)) = new q to 23 bits
90 F: .long 0x40cdb6db #.float 0f1.607142857 # 45/28 label
/original-bsd/usr.sbin/sendmail/cf/cf/
H A Dhuginn.cs.mc33 R< @ $=F . $D . > : $* $@ $>7 $2 @here:... -> ...
34 R$* $=O $* < @ $=F . $D . > $@ $>7 $1 $2 $3 ...@here -> ...
36 R$* < @ $=F . $D . > $#local $: $1 use UDB
H A Dmail.cs.mc34 R< @ $=F . $D . > : $* $@ $>7 $2 @here:... -> ...
35 R$* $=O $* < @ $=F . $D . > $@ $>7 $1 $2 $3 ...@here -> ...
37 R$* < @ $=F . $D . > $#local $: $1 use UDB
H A Dmail.eecs.mc34 R< @ $=F . $D . > : $* $@ $>7 $2 @here:... -> ...
35 R$* $=O $* < @ $=F . $D . > $@ $>7 $1 $2 $3 ...@here -> ...
37 R$* < @ $=F . $D . > $#local $: $1 use UDB
/original-bsd/old/as.vax/
H A Dinstrs334 # 179f movf MOV TN1 CORE 0x50 2 R F W F
351 # 182d mnegf NEG TN1 CORE 0x52 2 R F W F
408 # 188d cmpf CMP TN1 CORE 0x51 2 R F R F
430 # 191g addf2 ADD OP CORE 0x40 2 R F M F
431 # 191h addf3 ADD OP CORE 0x41 3 R F R F W F
444 # 195i subf2 SUB OP CORE 0x42 2 R F M F
445 # 195j subf3 SUB OP CORE 0x43 3 R F R F W F
463 # 199h mulf3 MUL OP CORE 0x45 3 R F R F W F
470 # 201a emodf HARD HARD CORE 0x54 5 R F R B R F W L W F
482 # 204h divf3 DIV OP CORE 0x47 3 R F R F W F
[all …]
/original-bsd/contrib/sort/
H A Dinit.c145 if (((tmp & R) ^ (gflag & R)) && tmp & F)
147 else if (tmp & F)
157 cur_fld->flags &= (D|F|I|N|R|BI);
177 case 'f': return(F);
280 if (gflags & R && (!(gflags & F) || !SINGL_FLD))
282 else if (!(gflags & F) || !SINGL_FLD)
293 if (SINGL_FLD && gflags & F) {

12345678910>>...12