Searched refs:universe (Results 1 - 6 of 6) sorted by relevance
/ast/src/lib/libast/misc/ |
H A D | univlib.h | 27 * universe support 33 * universe symlink conditionals use $(UNIVERSE) 40 __STDPP__directive pragma pp:hide getuniverse readlink setuniverse symlink universe 46 #define universe ______universe 56 #include <sys/universe.h> 60 __STDPP__directive pragma pp:nohide getuniverse readlink setuniverse symlink universe 66 #undef universe 91 extern int universe(int);
|
/ast/src/cmd/ksh93/bltins/ |
H A D | print.c | 113 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;
|
/ast/src/cmd/ksh93/data/ |
H A D | builtins.c | 121 "universe", NV_BLTIN|BLT_ENV, bltin(universe),
|
/ast/src/cmd/ksh93/include/ |
H A D | defs.h | 196 char universe; \
|
/ast/src/cmd/ksh93/sh/ |
H A D | init.c | 352 shp->universe = 0; 1107 shp->universe = 0; 1108 /* set directory in new universe */
|
/ast/src/lib/libast/port/ |
H A D | astconf.c | 752 (*conferror)(&state, &state, 2, "%s: %s: universe value too large", fp->name, value); 761 n = universe(value ? n + 1 : U_GET); 1413 * universe = astgetconf("UNIVERSE", NiL, "att", 0, 0); 1414 * astgetconf("UNIVERSE", NiL, universe, 0, 0);
|
Completed in 39 milliseconds