Searched refs:gen (Results 1 - 14 of 14) sorted by relevance

/ast/src/cmd/sort/
H A DMakefile8 :INSTALLDIR: gen rec testsort
10 gen :: LICENSE=since=1998,author=gsf gen.c
H A Dgen.c31 static const char id[] = "\n@(#)$Id: gen (AT&T Research) 1998-05-11 $\0\n";
62 gen(register int m) function
85 error_info.id = "gen";
218 state.buf[i++] = gen(NUMERIC);
221 state.buf[i++] = gen(NUMERIC);
222 state.buf[i++] = gen(NUMERIC);
229 state.buf[i++] = gen(NUMERIC);
235 c = gen(state.charset);
241 state.buf[i++] = gen(state.charset);
/ast/src/lib/libast/include/
H A Dmc.h68 int gen; member in struct:Mcset_s
75 int gen; member in struct:Mc_s
/ast/src/lib/libexpr/
H A Dexcc.c40 static void gen(Excc_t*, Exnode_t*);
131 gen(cc, x->param[i]);
135 gen(cc, x->arg);
166 gen(cc, x->param[i]);
170 gen(cc, x->arg);
183 gen(Excc_t* cc, register Exnode_t* expr) function
230 gen(cc, x);
235 gen(cc, x);
237 gen(cc, expr->data.operand.right->data.operand.left);
241 gen(c
[all...]
/ast/src/cmd/msgcc/
H A Dmsgadmin.sh86 typeset dir=$INSTALLROOT gen=gencat
100 s) gen=msggen dir=$dir/share ;;
139 $exec $gen $name $file
/ast/src/lib/libast/port/
H A Dmc.c430 if (set > mc->gen)
435 mc->gen = i;
450 if (num > sp->gen)
452 if (!mc->gen)
461 mc->gen = i;
468 i = 2 * mc->gen;
473 sp->gen = i;
/ast/src/cmd/ksh93/tests/
H A Dsignal.sh113 function gen function
139 -*) o=$(gen $1); shift ;;
140 *) o=$(gen -txd) ;;
/ast/src/cmd/pax/
H A Ddelta.c1066 Vdio_t* gen = 0; local
1184 if (gen) error(PANIC, "paxdelta(): more than one DELTA_OUTPUT");
1185 gen = dp;
1200 if (!gen)
1203 fp = (gen == &data[DELTA_DEL]) ? ap->delta->format : ip->delta->format;
1205 if (gen->pfd)
1209 gen->fd = setbuffer(state.delta.bufferindex);
1210 bp = getbuffer(gen->fd);
1214 else if ((gen->fd = open(state.tmp.file, O_CREAT|O_TRUNC|O_WRONLY|O_BINARY, S_IRUSR)) < 0)
1230 if (gen
[all...]
/ast/src/lib/libast/tm/
H A Dtmxscan.c74 gen(register Tm_t* tm, register Set_t* set) function
395 x = gen(tm, &set);
437 t = gen(tm, &set);
/ast/lib/package/
H A Dpackage.mk428 if V = "$(I:D:B=gen/$(I:B):S=.ver:T=F)"
467 source : .source.init .source.gen .source.$$(style)
521 PACKAGEGEN := $(PACKAGESRC)/gen
523 .source.gen : $$(PACKAGEDIR) $$(PACKAGEGEN) $$(PACKAGEGEN)/SOURCE.html $$(PACKAGEGEN)/BINARY.html $$(PACKAGEGEN)/DETAILS.html
570 .source.gen : .CLEAR $(*.source.gen:V:N!=*.html)
1087 binary : .binary.init .binary.gen .binary.$$(style)
1142 PACKAGEGEN := $(PACKAGEBIN)/gen
1144 .binary.gen : $$(PACKAGEDIR) $$(PACKAGEGEN)
1366 runtime : .runtime.init .runtime.gen
[all...]
/ast/src/cmd/INIT/
H A Dpackage.mk428 if V = "$(I:D:B=gen/$(I:B):S=.ver:T=F)"
467 source : .source.init .source.gen .source.$$(style)
521 PACKAGEGEN := $(PACKAGESRC)/gen
523 .source.gen : $$(PACKAGEDIR) $$(PACKAGEGEN) $$(PACKAGEGEN)/SOURCE.html $$(PACKAGEGEN)/BINARY.html $$(PACKAGEGEN)/DETAILS.html
570 .source.gen : .CLEAR $(*.source.gen:V:N!=*.html)
1087 binary : .binary.init .binary.gen .binary.$$(style)
1142 PACKAGEGEN := $(PACKAGEBIN)/gen
1144 .binary.gen : $$(PACKAGEDIR) $$(PACKAGEGEN)
1366 runtime : .runtime.init .runtime.gen
[all...]
H A Dpackage.sh272 \b$INSTALLROOT/lib/package/gen/make.out\b. The build is done in
317 \b$INSTALLROOT/lib/package/gen/test.out\b. In general a package
359 \b$INSTALLROOT/lib/\b\apackage\a\b/gen/*.sum\b. The checksum
465 [+?A few files are generated in \b$PACKAGEROOT/lib/package/gen\b and
466 \b$INSTALLROOT/lib/package/gen\b. \apackage\a\b.ver\b contains one line
819 A few files are generated in ${bB}\$PACKAGEROOT/lib/package/gen${eB} and
820 ${bB}\$INSTALLROOT/lib/package/gen${eB}. ${bI}PACKAGE${eI}${bB}.ver${eB} contains one line consisting of${bX}
911 the terminal and captured in ${bB}\$INSTALLROOT/lib/package/gen/make.out${eB}:${bX}
1095 \$INSTALLROOT/lib/package/gen/make.out. The build is done
1137 \$INSTALLROOT/lib/package/gen/tes
[all...]
/ast/src/lib/libtk/
H A DMakefile45 /* Generated with: ksh gen library '/$(ID)$(TK_VERSION)' */
138 /* Generated with: ksh gen library */
228 /* Generated with: ksh gen doc */
/ast/src/lib/libtksh/
H A DMakefile36 :: tcl/README tcl/license.terms gen tksh.mk widget \

Completed in 57 milliseconds