Searched refs:gf (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/contrib/groff/font/devdvi/generate/
H A DCompileFonts12 gftopk $f.${mag}gf >/dev/null
13 rm $f.${mag}gf
H A DMakefile29 gfdir=/usr/local/lib/groff-gf
46 $(TFMTODIT) $(SPECIALFLAG) -g $(gfdir)/cmr10.300gf \
52 $(TFMTODIT) $(SPECIALFLAG) -g $(gfdir)/cmti10.300gf \
56 $(TFMTODIT) -g $(gfdir)/cmbx10.300gf \
60 $(TFMTODIT) -g $(gfdir)/cmbxti10.300gf \
90 $(TFMTODIT) -g $(gfdir)/cmss10.300gf \
94 $(TFMTODIT) -g $(gfdir)/cmssbx10.300gf \
98 $(TFMTODIT) -g $(gfdir)/cmssi10.300gf \
102 $(TFMTODIT) -g $(gfdir)/cmssbxo10.300gf \
117 $(TFMTODIT) -g $(gfdir)/ecrm1000.300gf \
[all...]
/freebsd-9.3-release/usr.sbin/chkgrp/
H A Dchkgrp.c59 FILE *gf; local
82 if ((gf = fopen(gfn, "r")) == NULL)
87 if ((line = fgetln(gf, &len)) == NULL)
171 if (ferror(gf))
175 fclose(gf);
/freebsd-9.3-release/contrib/gcc/
H A Det-forest.c304 struct et_occ *f, *gf, *ggf; local
319 gf = f->parent;
321 if (!gf)
352 gf_depth = gf->depth;
355 occ->min_occ = gf->min_occ;
356 occ->min = gf->min;
358 ggf = gf->parent;
360 if (gf->prev == f)
365 set_prev (gf, f->next);
368 set_next (f, gf);
[all...]
/freebsd-9.3-release/contrib/groff/src/utils/tfmtodit/
H A Dtfmtodit.cpp41 This puts the two arguments to the math_fit macro into the gf file.
42 (They will appear in the gf file immediately before the character to
43 which they apply.) We then create a gf file using this cm.base. Then
44 we run tfmtodit and specify this gf file with the -g option.
376 class gf { class
384 gf();
390 gf::gf() function in class:gf
396 int gf::load(const char *file)
424 error("bad gf fil
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A Dregengine.inc140 const sopno gf = g->firststate+1; /* +1 for OEND */
185 endp = fast(m, start, stop, gf, gl);
199 endp = slow(m, m->coldp, stop, gf, gl);
220 dp = dissect(m, m->coldp, endp, gf, gl);
231 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0);
243 endp = slow(m, m->coldp, endp-1, gf, gl);
254 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0);
/freebsd-9.3-release/lib/libc/regex/
H A Dengine.c161 const sopno gf = g->firststate+1; /* +1 for OEND */ local
254 endp = fast(m, start, stop, gf, gl);
270 endp = slow(m, m->coldp, stop, gf, gl);
292 dp = dissect(m, m->coldp, endp, gf, gl);
303 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0);
315 endp = slow(m, m->coldp, endp-1, gf, gl);
326 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0);
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dname.c1933 isc_boolean_t gf; /* Global compression target found */ local
1968 gf = dns_compress_findglobal(cctx, name, &gp, &go);
1970 gf = ISC_FALSE;
1976 if (gf && go >= 0x4000)
1977 gf = ISC_FALSE;
1982 if (gf && (gp.length + 2) >= name->length)
1983 gf = ISC_FALSE;
1985 if (gf) {
/freebsd-9.3-release/sys/netgraph/bluetooth/include/
H A Dng_hci.h310 #define NG_HCI_OPCODE(gf,cf) ((((gf) & 0x3f) << 10) | ((cf) & 0x3ff))
/freebsd-9.3-release/contrib/ncurses/misc/
H A Dterminfo.src1336 rmso=\E), rmul=\E], rs1=\ER, setb=\E@%p1%Pb%gb%gf%d%d,
1337 setf=\E@%p1%Pf%gb%gf%d%d, sgr0=\E}\E]\E>\E), smcup=\Ei,

Completed in 265 milliseconds