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

  /src/external/gpl2/gettext/dist/gettext-tools/src/
format-lisp.c 646 is_empty_list (const struct format_arg_list *list) function
1435 else if (e1->type == FAT_LIST && is_empty_list (e1->list))
1448 else if (e2->type == FAT_LIST && is_empty_list (e2->list))
format-scheme.c 649 is_empty_list (const struct format_arg_list *list) function
1458 else if (e1->type == FAT_LIST && is_empty_list (e1->list))
1471 else if (e2->type == FAT_LIST && is_empty_list (e2->list))

Completed in 17 milliseconds