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

  /external/mksh/src/
eval.c 485 char fpat = 0, *tpat1, *tpat2; local
500 fpat = s[1];
501 wpat = s + (fpat ? 2 : 0);
516 if (!*pat && !fpat) {
533 if (fpat == '#') {
537 } else if (fpat == '%') {
555 if (fpat != '#')
564 if (fpat != '%')
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
scantools.py 244 [fpat, pat, rep] = words
245 if not fpat: fpat = "*"
287 list.append((fpat, patterns, replacements))
  /external/icu/icu4c/source/i18n/
tzgnames.cpp 363 UnicodeString fpat(TRUE, gDefFallbackPattern, -1);
377 fpat.setTo(fallbackPattern, -1);
383 fFallbackFormat.applyPatternMinMaxArguments(fpat, 2, 2, status);
    [all...]

Completed in 1919 milliseconds