Home
last modified time | relevance | path

Searched refs:len_the_text (Results 1 – 3 of 3) sorted by relevance

/dports/deskutils/gcal/gcal-4.1/src/
H A Drc-use.c159 int len_the_text = 0; variable
488 len_the_text = (int) maxlen_max; in rc_use()
500 assert (len_the_text > 0); in rc_use()
501 assert (len_the_text <= testval); in rc_use()
561 the_text = (char *) my_malloc (len_the_text, ERR_NO_MEMORY_AVAILABLE, in rc_use()
H A Drc-defs.h1073 extern int len_the_text;
H A Drc-insert.c263 if ((Uint) len_the_text < maxlen_max)
265 len_the_text = (int) maxlen_max;
267 len_the_text,
270 "the_text", len_the_text);