Home
last modified time | relevance | path

Searched refs:text_init (Results 1 – 25 of 45) sorted by relevance

12

/dports/textproc/R-cran-utf8/utf8/src/
H A Dstring.c21 static int text_init(struct utf8lite_text *text, SEXP charsxp);
28 } else if (!text_init(&str->value.text, charsxp)) { in rutf8_string_init()
45 int text_init(struct utf8lite_text *text, SEXP charsxp) in text_init() function
/dports/games/volleyball/volleyball-0.8.6/src/
H A Dstatus_bar.c49 data->text_score_player_1 = text_init (data->world->font, "0", 20, in status_bar_init()
52 data->text_score_player_2 = text_init (data->world->font, "0", 620, in status_bar_init()
H A Dtext.h49 Text * text_init (Font * font, char * text, int x, int y, enum align align);
H A Dtext.c34 Text * text_init (Font * font, char * text, int x, int y, enum align align) in text_init() function
/dports/print/texinfo/texinfo-6.8/tp/Texinfo/XS/parsetexi/
H A Dconvert.c41 text_init (&result); in node_extra_to_texi()
190 text_init (&result); in convert_to_texinfo()
208 text_init (&result); in convert_to_text()
H A Dtext.h25 void text_init (TEXT *t);
H A Dtext.c83 text_init (TEXT *t) in text_init() function
H A Dmacro.c260 text_init (&arg); in expand_macro_arguments()
339 text_init (&arg); in expand_macro_arguments()
504 text_init (&expanded); in handle_macro()
/dports/x11-fm/fsv2/fsv2-1.1.0/src/
H A Dtmaptext.h30 void text_init( void );
H A Dogl.c87 text_init( ); in ogl_init()
H A Dfsvwindow.h188 void text_init( void );
/dports/print/texinfo/texinfo-6.8/tp/Texinfo/XS/
H A Dtext.h22 void text_init (TEXT *t);
H A Dtext.c83 text_init (TEXT *t) in text_init() function
/dports/net/pacemaker2/pacemaker-Pacemaker-2.1.1/lib/common/
H A Doutput_text.c51 text_init(pcmk__output_t *out) { in text_init() function
86 text_init(out); in text_reset()
297 retval->init = text_init; in pcmk__mk_text_output()
/dports/net-mgmt/ettercap/ettercap-0.8.3.1/src/interfaces/text/
H A Dec_text.c49 static void text_init(void);
77 ops.init = &text_init; in set_text_interface()
100 static void text_init(void) in text_init() function
/dports/editors/nvi2/nvi2-2.2.0/common/
H A Dcut.c231 if ((tp = text_init(sp, NULL, 0, len)) == NULL) in cut_line()
284 text_init(SCR *sp, const CHAR_T *p, size_t len, size_t total_len) in text_init() function
/dports/editors/vigor/vigor-0.016/common/
H A Dcut.c259 if ((tp = text_init(sp, NULL, 0, len)) == NULL)
313 text_init(sp, p, len, total_len) in text_init() function
/dports/editors/nvi2/nvi2-2.2.0/ex/
H A Dex_txt.c78 newtp: if ((tp = text_init(sp, NULL, 0, 32)) == NULL) in ex_txt()
193 if ((ntp = text_init(sp, NULL, 0, 32)) == NULL) in ex_txt()
/dports/editors/vigor/vigor-0.016/ex/
H A Dex_txt.c83 newtp: if ((tp = text_init(sp, NULL, 0, 32)) == NULL)
198 if ((ntp = text_init(sp, NULL, 0, 32)) == NULL)
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_text/
H A Dspace_text.c110 static void text_init(struct wmWindowManager *UNUSED(wm), ScrArea *UNUSED(area)) in text_init() function
451 st->init = text_init; in ED_spacetype_text()
/dports/editors/vigor/vigor-0.016/vi/
H A Dv_replace.c178 if ((tp = text_init(sp, p, len, len)) == NULL)
/dports/editors/nvi2/nvi2-2.2.0/vi/
H A Dv_replace.c173 if ((tp = text_init(sp, p, len, len)) == NULL) in v_replace()
/dports/multimedia/xawtv/xawtv-3.107/console/
H A Dfbtv.c316 text_init(char *font) in text_init() function
524 text_init(fontfile); in do_fullscreen()
713 text_init(fontfile); in main()
/dports/editors/vigor/vigor-0.016/include/
H A Dcom_extern.h87 TEXT *text_init __P((SCR *, const char *, size_t, size_t));
/dports/deskutils/cal/cal41/src/
H A Dcal.c449 void text_init(void) in text_init() function
704 text_init(); in main()

12