ftp.nice.ch/pub/next/developer/nextsources/cctools.s.tar.gz#/cctools/as/input-scrub.h

This is input-scrub.h in view mode; [Download] [Up]

extern int doing_include;

extern char *physical_input_file;
extern char *logical_input_file;

/* 1-origin line number in a source file. */
typedef unsigned int line_numberT;

extern line_numberT physical_input_line;
extern line_numberT logical_input_line;
/*
 * Supplies sanitised buffers to read.c.
 * Also understands printing line-number part of error messages.
 */

/* Line number things. */
extern int seen_at_least_1_file(
    void);
extern void bump_line_counters(
    void);
extern void new_logical_line(
    char *fname,
    int line_number);
extern void as_where(
    void);
extern void as_perror(
    char *gripe,
    char *filename);

/* Sanitising things. */
extern void input_scrub_begin(
    void);
extern void input_scrub_end(
    void);
extern char *input_scrub_new_file(
    char *filename);
extern char *input_scrub_next_buffer(
    char **bufp);
extern void read_an_include_file(
    char *no_path_name);

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.