Searched defs:original (Results 1 - 7 of 7) sorted by relevance

/ast/src/cmd/mailx/
H A Dsmtp.c91 * if original!=0 then it is the size of the message
92 * and the original sender is retrived from the
97 sendsmtp(Sfio_t* fp, char* host, char** argv, off_t original) argument
164 if (original)
233 if (original && (z += sfvalue(fp)) >= original)
/ast/src/cmd/INIT/
H A DCONVERT.mk4 * The first command line target overrides the default original source
31 * files in the original source directory are copied
33 * the default original source directory is ./original
36 * file original source file that must exist
50 * from original directory subdirectory
51 * . names the original directory
81 * to directory after it has been copied from the original source
84 * copy from the original source directory; a file may be subject to
98 original macro
119 original := $(D) macro
[all...]
H A Dpackage.mk571 name.original := $(name)
573 if name != "$(name.original)"
574 $(name) : $(~$(name.original))
582 version.original := $(version)
630 package write cyg base source version=$(version.original) $(name.original)
631 package write cyg base binary version=$(version.original) $(name.original)
661 ldesc: "$($(name.original).README)"
695 echo ";;;$(PACKAGEGEN)/$(name.original)
[all...]
H A Dproto.c389 char* checkpoint; int constack; struct ppinstk* in; char* addp; char* args; char* addbuf; char* catbuf; char* hdrbuf; char* hidebuf; char* path; char* tmpbuf; char* valbuf; char* optflags; int lastout; char* include; char* prefix; struct ppmember* member; int hidden; int hiding; int level; struct { int input; int output; } pool; struct { long ro_state; long ro_mode; long ro_option; long ro_op[2]; int on; char* symtab; } reset; int truncate; struct ppmacstk* macp; char* maxmac; char* mactop; char* toknxt; long* control; long* maxcon; struct oplist* chop; struct ppfile* insert; struct ppfile* original; struct ppdirs* found; int vendor; char* dirtab; char* strtab; PPBUILTIN builtin; PPCOMMENT comment; PPINCREF incref; PPLINESYNC linesync; PPLINESYNC olinesync; PPMACREF macref; PPOPTARG optarg; PPPRAGMA pragma; struct counter counter; char funbuf[256]; member in struct:ppglobals
2369 comment( &notice, &buf, " you must not claim that you wrote the original software. If",sizeof( " you must not claim that you wrote the original software. If")-1, -1);
2375 comment( &notice, &buf, " and must not be misrepresented as being the original",sizeof( " and must not be misrepresented as being the original")-1, -1);
/ast/src/cmd/html/
H A Dtroff2html.h280 char* file; /* original file */
281 int line; /* original line */
282 } original; member in struct:State_s
/ast/lib/package/
H A Dpackage.mk571 name.original := $(name)
573 if name != "$(name.original)"
574 $(name) : $(~$(name.original))
582 version.original := $(version)
630 package write cyg base source version=$(version.original) $(name.original)
631 package write cyg base binary version=$(version.original) $(name.original)
661 ldesc: "$($(name.original).README)"
695 echo ";;;$(PACKAGEGEN)/$(name.original)
[all...]
/ast/src/cmd/nmake/
H A Dmake.h464 List_t* prereqs; /* original prereqs */
465 char* action; /* original action */
466 char* original; /* original bound name */ member in struct:Frame_s
473 char* name; /* original target name */
474 Frame_t* frame; /* original target frame */
475 Time_t time; /* original target time */

Completed in 70 milliseconds