Lines Matching refs:text
69 typeset cond dirs files fg frame label list prev text title type
314 trap 'set -- "${text[@]}"' 0
442 set -A text -- "${v[@]}"
444 *) set -A text -- $data
447 case ${text[0]} in
449 set -- "${text[@]}"
453 case ${text[0]} in
455 then warning "unmatched ${text[0]}"
477 case ${text[0]} in
494 set -A text -- "$@"
495 case ${text[0]} in
496 \\\{*) text[0]=${text[0]#??} ;;
499 .so) x=${text[1]}
519 set -- "${text[@]}"
590 set -A text -- "$data"
594 case ${text[0]} in
599 case $macros:${text[0]} in
603 set -- "${text[@]}"
620 man) set -A text -- "\\newurl{../man$n/$1.html,$font1$1}}$y$x" ;;
621 *) set -A text -- "\\newurl{${html.man:=../man}/man$n/$1.html,$font1$1}$y$x" ;;
630 man) set -A text -- "[url=../man$n/$1.html][$font1]$1[/$font1][/url]$y$x" ;;
631 *) set -A text -- "[url=${html.man:=../man}/man$n/$1.html][$font1]$1[/$font1][/url]$y$x" ;;
749 set -A text -- $data
759 .SB) set -- "${text[@]}"
765 then set -A text -- "\\-1{\\b{""$@""}}"
766 else set -A text -- "[size=$size_small][b]""$@""[/b][/size]"
771 .SM) set -- "${text[@]}"
777 then set -A text -- "\\-1{""$@""}"
778 else set -A text -- "[size=$size_small]""$@""[/size]"
781 *) x=${map[${text[0]}]}
783 ?*) text[0]=$x ;;
788 *) set -A text -- "$data"
793 trap 'set -- "${text[@]}"' 0