Home
last modified time | relevance | path

Searched refs:keys (Results 1 – 25 of 38) sorted by relevance

12

/original-bsd/games/tetris/
H A Dtetris.c94 register char *keys; local
99 keys = "jkl pq";
134 if (keys[i] == keys[j]) {
141 if (keys[i] == ' ')
144 key_write[i][0] = keys[i];
202 if (c == keys[5]) {
206 if (c == keys[4]) {
222 if (c == keys[0]) {
228 if (c == keys[1]) {
236 if (c == keys[2]) {
[all …]
/original-bsd/usr.sbin/mtree/
H A Dcreate.c31 extern u_short keys;
85 if (sflag && keys & F_CKSUM) in cwalk()
125 if (keys & F_SIZE)
127 if (keys & F_TIME)
138 if (keys & F_SLINK &&
196 if (keys & F_GID)
198 if (keys & F_GNAME)
203 if (keys & F_UNAME)
208 if (keys & F_UID)
210 if (keys & F_MODE)
[all …]
H A Dmtree.c31 u_short keys; variable
47 keys = KEYDEFAULT;
66 keys |= parsekey(p, NULL);
69 keys = F_TYPE;
72 keys |= parsekey(p, NULL);
/original-bsd/share/termcap/
H A Dmap327044 # pf keys
57 # other keys
229 # other keys
363 # pf keys
383 # other keys
427 # pf keys
448 # other keys
492 # pf keys
545 # pf keys
612 # pf keys
[all …]
H A Dtermcap.src40 # na No arrow keys - termcap ignores arrow keys which are
42 # the arrow keys locally.
461 # ks/ke have nothing to do with arrow keys.
527 vc404-na|volker-craig 404 w/no arrow keys:\
709 # PF4 keys.
993 # Needs function keys added.
1028 # functions keys have default*/function keys disabled on powerup
1474 # ks and ke so that the keypad keys can be used as function keys.
1703 regent60na|regent 60 w/no arrow keys:\
2703 # set local (no send) edit keys (\Ek)
[all …]
/original-bsd/contrib/bib/src/
H A Dlocate.c29 char *locate(keys,name,max_klen,common) in locate() argument
30 char *keys, *name, *common; in locate()
83 keys= stripkeys(keys,key, max_klen, common);
85 fprintf(stderr,"locate: no keys for citation: %s\n", keys);
114 while (*keys!=NULL)
115 { keys= stripkeys(keys, key, max_klen, common);
H A Dlookup.c23 char keys[maxstr]; local
40 while (fgets(keys,maxstr,stdin)!=NULL)
45 refs = locate(keys, one_index, max_klen, COMFILE);
H A Dinvert.c46 long int keys = 0; /* number of keys read (occurences) */ local
83 kcnt++; keys++;
98 records, distinct, keys);
/original-bsd/old/refer/inv/
H A Dinv1.c36 long keys; local
157 whash(fta, fa, fb, nhash, iflong, &keys, &hashes);
170 keys, hashes, docs);
/original-bsd/usr.bin/learn/learn/
H A Dmem.c16 struct keys { struct
57 struct keys *kp;
/original-bsd/games/arithmetic/
H A Darithmetic.c57 char *keys = defaultkeys; variable
86 for (p = keys = optarg; *p; ++p)
160 op = keys[random() % nkeys]; in problem()
/original-bsd/lib/libc/db/hash/
H A DREADME15 keys/data pairs entered from standard in.
69 Hsearch requires the user to maintain the keys and data in the application's
72 terminated (both the keys and the data).
/original-bsd/bin/stty/
H A Dkey.c47 } keys[] = { variable
93 if (!(kp = (struct key *)bsearch(&tmp, keys,
94 sizeof(keys)/sizeof(struct key), sizeof(struct key), c_key)))
/original-bsd/etc/kerberosIV/
H A DREADME15 The srvtab file contains the encryption keys for each service on the local
20 keys for all principles, and should not be world-readable.
/original-bsd/contrib/sc/
H A DREADME31 lex.c, and don't care about arrow keys, define SIMPLE (-DSIMPLE in the
32 makefile). SIMPLE causes the arrow keys to not be used.
H A DVMS_NOTES11 The VMS SC is "SIMPLE" for the most part, except that the arrow keys
/original-bsd/games/adventure/
H A Dhdr.h113 int keys,lamp,grate,cage,rod,rod2,steps,/* mnemonics */ member
H A Dsubr.c378 if (prop[grate]==0&&!here(keys)) goto l40010; in checkhints()
539 if (obj==keys) spk=55; in tropen()
541 if (spk!=31||!here(keys)) return(2011); in tropen()
H A Dinit.c78 keys = vocab(DECR(k,e,y,s,\0), 1); in linkdata()
/original-bsd/usr.bin/f77/pass1.tahoe/
H A Dlex.c708 extern struct Keylist keys[]; in initkey()
715 for(p = keys ; p->keyname ; ++p) in initkey()
998 LOCAL struct Keylist keys[ ] = variable
/original-bsd/usr.bin/f77/pass1.vax/
H A Dlex.c723 extern struct Keylist keys[]; in initkey()
730 for(p = keys ; p->keyname ; ++p) in initkey()
1013 LOCAL struct Keylist keys[ ] = variable
/original-bsd/lib/libc/db/
H A DVERSION50 duplicate keys, the search function ended up on the wrong
/original-bsd/usr.bin/ex/
H A DREAD_ME355 a copy of the whole buffer. (Note that the arrow keys
601 arrow keys that send escape sequences to cause undo to screw up
628 Arrow keys on terminals that send more than 1 character now
629 work. Home up keys are supported as are the four directions.
634 function keys, use terminal type 2621nl instead of 2621.)
673 on terminals without function keys, the #x sequence need not be
1039 k0-k9 sequences sent by up to 10 "other" keys
1041 ko additional keys on keypad, in terms of their
1062 The j, k, and l keys now move the cursor down, up, and right,
1064 3a's). This is to avoid the creeping of these keys into the map
[all …]
/original-bsd/usr.sbin/amd/doc/
H A Damdref.cps136 \entry {How keys are looked up}{16}
171 \entry {Looking up keys}{16}
/original-bsd/usr.bin/tn3270/ascii/
H A Dtermcodes.m4147 /* the attention generating keys... */

12