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

  /xsrc/external/mit/libdrm/dist/tests/
drmsl.c 116 void *next_value; local
121 &next_key, &next_value);
  /xsrc/external/mit/xedit/dist/lisp/
string.c 77 int cmp, value, next_value; local
102 next_value = SCHAR_VALUE(character);
103 if (ignore_case && islower(next_value))
104 next_value = toupper(next_value);
105 if (value == next_value)
120 next_value = SCHAR_VALUE(character);
121 if (ignore_case && islower(next_value))
122 next_value = toupper(next_value);
    [all...]

Completed in 7 milliseconds