Symbol: yyin
games/atc/main.c
197
yyin = fopen(s, "r");
games/atc/main.c
198
if (yyin == NULL) {
games/atc/main.c
203
fclose(yyin);
games/atc/main.c
50
extern FILE *yyin;
libexec/dma/dma.c
142
yyin = fopen(config.aliases, "r");
libexec/dma/dma.c
143
if (yyin == NULL) {
libexec/dma/dma.c
154
fclose(yyin);
libexec/dma/dma.c
64
extern FILE *yyin;
sbin/devd/devd.cc
127
extern FILE *yyin;
sbin/devd/devd.cc
429
yyin = fopen(fn, "r");
sbin/devd/devd.cc
430
if (yyin == NULL)
sbin/devd/devd.cc
435
fclose(yyin);
usr.bin/bc/bc.y
946
if (yyin != NULL && feof(yyin))
usr.bin/bc/extern.h
41
extern FILE *yyin;
usr.bin/m4/manual_tokenizer.c
1087
yyrestart(yyin );
usr.bin/m4/manual_tokenizer.c
1216
yyrestart(yyin );
usr.bin/m4/manual_tokenizer.c
1260
yy_create_buffer(yyin,YY_BUF_SIZE );
usr.bin/m4/manual_tokenizer.c
1306
yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file;
usr.bin/m4/manual_tokenizer.c
138
#define YY_NEW_FILE yyrestart(yyin )
usr.bin/m4/manual_tokenizer.c
163
extern FILE *yyin, *yyout;
usr.bin/m4/manual_tokenizer.c
1641
return yyin;
usr.bin/m4/manual_tokenizer.c
1687
yyin = in_str ;
usr.bin/m4/manual_tokenizer.c
1720
yyin = stdin;
usr.bin/m4/manual_tokenizer.c
1723
yyin = (FILE *) 0;
usr.bin/m4/manual_tokenizer.c
316
yy_create_buffer(yyin,YY_BUF_SIZE ); \
usr.bin/m4/manual_tokenizer.c
326
yy_create_buffer(yyin,YY_BUF_SIZE ); \
usr.bin/m4/manual_tokenizer.c
337
FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0;
usr.bin/m4/manual_tokenizer.c
605
(c = getc( yyin )) != EOF && c != '\n'; ++n ) \
usr.bin/m4/manual_tokenizer.c
609
if ( c == EOF && ferror( yyin ) ) \
usr.bin/m4/manual_tokenizer.c
616
while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \
usr.bin/m4/manual_tokenizer.c
624
clearerr(yyin); \
usr.bin/m4/manual_tokenizer.c
700
if ( ! yyin )
usr.bin/m4/manual_tokenizer.c
701
yyin = stdin;
usr.bin/m4/manual_tokenizer.c
709
yy_create_buffer(yyin,YY_BUF_SIZE );
usr.bin/m4/manual_tokenizer.c
871
YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin;
usr.bin/mkcsmapper/yacc.y
59
extern FILE *yyin;
usr.bin/mkcsmapper/yacc.y
730
yyin = in;
usr.bin/mkesdb/yacc.y
339
yyin=in;
usr.bin/mkesdb/yacc.y
51
extern FILE *yyin;
usr.sbin/autofs/common.c
1003
error = auto_pclose(yyin);
usr.sbin/autofs/common.c
1004
yyin = NULL;
usr.sbin/autofs/common.c
1063
yyin = auto_popen(path, key, NULL);
usr.sbin/autofs/common.c
1065
yyin = auto_popen(path, NULL);
usr.sbin/autofs/common.c
1067
assert(yyin != NULL);
usr.sbin/autofs/common.c
1069
yyin = fopen(path, "r");
usr.sbin/autofs/common.c
1070
if (yyin == NULL)
usr.sbin/autofs/common.c
1080
error = auto_pclose(yyin);
usr.sbin/autofs/common.c
1081
yyin = NULL;
usr.sbin/autofs/common.c
1087
fclose(yyin);
usr.sbin/autofs/common.c
1089
yyin = NULL;
usr.sbin/autofs/common.c
1145
yyin = fopen(master, "r");
usr.sbin/autofs/common.c
1146
if (yyin == NULL)
usr.sbin/autofs/common.c
1151
fclose(yyin);
usr.sbin/autofs/common.c
1152
yyin = NULL;
usr.sbin/autofs/common.c
291
yyin = auto_popen(AUTO_INCLUDE_PATH, n->n_key + 1, NULL);
usr.sbin/autofs/common.c
292
assert(yyin != NULL);
usr.sbin/autofs/common.c
300
error = auto_pclose(yyin);
usr.sbin/autofs/common.c
301
yyin = NULL;
usr.sbin/autofs/common.c
50
extern FILE *yyin;
usr.sbin/autofs/common.c
897
linelen = getline(&line, &linecap, yyin);
usr.sbin/autofs/common.c
956
yyin = auto_popen(path, key, NULL);
usr.sbin/autofs/common.c
957
assert(yyin != NULL);
usr.sbin/autofs/common.c
965
error = auto_pclose(yyin);
usr.sbin/autofs/common.c
966
yyin = NULL;
usr.sbin/autofs/common.c
998
yyin = auto_popen(AUTO_INCLUDE_PATH, map, NULL);
usr.sbin/autofs/common.c
999
assert(yyin != NULL);
usr.sbin/bthcid/parser.y
207
if ((yyin = fopen(config_file, "r")) == NULL) {
usr.sbin/bthcid/parser.y
219
fclose(yyin);
usr.sbin/bthcid/parser.y
220
yyin = NULL;
usr.sbin/bthcid/parser.y
56
extern FILE *yyin;
usr.sbin/kbdcontrol/kbdcontrol.c
108
extern FILE *yyin;
usr.sbin/kbdcontrol/kbdcontrol.c
238
yyin = fd;