Home
last modified time | relevance | path

Searched refs:zconfin (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dlex.zconf.c15 #define yyin zconfin
157 #define YY_NEW_FILE zconfrestart(zconfin )
185 extern FILE *zconfin, *zconfout;
343 zconf_create_buffer(zconfin,YY_BUF_SIZE ); \
353 zconf_create_buffer(zconfin,YY_BUF_SIZE ); \
367 FILE *zconfin = (FILE *) 0, *zconfout = (FILE *) 0; variable
947 while ( (result = read( fileno(zconfin), (char *) buf, max_size )) < 0 ) \
955 clearerr(zconfin); \
1029 if ( ! zconfin )
1030 zconfin = stdin;
[all …]
H A Dlex.zconf.c_shipped15 #define yyin zconfin
157 #define YY_NEW_FILE zconfrestart(zconfin )
185 extern FILE *zconfin, *zconfout;
272 * just pointing zconfin at a new input file.
310 * instead of setting up a fresh zconfin. A bit of a hack ...
343 zconf_create_buffer(zconfin,YY_BUF_SIZE ); \
353 zconf_create_buffer(zconfin,YY_BUF_SIZE ); \
367 FILE *zconfin = (FILE *) 0, *zconfout = (FILE *) 0;
947 while ( (result = read( fileno(zconfin), (char *) buf, max_size )) < 0 ) \
955 clearerr(zconfin); \
[all …]