HomeSort by: relevance | last modified time | path
    Searched defs:do_not_ignore_hash (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-d10v.c 65 static int do_not_ignore_hash = 0; variable
413 int save = do_not_ignore_hash;
414 do_not_ignore_hash = 1;
418 do_not_ignore_hash = save;
1693 if (*input_line_pointer == '#' && ! do_not_ignore_hash)
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-d10v.c 65 static int do_not_ignore_hash = 0; variable
413 int save = do_not_ignore_hash;
414 do_not_ignore_hash = 1;
418 do_not_ignore_hash = save;
1693 if (*input_line_pointer == '#' && ! do_not_ignore_hash)

Completed in 15 milliseconds