Searched refs:conf (Results 1 - 9 of 9) sorted by relevance

/ast/src/cmd/3d/
H A Dast.c29 static char conf[] = ""; variable
31 #define astconf(a,b,c) conf
/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/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...]
/ast/src/lib/libcs/
H A Dgenlocal.sh129 for i in /etc/resolv.conf /usr/etc/resolv.conf
/ast/src/lib/libast/comp/
H A Dconf.sh24 # @(#)conf.sh (AT&T Research) 2011-08-26
44 command=conf
64 -*) echo "Usage: $command [-a] [-ccall-pattern] [-dN] [-l] [-nname_pattern] [-t] [-v] conf.tab" >&2; exit 2 ;;
82 tmp=conf.tmp
340 : presumably an implementation also configured from conf.tab
807 #undef conf
808 unsigned int conf[] = {
835 #undef conf
837 sed 's/.*/conf "&" = &/' $1
840 sed -e '/conf[ ]*"
[all...]
/ast/src/lib/libast/
H A DMakefile253 :INSTALLDIR: conf
255 conf :: conf.sh
257 conflim.h conftab.h conftab.c :JOINT: conf conf.tab
/ast/src/lib/libtk/library/
H A Dclrpick.tcl487 $data(finalCanvas) conf -bg $color
606 $data($color,col) conf -width $data(canvasWidth)

Completed in 20 milliseconds