HomeSort by: relevance | last modified time | path
    Searched refs:udef (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/tests/
format-php-2 29 msgid "abc%2$udef%1$s"
35 msgid "abc%udef"
47 msgid "abc%1$udef"
format-awk-2 29 msgid "abc%2$udef%1$s"
35 msgid "abc%udef"
47 msgid "abc%1$udef"
format-boost-2 35 msgid "abc%2$udef%1$s"
41 msgid "abc%udef"
53 msgid "abc%1$udef"
format-perl-2 29 msgid "abc%2$udef%1$s"
35 msgid "abc%udef"
47 msgid "abc%1$udef"
format-tcl-2 29 msgid "abc%2$udef%1$s"
35 msgid "abc%udef"
47 msgid "abc%1$udef"
format-c-2 29 msgid "abc%2$udef%1$s"
35 msgid "abc%udef"
47 msgid "abc%1$udef"
format-gcc-internal-2 53 msgid "abc%udef"
65 msgid "abc%1$udef"
  /src/games/atc/
grammar.y 99 udef
105 udef: label
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
pftn.c 2591 chkftn(union arglist *usym, union arglist *udef)
2598 if (cftnsp != NULL && udef == NULL && usym->type == VOID)
2600 if (udef == NULL && usym->type != TNULL)
2603 if (usym->type == udef->type)
2611 tyn = BTYPE(udef->type);
2624 usym++, udef++;
2625 if (suemeq(usym->sap, udef->sap) == 0)
2632 usym++, udef++;
2633 if (chk2(t2, usym->df, udef->df))
2636 usym++, udef++
    [all...]
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
pftn.c 2550 chkftn(union arglist *usym, union arglist *udef)
2557 if (cftnsp != NULL && udef == NULL && usym->type == VOID)
2559 if (udef == NULL && usym->type != TNULL)
2562 if (usym->type == udef->type)
2570 tyn = BTYPE(udef->type);
2583 usym++, udef++;
2584 if (suemeq(usym->sap, udef->sap) == 0)
2591 usym++, udef++;
2592 if (chk2(t2, usym->df, udef->df))
2595 usym++, udef++
    [all...]

Completed in 17 milliseconds