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

/ast/src/lib/libast/misc/
H A Dconformance.c47 static const char* conf[] = { "CONFORMANCE", "HOSTTYPE", "UNIVERSE" }; local
52 for (i = h = 0, j = 1; i < elementsof(conf); i++)
53 if (*(m = astconf(conf[i], NiL, NiL)) && (h |= (1<<i)) || !i && (m = "ast"))
/ast/src/cmd/ksh93/bltins/
H A Dulimit.c78 char* conf; local
201 if(!tp->conf || !*(conf = astconf(tp->conf, NiL, NiL)))
202 conf = (char*)e_nosupport;
203 sfputr(sfstdout,conf,'\n');
/ast/src/cmd/3d/
H A Dast.c29 static char conf[] = ""; variable
31 #define astconf(a,b,c) conf
/ast/src/cmd/ksh93/include/
H A Dulimit.h163 const char* conf; member in struct:Limit_s
/ast/src/lib/libast/port/
H A Dastconf.c111 Conf_t* conf; member in struct:Lookup_s
861 * binary search for name in conf[]
867 register Conf_t* mid = (Conf_t*)conf;
901 look->conf = &num;
938 lo = (Conf_t*)conf;
966 look->conf = mid;
1004 register Conf_t* p = look->conf;
1623 for (look.conf = (Conf_t*)conf; look.conf < (Conf_
[all...]

Completed in 12 milliseconds