Searched refs:alias (Results 1 - 7 of 7) sorted by last modified time

/system/core/sh/
H A DAndroid.mk5 alias.c \
H A Dalias.c1 /* $NetBSD: alias.c,v 1.12 2003/08/07 09:05:29 agc Exp $ */
38 static char sccsid[] = "@(#)alias.c 8.3 (Berkeley) 5/4/95";
40 __RCSID("$NetBSD: alias.c,v 1.12 2003/08/07 09:05:29 agc Exp $");
51 #include "alias.h"
57 struct alias *atab[ATABSIZE];
61 STATIC struct alias **hashalias(char *);
67 struct alias *ap, **app;
81 ap = ckmalloc(sizeof (struct alias));
85 * alias value off the input before processing the next alias, w
[all...]
H A Dalias.h1 /* $NetBSD: alias.h,v 1.6 2003/08/07 09:05:29 agc Exp $ */
34 * @(#)alias.h 8.2 (Berkeley) 5/4/95
39 struct alias { struct
40 struct alias *next;
46 struct alias *lookupalias(char *, int);
H A Dexec.c81 #include "alias.h"
953 struct alias *ap;
991 out1fmt(" is an alias for \n");
996 /* Then check if it is a tracked alias */
1017 cmdp ? " a tracked alias for" : "");
H A Dinit.c908 struct alias *ap; /* if push was associated with an alias */
1032 /* from alias.c: */
H A Dinput.c63 #include "alias.h"
79 struct alias *ap; /* if push was associated with an alias */
401 sp->ap = (struct alias *)ap;
403 ((struct alias *)ap)->flag |= ALIASINUSE;
H A Dparser.c60 #include "alias.h"
721 struct alias *ap;

Completed in 322 milliseconds