Home
last modified time | relevance | path

Searched defs:g (Results 1 – 25 of 55) sorted by relevance

123

/csrg-svn/sys/sys/
H A Dioccom.h37 #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 Dfindfp.c47 register struct glue *g; local
71 register struct glue *g; in __sfp() local
106 register struct glue *g; in f_prealloc() local
H A Dfwalk.c25 register struct glue *g; variable
/csrg-svn/lib/libc/regex/
H A Dregfree.c34 register struct re_guts *g; local
H A Dregcomp.c44 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 Dengine.c46 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 Dgmtime_.c30 int *g; local
/csrg-svn/lib/libcurses/
H A Dcur_hash.c23 register u_int h, g, i; local
/csrg-svn/old/adb/adb.tahoe/
H A Doptab.c16 #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 Dlog.c350 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 Derror.c23 error(fmt, a, b, c, d, e, f, g, h) in error() argument
H A Dwwupdate.c120 register g = gain + u->best_gain; in wwupdate1() local
/csrg-svn/old/lib2648/
H A Daminmax.c20 aminmax(g, nrow, ncol, rmin, cmin, rmax, cmax) in aminmax() argument
H A Dminmax.c17 minmax(g, nrow, ncol, rmin, cmin, rmax, cmax) in minmax() argument
/csrg-svn/usr.bin/pascal/pdx/
H A Dlibrary.c312 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 Dprtree.c134 trerror(s, tree, a, b, c, d, e, f, g, h, i, j) in trerror() argument
/csrg-svn/old/lex/
H A Dparser.y21 int g; variable
/csrg-svn/local/ditroff/ditroff.old.okeeffe/driver/
H A Dch2x.c38 } g[DIRSIZ]; /* table of glyph definitions */ variable
276 bitset(g, x, y) in bitset() argument
/csrg-svn/old/berknet/
H A Dsetup.c203 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 Dg.c141 g(inputt, errnum) in g() function
/csrg-svn/lib/libmp/
H A Dmult.c87 union g {long xx; struct half yy;}; union
/csrg-svn/old/refer/hunt/
H A Dhunt6.c28 int i, g, j, need, got, na, len; local
H A Dhunt2.c28 int nf = 0, best = 0, nterm = 0, i, g, j; local
/csrg-svn/old/dbx/
H A Dlibrary.c516 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 Dicmp.c602 struct in_addr d, g; local
647 union { u_long ul; u_char c[4]; } g, f, t, v; variable

123