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

  /src/external/gpl2/gmake/dist/
read.c 2957 int is_variable;
2969 is_variable = home_dir[0] != '\0';
2970 if (!is_variable)
2992 if (is_variable)
2942 int is_variable; local
  /src/external/gpl3/gcc/dist/gcc/fortran/
check.cc 4610 bool is_variable = true; local
4614 is_variable = a->value.function.esym
4623 || !is_variable)
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
check.cc 4580 bool is_variable = true; local
4584 is_variable = a->value.function.esym
4593 || !is_variable)
  /src/external/bsd/libpcap/dist/
gencode.c 169 (cs)->off_linkhdr.is_variable = (new_is_variable); \
189 * is_variable is 1 if there's a variable part.
193 * if is_variable is 1, reg is the register number for a register
198 int is_variable; member in struct:__anon2
1178 cstate->off_outermostlinkhdr.is_variable = 0;
1183 cstate->off_prevlinkhdr.is_variable = 0;
1188 cstate->off_linkhdr.is_variable = 0;
1195 cstate->off_linkpl.is_variable = 0;
1199 cstate->off_linktype.is_variable = 0;
1371 cstate->off_linkhdr.is_variable = 1
    [all...]

Completed in 51 milliseconds