Searched refs:company (Results 1 - 5 of 5) sorted by relevance

/ast/src/cmd/html/
H A Dtroff2html.h214 char* company; /* author company */ member in struct:State_s
H A Dtroff2html.c3447 "company", &state.company, 0,
5851 if (state.author || state.corporation || state.company || state.location)
5865 if (state.corporation || state.company)
5870 sfputr(op, state.corporation, state.company ? ' ' : '\n');
5871 if (state.company)
5872 sfputr(op, state.company, '\n');
H A Dmm2twiki.sh1214 .PM) case ${html.company} in
1216 *) pm="${html.company//\&/&amp\;} " ;;
H A Dmm2bb.sh1357 .PM) case ${html.company} in
1359 *) pm="${html.company//\&/&amp\;} " ;;
H A Dmm2html.sh1973 .PM|.pM)case ${html.company} in
1975 *) pm="${html.company//\&/\&amp\;} " ;;
2823 for i in "${license.organization}" "${license.corporation} ${license.company}" "${license.address}" "${license.location}" "${license.phone}"

Completed in 31 milliseconds