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

  /src/external/bsd/bc/dist/
execute.c 620 int in_ch, first_ch; local
651 first_ch = in_ch;
653 if (in_ch < 36 && first_ch >= conv_base)
654 first_ch = conv_base - 1;
655 bc_int2num (&build, (int) first_ch);
  /src/external/gpl3/binutils/dist/gas/
ecoff.c 2183 int first_ch;
2228 first_ch = *file_name;
2248 if (first_ch == fil_ptr->name[0]
2169 int first_ch; local
  /src/external/gpl3/binutils.old/dist/gas/
ecoff.c 2183 int first_ch;
2228 first_ch = *file_name;
2248 if (first_ch == fil_ptr->name[0]
2169 int first_ch; local

Completed in 33 milliseconds