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

/ast/src/cmd/ksh93/data/
H A Dbash_pre_rc.sh151 function source function
166 alias .=source
/ast/src/lib/libast/misc/
H A Dfs3d.c113 fs3d_mount(const char* source, char* target, int flags, void* data) argument
115 return mount(source, target, flags, data);
/ast/src/lib/libvcodex/
H A Dvcsfio.h56 char* source; /* source file to delta against */ member in struct:_vcsfdata_s
/ast/lib/package/
H A Dpackage.mk2 * source and binary package support
15 * type source build source archive, generates
42 * target :INSTALL: [ source ]
62 * do not prepend source file copyright notice
70 * incremental=[source:1 binary:0]
143 Any archives, distributions or packages made from source or
254 source = $(PACKAGEDIR)/$(name).$(version)$(release:?.$(release)??).$(suffix) macro
257 old.new.source = $(PACKAGEDIR)/$(name).$(version).$(old.version).$(suffix)
261 source
495 source := $(B:D:B:S=.$(release).$(suffix)) macro
511 source := $(B) macro
591 source = $(PACKAGEDIR)/$(name)-$(version)$(release:?.$(release)??).$(suffix) macro
[all...]
/ast/src/cmd/INIT/
H A Dpackage.mk2 * source and binary package support
15 * type source build source archive, generates
42 * target :INSTALL: [ source ]
62 * do not prepend source file copyright notice
70 * incremental=[source:1 binary:0]
143 Any archives, distributions or packages made from source or
254 source = $(PACKAGEDIR)/$(name).$(version)$(release:?.$(release)??).$(suffix) macro
257 old.new.source = $(PACKAGEDIR)/$(name).$(version).$(old.version).$(suffix)
261 source
495 source := $(B:D:B:S=.$(release).$(suffix)) macro
511 source := $(B) macro
591 source = $(PACKAGEDIR)/$(name)-$(version)$(release:?.$(release)??).$(suffix) macro
[all...]
/ast/src/lib/libtk/generic/
H A DtkCursor.c45 char *source; /* Cursor bits. */ member in struct:__anon394
179 Tk_GetCursorFromData(interp, tkwin, source, mask, width, height,
183 char *source; /* Bitmap data for cursor shape. */
201 dataKey.source = source;
233 cursorPtr = TkCreateCursorFromData(tkwin, source, mask, width, height,
H A DtkBitmap.c79 char *source; /* Bits for bitmap. */ member in struct:__anon388
100 char *source; /* Bitmap bits. */ member in struct:__anon389
214 RootWindowOfScreen(nameKey.screen), predefPtr->source,
267 Tk_DefineBitmap(interp, name, source, width, height)
271 char *source; /* Address of bits for bitmap. */
290 predefPtr->source = source;
468 Tk_GetBitmapFromData(interp, tkwin, source, width, height)
471 char *source; /* Bitmap data for bitmap shape. */
486 nameKey.source
[all...]
/ast/src/lib/libtk/unix/
H A DtkUnixCursor.c158 Pixmap source = None;
235 * should be either two elements in the list (source, color) or
236 * four (source mask fg bg).
245 &source, &xHot, &yHot) != BitmapSuccess) {
262 cursor = XCreatePixmapCursor(display, source, source,
275 "source and mask bitmaps have different sizes";
290 cursor = XCreatePixmapCursor(display, source, mask,
305 if (source != None) {
306 Tk_FreePixmap(display, source);
157 Pixmap source = None; local
[all...]
/ast/src/lib/libvdelta/vd01/
H A Dvdupdate01.c23 /* Apply the transformation source->target to reconstruct target
27 ** machine must be large enough to hold source and target sizes.
36 Vddisc_t* source; /* source data discipline */ member in struct:_table_s
38 uchar* src; /* source string */
42 long s_org; /* start of window in source */
45 char s_alloc; /* 1 if source was allocated */
62 reg Vddisc_t *target, *source; local
69 source = tab->source;
258 _vdupdate_01(Vddisc_t* source, Vddisc_t* target, Vddisc_t* delta) argument
[all...]
H A Dvddelta01.c22 /* Compute a transformation that takes source data to target data
45 uchar* src; /* source string */
312 long _vddelta_01(Vddisc_t* source, Vddisc_t* target, Vddisc_t* delta, long window) argument
314 long _vddelta_01(source, target, delta, window)
315 Vddisc_t* source; /* source data */
330 if((n_src = source ? source->size : 0) < 0)
332 if(n_src > 0 && !source->data && !source
[all...]
/ast/src/lib/libvdelta/
H A Dvdupdate.c23 /* Apply the transformation source->target to reconstruct target
27 ** machine must be large enough to hold source and target sizes.
38 Vddisc_t* source; /* source data discipline */ member in struct:_utable_s
40 uchar* src; /* source string */
44 long s_org; /* start of window in source */
47 char s_alloc; /* 1 if source was allocated */
64 reg Vddisc_t *target, *source; local
71 source = tab->source;
260 vdupdate(Vddisc_t* source, Vddisc_t* target, Vddisc_t* delta) argument
[all...]
H A Dvddelta.c22 /* Compute a transformation that takes source data to target data
41 uchar* src; /* source string */
368 long vddelta(Vddisc_t* source, Vddisc_t* target, Vddisc_t* delta) argument
370 long vddelta(source, target, delta)
371 Vddisc_t* source; /* source data */
385 if((n_src = source ? source->size : 0) < 0)
387 if(n_src > 0 && !source->data && !source
[all...]
/ast/src/cmd/3d/
H A Dlib.c197 fs3d_mount(const char* source, char* target, int flags, void* data) argument
199 return mount(source, target, flags, data, 0, 0);
/ast/src/cmd/vczip/
H A Dvczip.c92 "\n[ source ] < input > output\n"
240 apply(int action, const char* vt, Vcsfdata_t* vcodexdisc, const char* ct, Codexdisc_t* codexdisc, const char* input, const char* source, const char* output, void* buf, size_t bufsize, Sfoff_t donez, Sfoff_t lastz) argument
292 error(-1, "AHA action=%s input=%s source=%s output=%s vt=%s ct=%s", action == VC_ENCODE ? "encode" : "decode", input, source, output, vt, ct);
308 vcodexdisc->source = (char*)source;
534 " the same source file must be given on both encoding and decoding.\n",
702 sfdt.source = argc == 2 ? argv[1] : NIL(char*);
/ast/src/cmd/mailx/
H A Dmisc.c6 * Redistribution and use in source and binary forms, with or *
10 * 1. Redistributions of source code must retain the above *
38 * Redistribution and use in source and binary forms, with or without *
41 * 1. Redistributions of source code must retain the above copyright *
180 * The following code deals with input stacking to do source
191 source(char** arglist) function
197 if (state.source.sp >= NOFILE - 1) {
202 state.source.stack[state.source.sp].input = state.input;
203 state.source
[all...]
H A Dmailx.h6 * Redistribution and use in source and binary forms, with or *
10 * 1. Redistributions of source code must retain the above *
38 * Redistribution and use in source and binary forms, with or without *
41 * 1. Redistributions of source code must retain the above copyright *
731 } source; member in struct:__anon136
1062 extern int source(char**);
/ast/src/cmd/mam/
H A Dmamnew.c70 #define A_directory (A_LAST<<3) /* source directory */
94 struct rule* source; /* .SOURCE */ member in struct:__anon157::__anon158
127 * initialize source dir
150 sfsprintf(buf, sizeof(buf), "%s%s", state.atom.source->name, suf);
619 state.atom.source = mamrule(state.mam->main, ".SOURCE");
/ast/src/lib/libbz/
H A Dbzlib.c14 Redistribution and use in source and binary forms, with or without
18 1. Redistributions of source code must retain the above copyright
26 3. Altered source versions must be plainly marked as such, and must
1193 char* source,
1203 source == NULL ||
1217 strm.next_in = source;
1245 char* source,
1254 source == NULL ||
1265 strm.next_in = source;
1190 bzBuffToBuffCompress( char* dest, unsigned int* destLen, char* source, unsigned int sourceLen, int blockSize100k, int verbosity, int workFactor ) argument
1242 bzBuffToBuffDecompress( char* dest, unsigned int* destLen, char* source, unsigned int sourceLen, int small, int verbosity ) argument
/ast/src/cmd/nmake/
H A Dbind.c1003 if ((x = internal.source) != a)
1006 x = source(x);
1013 if ((flags & BIND_MAKEFILE) && (x = catrule(internal.source->name, external.source, NiL, 0)) && x != a)
1016 x = source(x);
1023 edit(buf, name, DELETE, internal.source->name, KEEP);
1024 if ((z = getrule(sfstruse(buf))) && z != x && z != internal.source && z != internal.source_p)
1027 z = source(z);
1038 a = source(a);
1057 * <source>
1760 source(register Rule_t* r) function
[all...]
H A Dobject.c244 unsigned char source; /* source bind index */ member in struct:OLD_rule_s
881 markcompile(state.source[n].path);
903 x = state.source[n].path;
1231 * if source!=0 then source prereqs are checked
1235 loadable(register Sfio_t* sp, register Rule_t* r, int source) argument
1256 if (!source)
1260 * check previous source prerequisites
1423 load(register Sfio_t* sp, const char* objfile, int source, in argument
[all...]
H A Dmake.h521 unsigned char source; /* source bind index */ member in struct:Rule_s
561 Rule_t* source; /* .SOURCE rule pointer */ member in struct:Internal_s
649 char* issource; /* internal.source* match pat */
704 char* source; /* make source file suffix */ member in struct:External_s
823 unsigned char warn; /* enable source file warnings */
870 Binding_t source[MAXBIND+1];/* source bind table */ member in struct:State_s
871 int maxsource; /* max source bin
[all...]

Completed in 274 milliseconds