/csrg-svn/sys/sys/ |
H A D | ioccom.h | 37 #define _IO(g,n) _IOC(IOC_VOID, (g), (n), 0) argument 38 #define _IOR(g,n,t) _IOC(IOC_OUT, (g), (n), sizeof(t)) argument 39 #define _IOW(g,n,t) _IOC(IOC_IN, (g), (n), sizeof(t)) argument 41 #define _IOWR(g,n,t) _IOC(IOC_INOUT, (g), (n), sizeof(t)) argument
|
/csrg-svn/lib/libc/stdio/ |
H A D | findfp.c | 47 register struct glue *g; local 71 register struct glue *g; in __sfp() local 106 register struct glue *g; in f_prealloc() local
|
H A D | fwalk.c | 25 register struct glue *g; variable
|
/csrg-svn/lib/libc/regex/ |
H A D | regfree.c | 34 register struct re_guts *g; local
|
H A D | regcomp.c | 44 struct re_guts *g; member 159 register struct re_guts *g; local 1334 isinsets(g, c) in isinsets() argument 1354 samesets(g, c1, c2) in samesets() argument 1376 categorize(p, g) in categorize() argument 1539 stripsnug(p, g) in stripsnug() argument 1562 findmust(p, g) in findmust() argument 1643 pluscount(p, g) in pluscount() argument
|
H A D | engine.c | 46 struct re_guts *g; member 113 matcher(g, string, nmatch, pmatch, eflags) in matcher() argument 858 step(g, start, stop, bef, ch, aft) in step() argument 987 register struct re_guts *g = m->g; local
|
/csrg-svn/usr.bin/f77/libU77/ |
H A D | gmtime_.c | 30 int *g; local
|
/csrg-svn/lib/libcurses/ |
H A D | cur_hash.c | 23 register u_int h, g, i; local
|
/csrg-svn/old/adb/adb.tahoe/ |
H A D | optab.c | 16 #define OP(a,b,c,d,e,f,g,h,i) {a,b,c,d,e,f,g,h,i} argument
|
/csrg-svn/lib/libm/common_source/ |
H A D | log.c | 350 double F, f, g, q, u, u2, v, zero = 0.0, one = 1.0; local 425 double F, f, g, q, u, v, u2, one = 1.0; local
|
/csrg-svn/usr.bin/window/ |
H A D | error.c | 23 error(fmt, a, b, c, d, e, f, g, h) in error() argument
|
H A D | wwupdate.c | 120 register g = gain + u->best_gain; in wwupdate1() local
|
/csrg-svn/old/lib2648/ |
H A D | aminmax.c | 20 aminmax(g, nrow, ncol, rmin, cmin, rmax, cmax) in aminmax() argument
|
H A D | minmax.c | 17 minmax(g, nrow, ncol, rmin, cmin, rmax, cmax) in minmax() argument
|
/csrg-svn/usr.bin/pascal/pdx/ |
H A D | library.c | 312 INTFUNC *g = errinfo[n].func; local 323 private errmsg(errname, shouldquit, s, a, b, c, d, e, f, g, h, i, j, k, l, m) in errmsg() argument 357 public error(s, a, b, c, d, e, f, g, h, i, j, k, l, m) in error() argument 371 public fatal(s, a, b, c, d, e, f, g, h, i, j, k, l, m) in fatal() argument 382 public panic(s, a, b, c, d, e, f, g, h, i, j, k, l, m) in panic() argument
|
/csrg-svn/usr.bin/pascal/pdx/tree/ |
H A D | prtree.c | 134 trerror(s, tree, a, b, c, d, e, f, g, h, i, j) in trerror() argument
|
/csrg-svn/old/lex/ |
H A D | parser.y | 21 int g; variable
|
/csrg-svn/local/ditroff/ditroff.old.okeeffe/driver/ |
H A D | ch2x.c | 38 } g[DIRSIZ]; /* table of glyph definitions */ variable 276 bitset(g, x, y) in bitset() argument
|
/csrg-svn/old/berknet/ |
H A D | setup.c | 203 error(s,a,b,c,d,e,f,g,h) in error() argument 224 addtolog(mach,s,a,b,c,d,e,f,g,h,i,j,k,l,m,n) in addtolog() argument
|
/csrg-svn/contrib/ed/ |
H A D | g.c | 141 g(inputt, errnum) in g() function
|
/csrg-svn/lib/libmp/ |
H A D | mult.c | 87 union g {long xx; struct half yy;}; union
|
/csrg-svn/old/refer/hunt/ |
H A D | hunt6.c | 28 int i, g, j, need, got, na, len; local
|
H A D | hunt2.c | 28 int nf = 0, best = 0, nterm = 0, i, g, j; local
|
/csrg-svn/old/dbx/ |
H A D | library.c | 516 private errmsg(errname, shouldquit, s, a, b, c, d, e, f, g, h, i, j, k, l, m) in errmsg() argument 571 public warning(s, a, b, c, d, e, f, g, h, i, j, k, l, m) in warning() argument 587 public error(s, a, b, c, d, e, f, g, h, i, j, k, l, m) in error() argument 602 public fatal(s, a, b, c, d, e, f, g, h, i, j, k, l, m) in fatal() argument 613 public panic(s, a, b, c, d, e, f, g, h, i, j, k, l, m) in panic() argument
|
/csrg-svn/sys/deprecated/bbnnet/ |
H A D | icmp.c | 602 struct in_addr d, g; local 647 union { u_long ul; u_char c[4]; } g, f, t, v; variable
|