HomeSort by: relevance | last modified time | path
    Searched defs:arglist_parser (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/src/
xgettext.h 274 struct arglist_parser struct
283 /* Creates a fresh arglist_parser recognizing calls.
285 extern struct arglist_parser * arglist_parser_alloc (message_list_ty *mlp,
287 /* Clones an arglist_parser. */
288 extern struct arglist_parser * arglist_parser_clone (struct arglist_parser *ap);
289 /* Adds a string argument to an arglist_parser. ARGNUM must be > 0.
295 extern void arglist_parser_remember (struct arglist_parser *ap,
300 /* Tests whether an arglist_parser has is not waiting for more arguments after
302 extern bool arglist_parser_decidedp (struct arglist_parser *ap, int argnum)
    [all...]

Completed in 91 milliseconds