Searched defs:universe (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/ksh93/bltins/
H A Dprint.c113 if(!prdata.sh->universe)
115 register char *universe; local
116 if(universe=astconf("UNIVERSE",0,0))
117 bsd_univ = (strcmp(universe,"ucb")==0);
118 prdata.sh->universe = 1;

Completed in 30 milliseconds