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

  /src/external/gpl2/gettext/include/
gettext-po.h 47 /* A po_filepos_t represents a string's position within a source file. */
48 typedef struct po_filepos *po_filepos_t; typedef in typeref:struct:po_filepos
250 extern po_filepos_t po_message_filepos (po_message_t message, int i);
306 /* =========================== po_filepos_t API ============================ */
309 extern const char * po_filepos_file (po_filepos_t filepos);
313 extern size_t po_filepos_start_line (po_filepos_t filepos);
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
gettext-po.h.in 47 /* A po_filepos_t represents a string's position within a source file. */
48 typedef struct po_filepos *po_filepos_t;
250 extern po_filepos_t po_message_filepos (po_message_t message, int i);
306 /* =========================== po_filepos_t API ============================ */
309 extern const char * po_filepos_file (po_filepos_t filepos);
313 extern size_t po_filepos_start_line (po_filepos_t filepos);
gettext-po.c 69 /* A po_filepos_t is actually a 'lex_pos_ty *'. */
862 po_filepos_t
868 return (po_filepos_t) &mp->filepos[i];
1091 po_filepos_file (po_filepos_t filepos)
1103 po_filepos_start_line (po_filepos_t filepos)

Completed in 15 milliseconds