HomeSort by relevance Sort by last modified time
    Searched refs:what_to_do (Results 1 - 2 of 2) sorted by null

  /external/libedit/src/
filecomplete.c 398 * 'what_to_do' says what to do with the completion.
421 int what_to_do = '\t'; local
425 what_to_do = '?';
429 *completion_type = what_to_do;
486 if (what_to_do == '?')
498 } else if (what_to_do == '!') {
  /external/chromium_org/third_party/cld/base/
logging.h 677 #define SOME_KIND_OF_LOG_EVERY_N(severity, n, what_to_do) \
683 &what_to_do).stream()
685 #define SOME_KIND_OF_LOG_IF_EVERY_N(severity, condition, n, what_to_do) \
693 &what_to_do).stream()
695 #define SOME_KIND_OF_PLOG_EVERY_N(severity, n, what_to_do) \
703 &what_to_do).stream()
705 #define SOME_KIND_OF_LOG_FIRST_N(severity, n, what_to_do) \
712 &what_to_do).stream()
    [all...]

Completed in 2741 milliseconds