Searched refs:syl (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/legacy/gcc/libf2c/libI77/
H A Dfmt.h1 struct syl struct
67 extern int (*f__doed)(struct syl*, char*, ftnlen),(*f__doned)(struct syl*);
71 extern int rd_ed(struct syl*, char*, ftnlen),rd_ned(struct syl*);
72 extern int w_ed(struct syl*, char*, ftnlen),w_ned(struct syl*);
H A Dfmt.c21 static struct syl f__syl[SYLMX];
49 { struct syl *p= &f__syl[f__pc];
116 struct syl *sp;
444 { struct syl *p;
H A Drdfmt.c455 rd_ed(p,ptr,len) struct syl *p; char *ptr; ftnlen len;
457 rd_ed(struct syl *p, char *ptr, ftnlen len)
518 rd_ned(p) struct syl *p;
520 rd_ned(struct syl *p)
H A Dwrtfmt.c293 w_ed(p,ptr,len) struct syl *p; char *ptr; ftnlen len;
295 w_ed(struct syl *p, char *ptr, ftnlen len)
339 w_ned(p) struct syl *p;
341 w_ned(struct syl *p)
H A Derr.c17 #include "fmt.h" /* for struct syl */
39 int (*f__doed)(struct syl*, char*, ftnlen),(*f__doned)(struct syl*);

Completed in 43 milliseconds