• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/

Lines Matching defs:mlp

761 static void interpolate_keywords (message_list_ty *mlp, const char *string,
763 static token_ty *x_perl_lex (message_list_ty *mlp);
765 static bool extract_balanced (message_list_ty *mlp,
855 extract_triple_quotelike (message_list_ty *mlp, token_ty *tp, int delim,
864 interpolate_keywords (mlp, string, line_number);
881 interpolate_keywords (mlp, string, line_number);
1282 extract_variable (message_list_ty *mlp, token_ty *tp, int first)
1378 if (extract_balanced (mlp, token_type_rbrace, true, false,
1380 1, arglist_parser_alloc (mlp, NULL)))
1530 token_ty *t1 = x_perl_lex (mlp);
1540 token_ty *t2 = x_perl_lex (mlp);
1555 remember_a_message (mlp, NULL, xstrdup (t1->string),
1569 if (extract_balanced (mlp, token_type_rbrace, true, false,
1571 1, arglist_parser_alloc (mlp, &shapes)))
1600 extract_balanced (mlp, token_type_rbrace, true, false,
1602 1, arglist_parser_alloc (mlp, NULL));
1610 extract_balanced (mlp, token_type_rbracket, true, false,
1612 1, arglist_parser_alloc (mlp, NULL));
1650 interpolate_keywords (message_list_ty *mlp, const char *string, int lineno)
1985 remember_a_message (mlp, NULL, token.string, context, &pos,
2006 x_perl_prelex (message_list_ty *mlp, token_ty *tp)
2039 extract_variable (mlp, tp, c);
2180 extract_triple_quotelike (mlp, tp, delim,
2216 interpolate_keywords (mlp, tp->string, line_number);
2273 interpolate_keywords (mlp, tp->string, line_number);
2309 interpolate_keywords (mlp, tp->string, line_number);
2316 interpolate_keywords (mlp, tp->string, line_number);
2430 interpolate_keywords (mlp, tp->string, line_number + 1);
2472 interpolate_keywords (mlp, tp->string, line_number + 1);
2514 interpolate_keywords (mlp, tp->string, line_number);
2629 x_perl_lex (message_list_ty *mlp)
2639 x_perl_prelex (mlp, tp);
2667 next = x_perl_lex (mlp);
2748 collect_message (message_list_ty *mlp, token_ty *tp, int error_level)
2781 token_ty *qstring = x_perl_lex (mlp);
2874 extract_balanced (message_list_ty *mlp,
2913 tp = x_perl_lex (mlp);
2986 if (extract_balanced (mlp, delim, false, next_comma_delim,
3022 next_argparser = arglist_parser_alloc (mlp, shapes);
3027 next_argparser = arglist_parser_alloc (mlp, NULL);
3059 if (extract_balanced (mlp, token_type_rparen, true, false,
3074 if (extract_balanced (mlp, token_type_rparen, true, false,
3120 argparser = arglist_parser_alloc (mlp, NULL);
3149 char *string = collect_message (mlp, tp, EXIT_SUCCESS);
3155 remember_a_message (mlp, NULL, string, inner_context, &pos,
3180 char *string = collect_message (mlp, tp, EXIT_FAILURE);
3196 argparser = arglist_parser_alloc (mlp, NULL);
3225 if (extract_balanced (mlp, token_type_rbrace, true, false,
3227 1, arglist_parser_alloc (mlp, NULL)))
3261 if (extract_balanced (mlp, token_type_rbracket, true, false,
3263 1, arglist_parser_alloc (mlp, NULL)))
3302 argparser = arglist_parser_alloc (mlp, NULL);
3396 message_list_ty *mlp = mdlp->item[0]->messages;
3420 while (!extract_balanced (mlp, token_type_rbrace, true, false,
3422 1, arglist_parser_alloc (mlp, NULL)))