Searched refs:min_level (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/binutils/bfd/
H A Dvms-misc.c67 static int min_level = -1; local
73 if (min_level == -1)
77 min_level = atoi (eptr);
81 min_level = 0;
85 if (abslvl > min_level)
/haiku-buildtools/legacy/binutils/bfd/
H A Dvms-misc.c54 static int min_level = -1;
60 if (min_level == -1)
64 min_level = atoi (eptr);
68 min_level = 0;
72 if (abslvl > min_level)
53 static int min_level = -1; local

Completed in 64 milliseconds