Searched refs:alias (Results 1 - 16 of 16) sorted by relevance

/ast/src/lib/libvcodex/
H A Dvcalias.c49 char* name; /* name of the alias */
95 if(!isalnum(*s) ) /* invalid alias specification */
154 #if _PACKAGE_ast /* AST alias convention */
184 /* map an alias. Arguments are passed onto the first method of the aliased spec */
196 Vcalias_t *alias; local
201 if(!(alias = Alias) || !spec)
208 /* find the extent of the alias name */
215 /* see if that matches an alias */
216 for(; alias; alias
[all...]
/ast/src/lib/libuu/
H A Duu.h47 const char* alias; member in struct:Uumeth_s
H A Duulib.c1246 sfprintf(fp, "%-17s %s\n", mp->name, mp->alias);
1295 * exact name or alias match
1302 mp->alias && *mp->alias == c && (!strcasecmp(name, mp->alias) || vl && !strncasecmp(name, mp->alias, vl)))
/ast/src/lib/libardir/
H A Dar-omf.c39 char *alias; member in struct:_arfile_
242 fp->alias = (char*)base+ip[6];
386 if(!(ar->flags&ARDIR_FORCE) && fp->alias)
387 fp->st.name = fp->alias;
450 fp->alias = (char*)name;
/ast/src/lib/libmam/
H A Dmam.c128 * check for rule alias
133 alias(struct proc* pp, const char* name) function
237 else if (!(r = getrule(pp, arg)) && !(r = alias(pp, arg)))
282 if (!streq(pp->fp->rule->name, arg) && !alias(pp, arg))
290 if (!(r = getrule(pp, arg)) && !(r = alias(pp, arg)))
301 if (!(r = getrule(pp, arg)) && !(r = alias(pp, arg)))
/ast/src/cmd/ksh93/sh/
H A Dlex.c2427 struct alias struct
2438 * This code gets called whenever an end of string is found with alias
2445 * This code gets called whenever an end of string is found with alias
2453 register struct alias *ap = (struct alias*)handle;
2474 /* if last character is a blank, then next work can be alias */
2493 struct alias *ap = (struct alias*)malloc(sizeof(struct alias));
/ast/src/cmd/builtin/
H A Duudecode.c72 sfprintf(sp, "[+%s|%s]", mp->name, mp->alias);
H A Duuencode.c71 sfprintf(sp, "[+%s|%s]", mp->name, mp->alias);
/ast/src/cmd/ksh93/data/
H A Dbuiltins.c81 "alias", NV_BLTIN|BLT_SPC, bltin(alias),
82 "hash", NV_BLTIN|BLT_SPC, bltin(alias),
193 "alias to become a tracked alias when it is first encountered.]"
345 "[-1c?\n@(#)$Id: alias (AT&T Research) 1999-07-07 $\n]"
347 "[+NAME?alias - define or display aliases]"
348 "[+DESCRIPTION?\balias\b creates or redefines alias definitions "
349 "or writes the existing alias definitions to standard output. "
350 "An alias definition
[all...]
/ast/src/cmd/mailx/
H A Ddata.c65 X("[ message ... ]\nAn alias for ``mark [ message ... ] nospam''."),
82 "a[lias]", CMD(alias), M|Z|RAWLIST, 0, ARGMAX,
83 X("[ name [ value ] | < file ]\nDeclare an address alias value for name. If value is omitted then the alias for name is listed. If name is omitted then all aliases are listed. < file reads sendmail aliases from file."),
128 "gr[oup]", CMD(alias), M|RAWLIST, 0, ARGMAX,
129 X("[ name [ value ] ]\nEquivalent to alias [ name [ value ] ]."),
147 X("[ message ... ]\nAn alias for ``mark [ message ... ] spam''."),
155 X("address ...\nCompose and send a message to the address arguments after alias expansion."),
157 X("address ...\nList the result of alias expansion on the address arguments. map! gives the step-by-step details."),
415 X("Don't delete the current user name when sending to an alias o
[all...]
H A Dmailx.h281 #define A (1<<4) /* Var alias */
895 extern int alias(char**);
H A Dcmd3.c676 * List an alias.
691 * Low level for alias/alternates.
709 note(0, "\"%s\": unknown alias", name);
715 * sendmail alias file parse
751 * Insert names from the command list into the alias group.
767 * Case sensitive alias.
770 alias(register char** argv) function
785 note(0, "\"%s\": unknown alias", s);
/ast/src/cmd/nmake/
H A Dmain.c145 * 0x00000040 2001-10-20 foiled alias still allows bind (!1994-08-11)
155 * 0x00010000 1996-10-11 don't alias check path suffixes in bindfile()
167 * 0x10000000 2007-01-08 :P=D: alias check
168 * 0x20000000 2007-06-15 disable :W: . alias check
368 state.alias = 1;
H A Dmake.h326 #define D_aliaschanged (1<<1) /* alias changed */
770 unsigned char alias; /* enable directory aliasing */ member in struct:State_s
H A Doption.c66 { "alias", OPT_alias, (char*)&state.alias, 0,
H A Dbind.c189 if ((d = getdir(&id)) && state.alias && d->directory == (S_ISDIR(st.st_mode) != 0) && (!state.mam.statix || S_ISDIR(st.st_mode)))
199 * the physical directory alias can go either way
648 * enter r as an alias for x
673 debug((-5, "%s alias %s delayed until one or the other is bound", x->name, r->name));
695 error(PANIC, "multiple alias from %s to %s", z->name, x->name);
906 error(1, "%s: alias loop", r->name);
1424 message((-11, "bindfile(%s): path=%s rule=%s alias=%s view=%d time=%s", name, b, r ? r->name : (char*)0, (x = getrule(b)) && x != r ? x->name : (char*)0, view, timestr(tm)));
1534 * alias bindings in the path suffixes of name
1669 * h!=0 for alias reference
1679 message((-2, "unbind(%s)%s%s", r->name, h ? " check-alias"
[all...]

Completed in 42 milliseconds