Home
last modified time | relevance | path

Searched refs:stuff (Results 1 – 25 of 68) sorted by relevance

123

/original-bsd/games/fortune/strfile/
H A Dstrfile.h26 unsigned char stuff[4]; /* long aligned space */ member
27 #define str_delim stuff[0] /* delimiting character */
/original-bsd/old/as.vax/
H A Dasscan2.c319 stuff:
335 goto stuff;
343 case 'b': ch = '\b'; goto stuff;
344 case 'f': ch = '\f'; goto stuff;
345 case 'n': ch = '\n'; goto stuff;
346 case 'r': ch = '\r'; goto stuff;
347 case 't': ch = '\t'; goto stuff;
351 goto stuff;
362 goto stuff;
/original-bsd/old/as.tahoe/
H A Dasscan2.c317 stuff:
333 goto stuff;
341 case 'b': ch = '\b'; goto stuff;
342 case 'f': ch = '\f'; goto stuff;
343 case 'n': ch = '\n'; goto stuff;
344 case 'r': ch = '\r'; goto stuff;
345 case 't': ch = '\t'; goto stuff;
349 goto stuff;
360 goto stuff;
/original-bsd/contrib/groff-1.08/tbl/
H A Dtable.h74 struct stuff;
85 stuff *stuff_list;
108 void add_stuff(stuff *);
/original-bsd/games/hack/
H A Dhack.invent.c635 char stuff[BUFSZ]; in dotypeinv() local
648 stuff[stct] = 0; in dotypeinv()
651 stuff[stct++] = otmp->olet; in dotypeinv()
652 stuff[stct] = 0; in dotypeinv()
657 if(unpd) stuff[stct++] = 'u'; in dotypeinv()
659 stuff[stct] = 0; in dotypeinv()
663 stuff); in dotypeinv()
667 c = stuff[0]; in dotypeinv()
690 stuff[stct++] = ilet; in dotypeinv()
693 stuff[stct] = '\0'; in dotypeinv()
[all …]
H A DOriginal_READ_ME36 hack.c General random stuff and things I never got around to moving.
37 hack.main.c main() and other random procedures, also the lock file stuff.
41 hack.pri.c stuff having to do with the screen, most of the terminal
42 independant stuff is in here.
H A DREAD_ME34 hack stuff in /usr/games/lib/hackdir - perhaps this
74 3. The rest of the stuff belonging to hack sits in a subdirectory hackdir
/original-bsd/old/pcc/c2.tahoe/
H A DNOTES.41 The old style makefile had some *really* bizarre stuff for building
/original-bsd/old/uudiff/
H A DMakefile19 : stuff lives here!
/original-bsd/usr.bin/tn3270/ctlr/
H A Dinbound.c520 char stuff[3]; local
522 stuff[0] = AID_NONE_PRINTER;
523 stuff[1] = BufferTo3270_0(count);
524 stuff[2] = BufferTo3270_1(count);
525 DataToNetwork(stuff, sizeof stuff, 0);
/original-bsd/share/skel/
H A Ddot.cshrc17 # An interactive shell -- set some stuff up
/original-bsd/old/lisp/fp/fp.vax/
H A DfpMeasures.l43 ; measurement stuff
106 ; needs to untrace functions if they still are. i.e. do the traced-expr stuff
133 (mapc 'trace1 arglist)) ; set up traced-expr stuff
/original-bsd/sys/kern/
H A DMake.tags.inc6 # Put the ../sys stuff near the end so that subroutine definitions win when
/original-bsd/etc/root/
H A Ddot.cshrc4 # directory stuff: cdpath/cd/back
/original-bsd/sys/isofs/cd9660/
H A DTODO.hibler4 will be needed due to the associated file stuff.
/original-bsd/sys/tahoe/conf/
H A DGENERIC.hcx924 # OSI stuff:
/original-bsd/lib/libcompat/regexp/
H A DREADME40 Simplistically: put this stuff into a source directory, copy regexp.h into
71 of egrep with this stuff is probably a mistake; if you want your own egrep
77 This stuff should be pretty portable, given appropriate option settings.
/original-bsd/sys/news3400/conf/
H A DNEWS320029 # OSI stuff:
/original-bsd/old/pcc/mip/
H A DCONVERT20 Put in all the new machine independent stuff, including the new makefile
64 this problem (add stuff to mac2defs to change the names).
/original-bsd/lib/libc/sparc/gen/
H A Dmodf.s119 ld [%fp - 4], %fsr ! restore %fsr, leaving accrued stuff
/original-bsd/sys/vax/stand/
H A Dsrt0.c36 # we need to do special stuff on microvaxen
/original-bsd/local/ditroff/ditroff.okeeffe/eqn/
H A Deqn.y22 stuff : eqn { putout($1); }
H A De.y23 stuff : eqn { putout($1); }
/original-bsd/old/eqn/common_source/
H A De.y32 stuff : eqn { putout($1); }
/original-bsd/local/ditroff/ditroff.okeeffe/ideal/
H A Didyac.y33 stuff :figspec

123