Home
last modified time | relevance | path

Searched defs:Expand (Results 1 – 3 of 3) sorted by relevance

/plan9-contrib/sys/src/cmd/abaco/
H A Dexec.c285 typedef struct Expand Expand; typedef
287 struct Expand struct
304 expand(Text *t, uint q0, uint q1, Expand *e) in expand() argument
/plan9-contrib/sys/src/ape/cmd/pdksh/
H A Deval.c18 typedef struct Expand { struct
27 } Expand; argument
/plan9-contrib/sys/src/cmd/acme/
H A Ddat.h42 typedef struct Expand Expand; typedef
440 struct Expand struct
442 uint q0;
443 uint q1;
444 Rune *name;
445 int nname;
446 char *bname;
447 int jump;
448 union{
452 int (*agetc)(void*, uint);
[all …]