Lines Matching refs:newp
1296 uint32_t *newp = obstack_alloc (&repertoire->mem_pool, in get_character() local
1298 *newp = now->val.ucs4; in get_character()
1300 insert_entry (&repertoire->seq_table, newp, in get_character()
1501 uint32_t *newp = obstack_alloc (&repertoire->mem_pool, in charclass_ucs4_ellipsis() local
1503 *newp = last_wch; in charclass_ucs4_ellipsis()
1515 insert_entry (&repertoire->seq_table, newp, sizeof (uint32_t), in charclass_ucs4_ellipsis()
1950 struct translit_ignore_t *newp; in read_translit_ignore_entry() local
1977 newp = NULL; in read_translit_ignore_entry()
1981 newp = (struct translit_ignore_t *) in read_translit_ignore_entry()
1983 newp->from = from; in read_translit_ignore_entry()
1984 newp->to = from; in read_translit_ignore_entry()
1985 newp->step = 1; in read_translit_ignore_entry()
1987 newp->next = ctype->translit_ignore; in read_translit_ignore_entry()
1988 ctype->translit_ignore = newp; in read_translit_ignore_entry()
2032 newp->to = to; in read_translit_ignore_entry()
2033 newp->step = step; in read_translit_ignore_entry()