Home
last modified time | relevance | path

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

/titanic_50/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()
/titanic_50/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddraw.c184 doglobal(drawfile); in getdraw()
611 doglobal(baselinefile); in getbaseline()
H A Dcolor.c154 doglobal(colorfile); in getcolor()
H A Ddpost.c2023 doglobal(temp); in t_sf()
2705 if ( access(temp, 04) == 0 && doglobal(temp) == TRUE ) { in charlib()
2729 doglobal(char *name) in doglobal() function