Home | History | Annotate | Download | only in hyphenation

Lines Matching defs:new

55     char *new;
59 new = hnj_malloc (l + 1);
60 memcpy (new, s, l);
61 new[l] = 0;
62 return new;
166 /* Get the state number, allocating a new state if necessary. */
860 /* now create a new char string showing hyphenation positions */
861 /* count the hyphens and allocate space for the new hyphenated string */