Searched refs:macros (Results 1 - 7 of 7) sorted by relevance

/ast/src/cmd/html/
H A Dmm2twiki.sh105 macros=
580 : primary macros take precedence
583 case $macros:${text[0]} in
601 case $macros in
614 case $#:$macros:$op in
835 case $macros:$op in
955 .S[HS]) macros=man
1077 .DT) case $macros in
1137 case $macros:$op in
1196 .MT) macros
[all...]
H A Dmm2bb.sh106 macros=
596 : primary macros take precedence
599 case $macros:${text[0]} in
619 case $macros in
629 case $macros in
643 case $#:$macros:$op in
911 case $macros:$op in
1050 .S[HS]) macros=man
1184 .DT) case $macros in
1256 case $macros
[all...]
H A Dmm2html.sh206 macros=
226 macros=$1
814 : primary macros take precedence
817 case $macros:${text[0]} in
838 case $macros in
851 case $#:$macros:$op in
1135 case $macros:${html.width} in
1162 if [[ $macros != man ]]
1608 if [[ $macros == man && $* == DESCRIPTION && ${html.labels} != 0 ]]
1735 .DT) case $macros i
[all...]
H A Dtroff2html.h233 Dir_t* macros; /* macro packages */ member in struct:State_s
H A Dtroff2html.c52 " for \b--macros\b and \b.so\b request files.]:[directory]"
53 "[m:macros?Locates and reads the macro package file \apackage\a. In order"
1105 * /usr/lib/macros/mXXX[tn]
1111 if (!strncmp(++s, "macros/", 7) && *(s += 7))
5009 for (x = state.macros; x; x = x->next)
5029 if (state.macros)
5030 sfprintf(subject, " m%s document", state.macros->name);
5944 error(ERROR_SYSTEM|3, "out of space [macros]");
5946 if (state.macros)
5949 state.macros
[all...]
/ast/src/lib/libtk/
H A DMakefile353 doc/man.macros \
/ast/src/lib/libast/comp/
H A Dconf.sh684 # collect all the macros/enums
794 # test all the macros in a few batches (some compilers have an error limit)
848 1) echo "$command: check macros/enums as static initializers" >&2 ;;
856 # mark the constant macros/enums

Completed in 153 milliseconds