Searched refs:NO_SPACE (Results 1 – 8 of 8) sorted by relevance
149 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 …]
37 NO_SPACE(bp); in make_bucket()43 NO_SPACE(bp->name); in make_bucket()92 NO_SPACE(symbol_table); in create_symbol_table()
541 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()
234 NO_SPACE(p); in initialize_states()546 NO_SPACE(nullable); in set_nullable()
381 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()
27 NO_SPACE(null_rules); in verbose()
199 NO_SPACE(rules_used); in unused_rules()
191 #define NO_SPACE(p) do { if (p == 0) on_error(); assert(p != 0); } while (0) macro