Lines Matching defs:file_buf
461 static struct file_buf { struct462 char *fname;464 char *nominal_fname;467 struct file_name_list *dir;468 int lineno;469 int length;470 U_CHAR *buf;471 U_CHAR *bufp;475 struct hashnode *macro;478 struct if_stack *if_stack;502 typedef struct file_buf FILE_BUF; argument