Home
last modified time | relevance | path

Searched defs:ALIAS (Results 1 – 2 of 2) sorted by relevance

/plan9-contrib/sys/src/cmd/spin/
H A Dpangen6.c48 typedef struct ALIAS { /* channel aliasing info */ struct
51 struct ALIAS *alias; /* can be an alias for these other chans */ argument
52 struct ALIAS *nxt; /* linked list */ argument
53 } ALIAS; typedef
/plan9-contrib/sys/src/ape/cmd/pdksh/
H A Dlex.h108 #define ALIAS BIT(2) /* recognize alias */ macro