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

  /src/external/gpl2/gettext/dist/gettext-tools/src/
format-lisp.c 115 PT_NIL, /* param not present */
2347 case PT_NIL: case PT_CHARACTER: case PT_V:
2359 case PT_NIL: case PT_INTEGER: case PT_ARGCOUNT: case PT_V:
2382 case PT_NIL:
2479 enum param_type type = PT_NIL;
2686 || (paramcount >= 1 && params[0].type == PT_NIL))
2956 if (!(paramcount >= 1 && params[0].type != PT_NIL))
format-scheme.c 118 PT_NIL, /* param not present */
2373 case PT_NIL: case PT_CHARACTER: case PT_V:
2385 case PT_NIL: case PT_INTEGER: case PT_ARGCOUNT: case PT_V:
2408 case PT_NIL:
2482 enum param_type type = PT_NIL;
2590 || (paramcount == 1 && params[0].type == PT_NIL))
2701 || (paramcount >= 1 && params[0].type == PT_NIL))
2954 if (!(paramcount >= 1 && params[0].type != PT_NIL))

Completed in 15 milliseconds