Home
last modified time | relevance | path

Searched refs:getblock (Results 1 – 9 of 9) sorted by relevance

/original-bsd/local/ditroff/ditroff.old.okeeffe/pic/
H A Dpicy.y106 | 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); }
171 | PLACENAME '.' PLACENAME { y = getvar($1); $$ = getblock(y.o, $3); }
H A Dpic.h108 extern struct obj *getpos(), *gethere(), *getfirst(), *getlast(), *getblock();
/original-bsd/local/ditroff/ditroff.okeeffe/pic/
H A Dpicy.y182 | 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); }
252 | PLACENAME '.' PLACENAME { y = getvar($1); $$ = getblock(y.o, $3); }
H A Dpic.h154 extern obj *getpos(), *gethere(), *getfirst(), *getlast(), *getblock();
H A Dmisc.c374 obj *getblock(p, s) /* find variable s in block p */ in getblock() function
/original-bsd/usr.bin/ex/
H A Dex_temp.c140 bp = getblock(tl, READ);
145 bp = getblock(tl += INCRMT, READ);
160 bp = getblock(tl, WRITE); in putline()
170 bp = getblock(tl += INCRMT, WRITE); in putline()
183 getblock(atl, iof) in getblock() function
H A Dex.h356 char *getblock();
/original-bsd/usr.bin/ex/ex3.7recover/
H A Dex3.7recover.c703 bp = getblock(tl, READ);
708 bp = getblock(tl += INCRMT, READ);
717 getblock(atl, iof) in getblock() function
/original-bsd/bin/ed/
H A Ded.c127 char *getblock();
901 bp = getblock(tl, READ); in getline()
906 bp = getblock(tl+=0400, READ); in getline()
921 bp = getblock(tl, WRITE); in putline()
931 bp = getblock(tl+=0400, WRITE); in putline()
941 getblock(atl, iof) in getblock() function