Home
last modified time | relevance | path

Searched refs:NO_SPACE (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/byacc/
H A Dreader.c149 NO_SPACE(cache); in cachec()
268 NO_SPACE(input_file_name); in line_directive()
339 NO_SPACE(save_area.line_data); in get_line()
369 NO_SPACE(line); in get_line()
383 NO_SPACE(line); in get_line()
411 NO_SPACE(p); in dup_line()
1187 NO_SPACE(p); in save_param()
1190 NO_SPACE(p->type2); in save_param()
1213 NO_SPACE(p->name); in save_param()
1218 NO_SPACE(p->type); in save_param()
[all …]
H A Dsymtab.c37 NO_SPACE(bp); in make_bucket()
43 NO_SPACE(bp->name); in make_bucket()
92 NO_SPACE(symbol_table); in create_symbol_table()
H A Dmain.c541 NO_SPACE(input_file_name); in getargs()
554 NO_SPACE(p); in allocate()
614 NO_SPACE(file_prefix); in create_file_names()
776 NO_SPACE(item); in open_tmpfile()
779 NO_SPACE(item->name); in open_tmpfile()
H A Dlr0.c234 NO_SPACE(p); in initialize_states()
546 NO_SPACE(nullable); in set_nullable()
H A Doutput.c381 NO_SPACE(translate); in output_accessing_symbols()
875 NO_SPACE(table); in pack_vector()
878 NO_SPACE(check); in pack_vector()
1379 NO_SPACE(symnam); in output_debug()
H A Dverbose.c27 NO_SPACE(null_rules); in verbose()
H A Dmkpar.c199 NO_SPACE(rules_used); in unused_rules()
H A Ddefs.h191 #define NO_SPACE(p) do { if (p == 0) on_error(); assert(p != 0); } while (0) macro