Searched refs:mom (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/groff/contrib/mom/
H A DMakefile.sub42 mom.tmac \
67 examples/letter.mom \
68 examples/sample_docs.mom \
69 examples/typesetting.mom \
89 .SUFFIXES: .mom .ps
90 .mom.ps:
91 $(GROFF) -Tps -mom $< >$@
112 -test -d $(htmldocdir)/mom || $(mkinstalldirs) $(htmldocdir)/mom
114 rm -f $(htmldocdir)/mom/
[all...]
/freebsd-11-stable/contrib/groff/src/roff/grog/
H A Dgrog.pl152 $mom++;
197 else ($mom > 0) {
198 push(@command, "-mom");
/freebsd-11-stable/testcode/
H A Dfake_event.c530 moment_assign(struct replay_runtime* runtime, struct replay_moment* mom) argument
532 char* value = macro_process(runtime->vars, runtime, mom->string);
534 fatal_exit("could not process macro step %d", mom->time_step);
535 log_info("assign %s = %s", mom->variable, value);
536 if(!macro_assign(runtime->vars, mom->variable, value))
545 time_passes(struct replay_runtime* runtime, struct replay_moment* mom) argument
548 struct timeval tv = mom->elapse;
549 if(mom->string) {
550 char* xp = macro_process(runtime->vars, runtime, mom->string);
552 if(!xp) fatal_exit("could not macro expand %s", mom
579 autotrust_check(struct replay_runtime* runtime, struct replay_moment* mom) argument
632 tempfile_check(struct replay_runtime* runtime, struct replay_moment* mom) argument
739 struct replay_moment* mom; local
[all...]
/freebsd-11-stable/contrib/groff/
H A DMakefile.in553 contrib/mom \
567 contrib/mom/examples \
568 contrib/mom/momdoc \

Completed in 104 milliseconds