Home
last modified time | relevance | path

Searched refs:split_text (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/preproc/eqn/
H A Deqn.y194 { $$ = split_text($1); }
198 { $$ = split_text($2); }
H A Dtext.cpp284 box *b = split_text(ch); in set_char_type()
361 box *split_text(char *text) in split_text() function
H A Dbox.h248 box *split_text(char *);
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.1153134 * eqn/text.c (split_text):
4084 * eqn/text.c (split_text): Grok \* and similar escapes sequences.
4600 * eqn/text.c (split_text): Map ' to \(fm when it's the first
4676 * text/text.c (split_text): Fix typo in >=.
H A DChangeLog4529 (split_text): Use `a_delete'.