Home
last modified time | relevance | path

Searched refs:read_spec (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dstc.c10512 (&ffestp_file.read.read_spec[FFESTP_readixFORMAT])) in ffestc_R909_start()
10519 (&ffestp_file.read.read_spec[FFESTP_readixFORMAT]); in ffestc_R909_start()
10531 (&ffestp_file.read.read_spec[FFESTP_readixEOR]) in ffestc_R909_start()
10533 (&ffestp_file.read.read_spec[FFESTP_readixERR]) in ffestc_R909_start()
10535 (&ffestp_file.read.read_spec[FFESTP_readixEND])) in ffestc_R909_start()
10542 (&ffestp_file.read.read_spec[FFESTP_readixUNIT]); in ffestc_R909_start()
10553 rec = ffestp_file.read.read_spec[FFESTP_readixREC].kw_or_val_present; in ffestc_R909_start()
10555 if (ffestp_file.read.read_spec[FFESTP_readixKEYEQ].kw_or_val_present) in ffestc_R909_start()
10566 if (ffestp_file.read.read_spec[FFESTP_readixKEYGT].kw_or_val_present) in ffestc_R909_start()
10573 assert (ffestp_file.read.read_spec[spec1].kw_or_val_present); in ffestc_R909_start()
[all …]
H A Dste.c3490 #define specified(something) (info->read_spec[something].kw_or_val_present) in ffeste_R909_start()
3505 = ffecom_lookup_label (info->read_spec[FFESTP_readixERR].u.label); in ffeste_R909_start()
3511 = ffecom_lookup_label (info->read_spec[FFESTP_readixEND].u.label); in ffeste_R909_start()
3534 = ffecom_lookup_label (info->read_spec[FFESTP_readixEND].u.label); in ffeste_R909_start()
3558 = ffecom_expr (info->read_spec[FFESTP_readixIOSTAT].u.expr); in ffeste_R909_start()
3581 info->read_spec[FFESTP_readixUNIT].u.expr, in ffeste_R909_start()
3583 &info->read_spec[FFESTP_readixFORMAT]); in ffeste_R909_start()
3586 info->read_spec[FFESTP_readixUNIT].u.expr, in ffeste_R909_start()
3588 &info->read_spec[FFESTP_readixFORMAT], in ffeste_R909_start()
3590 info->read_spec[FFESTP_readixREC].u.expr); in ffeste_R909_start()
H A Dstp.h446 ffestpFile read_spec[FFESTP_readix]; member
H A Dstb.c12953 if (ffestp_file.read.read_spec[ix].kw_or_val_present) in ffestb_subr_kill_read_()
12955 if (ffestp_file.read.read_spec[ix].kw_present) in ffestb_subr_kill_read_()
12956 ffelex_token_kill (ffestp_file.read.read_spec[ix].kw); in ffestb_subr_kill_read_()
12957 if (ffestp_file.read.read_spec[ix].value_present) in ffestb_subr_kill_read_()
12958 ffelex_token_kill (ffestp_file.read.read_spec[ix].value); in ffestb_subr_kill_read_()
15026 ffestp_file.read.read_spec[ix].kw_or_val_present = FALSE; in ffestb_R909()
15035 ffestp_file.read.read_spec[ix].kw_or_val_present = FALSE; in ffestb_R909()
15068 ffestp_file.read.read_spec[ix].kw_or_val_present = FALSE; in ffestb_R909()
15076 ffestp_file.read.read_spec[ix].kw_or_val_present = FALSE; in ffestb_R909()
15115 ffestp_file.read.read_spec[FFESTP_readixFORMAT].kw_or_val_present in ffestb_R9091_()
[all …]
H A Dstd.c3121 (ffestp_file.read.read_spec[something].kw_or_val_present) in ffestd_R909_start()