Home
last modified time | relevance | path

Searched refs:what_to_do (Results 1 – 2 of 2) sorted by relevance

/external/libedit/src/
Dfilecomplete.c421 int what_to_do = '\t'; in fn_complete() local
425 what_to_do = '?'; in fn_complete()
429 *completion_type = what_to_do; in fn_complete()
486 if (what_to_do == '?') in fn_complete()
498 } else if (what_to_do == '!') { in fn_complete()
/external/chromium_org/third_party/cld/base/
Dlogging.h677 #define SOME_KIND_OF_LOG_EVERY_N(severity, n, what_to_do) \ argument
683 &what_to_do).stream()
685 #define SOME_KIND_OF_LOG_IF_EVERY_N(severity, condition, n, what_to_do) \ argument
693 &what_to_do).stream()
695 #define SOME_KIND_OF_PLOG_EVERY_N(severity, n, what_to_do) \ argument
703 &what_to_do).stream()
705 #define SOME_KIND_OF_LOG_FIRST_N(severity, n, what_to_do) \ argument
712 &what_to_do).stream()