Home
last modified time | relevance | path

Searched refs:doglobal (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dan_to_ln.c390 int doglobal; in aname_replacer() local
448 doglobal = (tp[1] == 'g') ? 1 : 0; in aname_replacer()
449 if (doglobal) in aname_replacer()
459 if (!do_replacement(rule, repl, doglobal, in, out)) { in aname_replacer()
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddraw.c182 doglobal(drawfile); in getdraw()
609 doglobal(baselinefile); in getbaseline()
H A Dcolor.c152 doglobal(colorfile); in getcolor()
H A Ddpost.c2021 doglobal(temp); in t_sf()
2703 if ( access(temp, 04) == 0 && doglobal(temp) == TRUE ) { in charlib()
2727 doglobal(char *name) in doglobal() function