abbrev           2429 source3/modules/getdate.c   int abbrev;
abbrev           2442 source3/modules/getdate.c   abbrev = wordlen == 3 || (wordlen == 4 && word[3] == '.');
abbrev           2445 source3/modules/getdate.c     if ((abbrev ? strncmp (word, tp->name, 3) : strcmp (word, tp->name)) == 0)
abbrev            728 source3/modules/getdate.y   int abbrev;
abbrev            741 source3/modules/getdate.y   abbrev = wordlen == 3 || (wordlen == 4 && word[3] == '.');
abbrev            744 source3/modules/getdate.y     if ((abbrev ? strncmp (word, tp->name, 3) : strcmp (word, tp->name)) == 0)