Home
last modified time | relevance | path

Searched refs:BLOCK (Results 1 – 13 of 13) sorted by relevance

/original-bsd/old/vfilters/vdmp/
H A Dvdmp.c35 #define BLOCK 1024 macro
42 int inbuf[BLOCK/sizeof(int)];
83 n = read(IN, inbuf, BLOCK);
84 if (inbuf[0] == MAGIC_WORD && n == BLOCK) {
86 inbuf[(BLOCK/sizeof(int))-1] = 0; /* make sure string terminates */
/original-bsd/local/ditroff/ditroff.okeeffe/pic/
H A Dpicy.y15 %token <i> BLOCK 8
182 | WITH '.' PLACENAME { makeoattr(PLACE, getblock(getlast(1,BLOCK), $3)); }
184 { makeoattr(PLACE, getpos(getblock(getlast(1,BLOCK), $3), $4)); }
250 last BLOCK '.' PLACENAME { $$ = getblock(getlast($1,$2), $4); }
251 | NTH BLOCK '.' PLACENAME { $$ = getblock(getfirst($1,$2), $4); }
269 | BLOCK
293 | last BLOCK '.' VARNAME { $$ = getblkvar(getlast($1,$2), $4); }
294 | NTH BLOCK '.' VARNAME { $$ = getblkvar(getfirst($1,$2), $4); }
H A Dmisc.c43 case BLOCK:
56 case BLOCK:
236 case BLOCK:
248 if (p->o_type == BLOCK)
251 if (p->o_type == BLOCK)
349 if (p->o_type == BLOCK && t != BLOCK) { /* skip whole block */
391 if (p->o_type != BLOCK) {
H A Dblockgen.c37 p = makenode(BLOCK, 7);
207 if (p->o_type == BLOCK)
H A Dprint.c28 case BLOCK: in print()
35 if (p->o_attr & INVIS || p->o_type == BLOCK) in print()
H A Dmain.c243 if (op->o_type == BLOCK) in reset()
H A Dpicl.l70 <A>"[]" return(yylval.i = BLOCK);
/original-bsd/local/ditroff/ditroff.old.okeeffe/pic/
H A Dpicy.y18 %token <i> BLOCK 11
106 | WITH '.' PLACENAME { makeattr(PLACE, getblock(getlast(1,BLOCK), $3)); }
169 last BLOCK '.' PLACENAME { $$ = getblock(getlast($1,$2), $4); }
170 | NTH BLOCK '.' PLACENAME { $$ = getblock(getfirst($1,$2), $4); }
188 | BLOCK
H A Dmain.c253 if (op->o_type == BLOCK) in reset()
/original-bsd/games/battlestar/
H A Ddayobjs.c19 { 275, BLOCK },
H A Dwords.c81 { "diamond", BLOCK, OBJECT },
82 { "block", BLOCK, OBJECT },
H A Dextern.h99 #define BLOCK 63 macro
/original-bsd/sbin/fsdb/
H A Dfsdb.c837 type = BLOCK;
997 type = BLOCK;
1054 type = BLOCK;
1136 type = BLOCK;
2532 if (type == BLOCK)
3108 if (type == BLOCK)
3161 if (type == BLOCK)
3327 case BLOCK:
3563 if (type == BLOCK) in valid_addr()
3581 if (type == BLOCK) in valid_addr()
[all …]