tab               433 tools/crm_mon.c             const char * tab = NULL;
tab               434 tools/crm_mon.c             tab = strrchr(long_options[lpc].desc, '\t');
tab               435 tools/crm_mon.c             return tab ? ++tab : long_options[lpc].desc;