/csrg-svn/local/ditroff/ditroff.okeeffe/ |
H A D | tw.h | 5 extern struct t { struct 6 int bset; /* these bits have to be on */ argument 7 int breset; /* these bits have to be off */ argument 8 int Hor; /* #units in minimum horiz motion */ argument 9 int Vert; /* #units in minimum vert motion */ argument 10 int Newline; /* #units in single line space */ argument 11 int Char; /* #units in character width */ argument 12 int Em; /* ditto */ argument 13 int Halfline; /* half line units */ argument 14 int Adj; /* minimum units for horizontal adjustment */ argument [all …]
|
/csrg-svn/local/ditroff/ditroff.okeeffe/troff/ |
H A D | tw.h | 5 extern struct t { struct 6 int bset; /* these bits have to be on */ argument 7 int breset; /* these bits have to be off */ argument 8 int Hor; /* #units in minimum horiz motion */ argument 9 int Vert; /* #units in minimum vert motion */ argument 10 int Newline; /* #units in single line space */ argument 11 int Char; /* #units in character width */ argument 12 int Em; /* ditto */ argument 13 int Halfline; /* half line units */ argument 14 int Adj; /* minimum units for horizontal adjustment */ argument [all …]
|
/csrg-svn/sys/nfs/ |
H A D | xdr_subs.h | 28 #define fxdr_unsigned(t, v) ((t)ntohl((long)(v))) argument 31 #define fxdr_nfsv2time(f, t) { \ argument 38 #define txdr_nfsv2time(f, t) { \ argument 46 #define fxdr_nfsv3time(f, t) { \ argument 50 #define txdr_nfsv3time(f, t) { \ argument 55 #define fxdr_hyper(f, t) { \ argument 59 #define txdr_hyper(f, t) { \ argument
|
/csrg-svn/lib/libc/gen/ |
H A D | termios.c | 26 tcgetattr(fd, t) in tcgetattr() argument 35 tcsetattr(fd, opt, t) in tcsetattr() argument 86 cfgetospeed(t) in cfgetospeed() argument 94 cfgetispeed(t) in cfgetispeed() argument 102 cfsetospeed(t, speed) in cfsetospeed() argument 112 cfsetispeed(t, speed) in cfsetispeed() argument 122 cfsetspeed(t, speed) in cfsetspeed() argument 136 cfmakeraw(t) in cfmakeraw() argument
|
/csrg-svn/usr.bin/f77/pass1.vax/ |
H A D | error.c | 27 warn1(s,t) in warn1() argument 46 errstr(s, t) in errstr() argument 93 erri(s,t) in erri() argument 146 fatal(t) in fatal() argument 161 fatalstr(t,s) in fatalstr() argument 171 fatali(t,d) in fatali() argument 182 badthing(thing, r, t) in badthing() argument 193 badop(r, t) in badop() argument 202 badtag(r, t) in badtag() argument 213 badstg(r, t) in badstg() argument [all …]
|
/csrg-svn/usr.bin/make/ |
H A D | hash.c | 59 Hash_InitTable(t, numBuckets) in Hash_InitTable() argument 106 Hash_DeleteTable(t) in Hash_DeleteTable() argument 146 Hash_FindEntry(t, key) in Hash_FindEntry() argument 183 Hash_CreateEntry(t, key, newPtr) in Hash_CreateEntry() argument 250 Hash_DeleteEntry(t, e) in Hash_DeleteEntry() argument 291 Hash_EnumFirst(t, searchPtr) in Hash_EnumFirst() argument 326 Hash_Table *t = searchPtr->tablePtr; local 367 RebuildTable(t) in RebuildTable() argument
|
/csrg-svn/sys/deprecated/netdecnet/ |
H A D | tp_input.c | 62 register struct tpin *t = (struct tpin *)p; in tp_input() local 98 register struct tprh *t = (struct tprh *)p; in tp_input() local 156 register struct tpht *t = (struct tpht *)p; in tp_input() local
|
/csrg-svn/usr.bin/pascal/pdx/object/ |
H A D | readsym.c | 39 register SYM *s, *t; local 94 LOCAL getsym(fp, t) in getsym() argument 125 LOCAL SYM *findblock(t) in findblock() argument 151 LOCAL SYM *enterblock(t) in enterblock() argument 198 register SYM *t; local
|
/csrg-svn/bin/csh/ |
H A D | func.c | 44 isbfunc(t) in isbfunc() argument 86 func(t, bp) in func() argument 104 doonintr(v, t) in doonintr() argument 140 donohup(v, t) in donohup() argument 153 dozip(v, t) in dozip() argument 168 doalias(v, t) in doalias() argument 197 unalias(v, t) in unalias() argument 206 dologout(v, t) in dologout() argument 216 dologin(v, t) in dologin() argument 294 doelse(v, t) in doelse() argument [all …]
|
/csrg-svn/bin/dd/ |
H A D | conv.c | 34 u_char *inp, *t; in def() local 78 u_char *inp, *outp, *t; in block() local 187 u_char *inp, *t; in unblock() local 220 u_char *t; in unblock_close() local
|
/csrg-svn/old/sh/ |
H A D | cmd.c | 39 REG TREPTR t; local 52 REG TREPTR t; local 56 ELSE t = getstak(LSTTYPE); local 143 REG TREPTR t; in term() local 199 REG TREPTR t; local 211 t=getstak(SWTYPE); local 234 t=getstak(FORTYPE); local 255 t=getstak(WHTYPE); local
|
/csrg-svn/usr.bin/pascal/pdx/sym/ |
H A D | which.c | 35 register SYM *p, *t, *f; local 70 register SYM *t; local 93 register SYM *t; local
|
H A D | printdecl.c | 27 register SYM *t; local 125 LOCAL printtype(s, t) in printtype() argument 228 SYM *t; local
|
/csrg-svn/games/atc/ |
H A D | log.c | 41 #define DAY(t) ((t) / SECADAY) argument 42 #define HOUR(t) (((t) % SECADAY) / SECAHOUR) argument 43 #define MIN(t) (((t) % SECAHOUR) / SECAMIN) argument 44 #define SEC(t) ((t) % SECAMIN) argument 47 timestr(t) in timestr() argument
|
/csrg-svn/usr.bin/indent/ |
H A D | pr_comment.c | 193 char *t = e_com; in pr_comment() local 294 char *t = e_com; in pr_comment() local 348 char *t = e_com; in pr_comment() local
|
/csrg-svn/usr.bin/pascal/src/ |
H A D | stab.c | 532 #define typehash(t) ( ( ((int) t) >> 2 ) % TABLESIZE ) argument 537 private TypeDesc tdlookup (t) in tdlookup() argument 549 private int typelookup (t) in typelookup() argument 614 struct nl *t; variable 636 struct nl *t; variable 646 struct nl *t; variable 661 struct nl *t; variable 667 struct nl *t; variable 696 struct nl *t; variable 711 struct nl *t; variable [all …]
|
/csrg-svn/lib/libc/db/btree/ |
H A D | bt_close.c | 41 BTREE *t; local 92 BTREE *t; local 158 bt_meta(t) in bt_meta() argument
|
H A D | bt_page.c | 30 __bt_free(t, h) in __bt_free() argument 54 __bt_new(t, npg) in __bt_new() argument
|
H A D | bt_seq.c | 59 BTREE *t; local 130 bt_seqset(t, ep, key, flags) in bt_seqset() argument 260 bt_seqadv(t, e, flags) in bt_seqadv() argument 341 __bt_crsrdel(t, c) in __bt_crsrdel() argument
|
/csrg-svn/old/dbx/ |
H A D | pascal.c | 120 private boolean isConstString (t) in isConstString() argument 190 register Symbol t; local 305 private printtype (s, t, n) in printtype() argument 405 private printRecordDecl (t, n) in printRecordDecl() argument 430 private printRangeDecl (t) in printRangeDecl() argument 465 Symbol t; local 488 Symbol t; local 529 Symbol t; local 665 Symbol t; local 686 private printSetOfEnum (t) in printSetOfEnum() argument [all …]
|
H A D | modula-2.c | 34 #define ischar(t) ( \ argument 137 private boolean isConstString (t) in isConstString() argument 207 register Symbol t; local 312 private printtype (s, t, n) in printtype() argument 429 private printRecordDecl (t, n) in printRecordDecl() argument 454 private printRangeDecl (t) in printRangeDecl() argument 489 Symbol t; local 512 Symbol t; local 557 register Symbol a, t; local 592 Symbol t; local [all …]
|
H A D | c.c | 37 #define isrange(t, name) (t->class == RANGE and istypename(t->type, name)) argument 134 register Symbol t; local 266 private printtype(s, t, indent) in printtype() argument 413 register Symbol t; local 444 register Symbol t; local 621 register Symbol t; local 686 Symbol t; local 718 Symbol t; local
|
/csrg-svn/games/trek/ |
H A D | ranf.c | 17 register int t; local 28 double t; in franf() local
|
/csrg-svn/lib/libm/common_source/ |
H A D | asincos.c | 67 double s,t,copysign(),atan2(),sqrt(),one=1.0; local 134 double t,copysign(),atan2(),sqrt(),one=1.0; local
|
/csrg-svn/old/libm/libm/ |
H A D | asincos.c | 73 double s,t,copysign(),atan2(),sqrt(),one=1.0; local 140 double t,copysign(),atan2(),sqrt(),one=1.0; local
|