Rev 4649 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4649 | Rev 4718 | ||
---|---|---|---|
Line 122... | Line 122... | ||
122 | !endif |
122 | !endif |
123 | 123 | ||
124 | !if $search_keywords!=$empty |
124 | !if $search_keywords!=$empty |
125 | search_keywords_cnt=!wordcnt $search_keywords |
125 | search_keywords_cnt=!wordcnt $search_keywords |
126 | !!! the keyword should be the address of a module - if it is found, no other search is done |
126 | !!! the keyword should be the address of a module - if it is found, no other search is done |
127 | !if / isin $search_keywords and $search_keywords_cnt=1 |
127 | !if (/ isin $search_keywords or %2F isin $search_keywords) and $search_keywords_cnt=1 |
128 | k_=!replace internal module= by in $search_keywords |
128 | k_=!replace internal module= by in $search_keywords |
- | 129 | k_=!replace internal %2F by / in $k_ |
|
129 | dictionary=$search_package2/ |
130 | dictionary=$search_package2/serial |
- | 131 | translator_unknown=leave |
|
130 | try=!exec translator $k_ |
132 | try=!exec translator $k_ |
131 | !if $try!= |
133 | !if $try!= and $try != $k_ |
132 | gotcnt=1 |
134 | gotcnt=1 |
133 | gotm=$try |
135 | gotm=$try |
134 | search_keywords=$k_ |
136 | search_keywords=$k_ |
135 | !goto bailout |
137 | !goto bailout |
136 | !endif |
138 | !endif |