Searched refs:original (Results 1 - 17 of 17) sorted by relevance
/ast/src/cmd/mailx/ |
H A D | smtp.c | 91 * 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 D | CONVERT.mk | 4 * 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 D | package.mk | 571 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 D | proto.c | 389 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( ¬ice, &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( ¬ice, &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/nmake/ |
H A D | variable.c | 404 case '^': /* original bound name */ 409 if (r->active->original && !streq(r->active->original, r->name)) 410 val = state.localview ? localview(makerule(r->active->original)) : r->active->original; 414 if (p->rule->active && (t = p->rule->active->original))
|
H A D | make.c | 130 a->active->original = a->name; 189 u->active->original = u->name; 205 u->active->original = makerule(sfstrbase(internal.tmp))->name; 208 u->active->original = u->name; 231 u->active->original = u->name;
|
H A D | command.c | 483 p->original = o->original; 498 * restore action by expanding into buf using original context
|
H A D | make.h | 464 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 */
|
H A D | Makerules.mk | 4629 * $(.ORIGINAL.ARGS.) original command line args 4630 * $(.ORIGINAL.MAIN.) original .MAIN prereqs
|
/ast/src/cmd/proto/ |
H A D | Makefile | 53 else : retain original $(<) :
|
/ast/src/cmd/html/ |
H A D | troff2html.h | 280 char* file; /* original file */ 281 int line; /* original line */ 282 } original; member in struct:State_s
|
H A D | troff2html.c | 282 if (!state.original.file) 284 state.original.file = error_info.file; 285 state.original.line = error_info.line; 735 if ((error_info.file = pp->file) == state.original.file) 737 state.original.file = 0; 738 state.original.line = 0; 1377 return state.original.file ? state.original.file : error_info.file; 1401 n = state.original.line ? state.original [all...] |
/ast/lib/package/ |
H A D | package.mk | 571 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/ksh93/tests/ |
H A D | bracket.sh | 38 file=$tmp/original
|
/ast/src/lib/libpp/ |
H A D | ppinput.c | 110 cur->index->file = pp.original;
|
H A D | pplib.h | 313 long ro_state; /* original pp.ro_state */ \ 314 long ro_mode; /* original pp.ro_mode */ \ 315 long ro_option; /* original pp.ro_option */ \ 316 long ro_op[2]; /* original pp.ro_op[] */ \ 318 Hash_table_t* symtab; /* original pp.symtab scope */ \ 329 struct ppfile* original; /* original include name */ \ 338 PPLINESYNC olinesync; /* original linesync value */ \
|
H A D | ppsearch.c | 652 pp.original = fp;
|
Completed in 95 milliseconds