Home
last modified time | relevance | path

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

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