Lines Matching refs:Fspec
166 struct Fspec { struct
173 static struct Fspec fss; argument
274 static void tlist(struct Fspec *);
275 static void tstd(struct Fspec *);
288 static int lenchk(char *, struct Fspec *);
289 static void clear(struct Fspec *);
290 static int expnd(char *, char *, int *, struct Fspec *);
291 static void tincr(int, struct Fspec *);
292 static void targ(struct Fspec *);
294 static int fspec(char *, struct Fspec *, int);
2815 fspec(char line[], struct Fspec *f, int up) in fspec()
2882 targ(struct Fspec *f) in targ()
2900 tincr(int n, struct Fspec *f) in tincr()
2912 tstd(struct Fspec *f) in tstd()
2926 tlist(struct Fspec *f) in tlist()
2947 expnd(char line[], char buf[], int *sz, struct Fspec *f) in expnd()
2979 clear(struct Fspec *f) in clear()
2987 lenchk(char line[], struct Fspec *f) in lenchk()