usr/src/cmd/ed/ed.c
176
static struct Fspec fss;
usr/src/cmd/ed/ed.c
277
static void tlist(struct Fspec *);
usr/src/cmd/ed/ed.c
278
static void tstd(struct Fspec *);
usr/src/cmd/ed/ed.c
2849
fspec(char line[], struct Fspec *f, int up)
usr/src/cmd/ed/ed.c
291
static int lenchk(char *, struct Fspec *);
usr/src/cmd/ed/ed.c
2917
targ(struct Fspec *f)
usr/src/cmd/ed/ed.c
292
static void clear(struct Fspec *);
usr/src/cmd/ed/ed.c
293
static int expnd(char *, char *, int *, struct Fspec *);
usr/src/cmd/ed/ed.c
2935
tincr(int n, struct Fspec *f)
usr/src/cmd/ed/ed.c
294
static void tincr(int, struct Fspec *);
usr/src/cmd/ed/ed.c
2947
tstd(struct Fspec *f)
usr/src/cmd/ed/ed.c
295
static void targ(struct Fspec *);
usr/src/cmd/ed/ed.c
2963
tlist(struct Fspec *f)
usr/src/cmd/ed/ed.c
297
static int fspec(char *, struct Fspec *, int);
usr/src/cmd/ed/ed.c
2984
expnd(char line[], char buf[], int *sz, struct Fspec *f)
usr/src/cmd/ed/ed.c
3022
clear(struct Fspec *f)
usr/src/cmd/ed/ed.c
3030
lenchk(char line[], struct Fspec *f)