Home
last modified time | relevance | path

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

/trueos/contrib/groff/src/preproc/eqn/
HDeqn.y192 { $$ = split_text($1); }
196 { $$ = split_text($2); }
HDtext.cpp282 box *b = split_text(ch); in set_char_type()
359 box *split_text(char *text) in split_text() function
HDbox.h246 box *split_text(char *);
/trueos/contrib/groff/
HDChangeLog.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 >=.
HDChangeLog4529 (split_text): Use `a_delete'.