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

/ast/src/lib/libuu/
H A Duu.h47 const char* alias; member in struct:Uumeth_s
/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/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/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/cmd/mailx/
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/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/nmake/
H A Dmake.h326 #define D_aliaschanged (1<<1) /* alias changed */
770 unsigned char alias; /* enable directory aliasing */ member in struct:State_s

Completed in 31 milliseconds