Home
last modified time | relevance | path

Searched refs:cur_word (Results 1 – 25 of 73) sorted by relevance

123

/dports/net/cloud-init/cloud-init-21.4/bash_completion/
H A Dcloud-init9 local cur_word prev_word
10 cur_word="${COMP_WORDS[COMP_CWORD]}"
17 COMPREPLY=($(compgen -W "$base_params $subcmds" -- $cur_word))
22 COMPREPLY=($(compgen -W "--help blame dump show" -- $cur_word))
34 COMPREPLY=($(compgen -W "--help up down" -- $cur_word))
37 COMPREPLY=($(compgen -W "--help" -- $cur_word))
40 COMPREPLY=($(compgen -W "--help --local" -- $cur_word))
43 COMPREPLY=($(compgen -W "--help --mode" -- $cur_word))
52 COMPREPLY=($(compgen -W "--help --long --wait" -- $cur_word))
62 COMPREPLY=($(compgen -W "--help init config final" -- $cur_word))
[all …]
/dports/biology/avida/avida-2.12.4-src/avida-core/source/main/
H A DcEventList.cc404 if (cur_word == "i" || cur_word == "immediate") { in AddEventFileFormat()
408 } else if (cur_word == "u" || cur_word == "update") { in AddEventFileFormat()
410 cur_word = cur_line.PopWord(); in AddEventFileFormat()
411 } else if( cur_word == "g" || cur_word == "generation") { in AddEventFileFormat()
413 cur_word = cur_line.PopWord(); in AddEventFileFormat()
414 } else if (cur_word == "b" || cur_word == "births") { in AddEventFileFormat()
416 cur_word = cur_line.PopWord(); in AddEventFileFormat()
417 } else if (cur_word == "o" || cur_word == "org_id") { in AddEventFileFormat()
419 cur_word = cur_line.PopWord(); in AddEventFileFormat()
427 cString timing_str = cur_word; in AddEventFileFormat()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/g1/
H A Dg1CardTable.inline.hpp54 size_t* cur_word = (size_t*)&_byte_map[start_card_index]; in mark_region_dirty() local
55 size_t* const end_word_map = cur_word + num_chunks; in mark_region_dirty()
56 while (cur_word < end_word_map) { in mark_region_dirty()
57 size_t value = *cur_word; in mark_region_dirty()
59 *cur_word = WordAllDirty; in mark_region_dirty()
65 CardValue* cur = (CardValue*)cur_word; in mark_region_dirty()
75 cur_word++; in mark_region_dirty()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/g1/
H A Dg1CardTable.inline.hpp53 size_t* cur_word = (size_t*)&_byte_map[start_card_index]; in mark_region_dirty() local
54 size_t* const end_word_map = cur_word + num_chunks; in mark_region_dirty()
55 while (cur_word < end_word_map) { in mark_region_dirty()
56 size_t value = *cur_word; in mark_region_dirty()
58 *cur_word = WordAllDirty; in mark_region_dirty()
64 CardValue* cur = (CardValue*)cur_word; in mark_region_dirty()
74 cur_word++; in mark_region_dirty()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/g1/
H A Dg1CardTable.inline.hpp53 size_t* cur_word = (size_t*)&_byte_map[start_card_index]; in mark_region_dirty() local
54 size_t* const end_word_map = cur_word + num_chunks; in mark_region_dirty()
55 while (cur_word < end_word_map) { in mark_region_dirty()
56 size_t value = *cur_word; in mark_region_dirty()
58 *cur_word = WordAllDirty; in mark_region_dirty()
64 CardValue* cur = (CardValue*)cur_word; in mark_region_dirty()
74 cur_word++; in mark_region_dirty()
/dports/www/py-httpie/httpie-2.6.0/extras/
H A Dhttpie-completion.bash2 local cur_word=${COMP_WORDS[COMP_CWORD]}
5 if [[ "$cur_word" == -* ]]; then
6 _http_complete_options "$cur_word"
13 local cur_word=$1
19 COMPREPLY=( $( compgen -W "$options" -- "$cur_word" ) )
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/g1/
H A Dg1CardTable.inline.hpp53 size_t* cur_word = (size_t*)&_byte_map[start_card_index]; in mark_region_dirty() local
54 size_t* const end_word_map = cur_word + num_chunks; in mark_region_dirty()
55 while (cur_word < end_word_map) { in mark_region_dirty()
56 size_t value = *cur_word; in mark_region_dirty()
58 *cur_word = WordAllDirty; in mark_region_dirty()
64 CardValue* cur = (CardValue*)cur_word; in mark_region_dirty()
74 cur_word++; in mark_region_dirty()
/dports/devel/rgbds/rgbds/contrib/bash_compl/
H A D_rgbfix.bash106 local cur_word="${COMP_WORDS[$COMP_CWORD]}"
121 parse_short_opt "$cur_word"
124 COMPREPLY+=( $(compgen -W "${!opts[*]}" -P "$cur_word" '') )
132 COMPREPLY+=( "$cur_word" )
142 COMPREPLY+=( "${cur_word}"{l,h,g,L,H,G} )
160 …{,+RUMBLE,+MULTIRUMBLE}" -P "${cur_word:0:$optlen}" -- "`tr 'a-z ' 'A-Z_' <<<"${cur_word/ /_}"`") )
H A D_rgbasm.bash132 local cur_word="${COMP_WORDS[$COMP_CWORD]}"
149 parse_short_opt "$cur_word"
151 COMPREPLY+=( $(compgen -W '-MG -MP -MT -MQ' -- "$cur_word") )
154 COMPREPLY+=( $(compgen -W "${!opts[*]}" -P "$cur_word" '') )
162 COMPREPLY+=( "$cur_word" )
H A D_rgbgfx.bash109 local cur_word="${COMP_WORDS[$COMP_CWORD]}"
124 parse_short_opt "$cur_word"
127 COMPREPLY+=( $(compgen -W "${!opts[*]}" -P "$cur_word" '') )
135 COMPREPLY+=( "$cur_word" )
H A D_rgblink.bash104 local cur_word="${COMP_WORDS[$COMP_CWORD]}"
119 parse_short_opt "$cur_word"
122 COMPREPLY+=( $(compgen -W "${!opts[*]}" -P "$cur_word" '') )
130 COMPREPLY+=( "$cur_word" )
/dports/www/punbb/punbb-1.4.6/admin/
H A Dcensoring.php222 foreach ($forum_censors as $censor_key => $cur_word)
233 …ld_count'] ?>" name="search_for[<?php echo $cur_word['id'] ?>]" value="<?php echo forum_htmlencode…
238 …_count'] ?>" name="replace_with[<?php echo $cur_word['id'] ?>]" value="<?php echo forum_htmlencode…
242 …<?php echo $cur_word['id'] ?>]" value="<?php echo $lang_admin_common['Update'] ?>" /> <input type=…
/dports/www/ulfius/ulfius-2.7.3/src/
H A Du_request.c49 while (cur_word != NULL) { in ulfius_split_url()
55 to_return[counter-1] = o_strdup(cur_word); in ulfius_split_url()
70 while (cur_word != NULL) { in ulfius_split_url()
71 if (0 != o_strcmp("", cur_word) && cur_word[0] != '?') { in ulfius_split_url()
77 to_return[counter-1] = o_strdup(cur_word); in ulfius_split_url()
244 while (cur_word_format != NULL && cur_word != NULL) { in ulfius_parse_url()
246 o_free(cur_word); in ulfius_parse_url()
259 while (cur_word_format != NULL && cur_word != NULL) { in ulfius_parse_url()
260 …:' || cur_word_format[0] == '@') && (!check_utf8 || utf8_check(cur_word, o_strlen(cur_word)) == NU… in ulfius_parse_url()
282 o_free(cur_word); in ulfius_parse_url()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/yargs-unparser/node_modules/yargs/
H A Dcompletion.sh.hbs10 local cur_word args type_list
12 cur_word="${COMP_WORDS[COMP_CWORD]}"
18 COMPREPLY=( $(compgen -W "${type_list}" -- ${cur_word}) )
22 COMPREPLY=( $(compgen -f -- "${cur_word}" ) )
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/yargs/
H A Dcompletion.sh.hbs10 local cur_word args type_list
12 cur_word="${COMP_WORDS[COMP_CWORD]}"
18 COMPREPLY=( $(compgen -W "${type_list}" -- ${cur_word}) )
22 COMPREPLY=( $(compgen -f -- "${cur_word}" ) )
/dports/textproc/gspell/gspell-1.9.1/gspell/
H A Dgspell-entry.c246 cur_word->word_str, -1, in update_misspelled_words_list()
260 _gspell_entry_word_free (cur_word); in update_misspelled_words_list()
265 cur_word); in update_misspelled_words_list()
311 GspellEntryWord *cur_word = l->data; in recheck_all() local
320 cur_word->byte_start, in recheck_all()
321 cur_word->byte_end); in recheck_all()
574 GspellEntryWord *cur_word = l->data; in get_entry_word_at_popup_position() local
576 if (cur_word->char_start <= pos && pos <= cur_word->char_end) in get_entry_word_at_popup_position()
578 entry_word = cur_word; in get_entry_word_at_popup_position()
759 if (cur_word->char_start <= char_pos && char_pos < cur_word->char_end) in is_inside_word()
[all …]
/dports/textproc/zorba/zorba-2.7.0/src/runtime/full_text/
H A Dft_stop_words_set.cpp137 zstring cur_word; in construct() local
138 cur_word.reserve( 128 ); in construct()
147 cur_word.clear(); in construct()
150 cur_word += c; in construct()
153 apply_word( cur_word, *word_set, mode ); in construct()
159 apply_word( cur_word, *word_set, mode ); in construct()
/dports/devel/py-http-prompt/http-prompt-1.0.0/http_prompt/
H A Dcompleter.py68 def match_completions(cur_word, word_dict): argument
70 suggestions = fuzzyfinder(cur_word, words)
73 yield Completion(word, -len(cur_word), display_meta=desc)
172 cur_word = None
184 cur_word = groups[-1]
186 cur_word = document.get_word_before_cursor(WORD=True)
191 for comp in match_completions(cur_word, word_dict):
/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Decoder/Codec/
H A DEbDecBitstream.c22 uint32_t cur_word; in dec_bits_init() local
28 cur_word = TO_BIG_ENDIAN(temp); in dec_bits_init()
34 bs->cur_word = cur_word; in dec_bits_init()
46 GET_BITS(bits_read, bs->buf, bs->bit_ofst, bs->cur_word, bs->nxt_word, numbits); in dec_get_bits()
H A DEbDecBitstream.h43 uint32_t cur_word; member
53 #define GET_BITS(bits, m_pu4_buf, bit_ofst, cur_word, nxt_word, m_cnt) \ argument
55 bits = (cur_word << bit_ofst) >> (WORD_SIZE - m_cnt); \
63 cur_word = nxt_word; \
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Decoder/Codec/
H A DEbDecBitstream.c22 uint32_t cur_word; in dec_bits_init() local
28 cur_word = TO_BIG_ENDIAN(temp); in dec_bits_init()
34 bs->cur_word = cur_word; in dec_bits_init()
46 GET_BITS(bits_read, bs->buf, bs->bit_ofst, bs->cur_word, bs->nxt_word, numbits); in dec_get_bits()
H A DEbDecBitstream.h43 uint32_t cur_word; member
53 #define GET_BITS(bits, m_pu4_buf, bit_ofst, cur_word, nxt_word, m_cnt) \ argument
55 bits = (cur_word << bit_ofst) >> (WORD_SIZE - m_cnt); \
63 cur_word = nxt_word; \
/dports/biology/plink/plink-ng-79b2df8c/2.0/cindex/src/
H A Dcindex.cpp198 if (!(remainder_bit & cur_word)) { in CIndex()
213 } while (cur_word == ~plink2::k0LU); in CIndex()
214 ulii = cur_word + 1; in CIndex()
237 uintptr_t cur_word = new_yhat_present[widx]; in CIndex() local
242 if (!(cur_word & remainder_bit)) { in CIndex()
248 uintptr_t ulii = cur_word + remainder_bit; in CIndex()
252 cur_word = new_yhat_present[++widx2]; in CIndex()
253 } while (cur_word == ~plink2::k0LU); in CIndex()
255 ulii = cur_word + 1; in CIndex()
257 numer_x2 += plink2::ctzw(ulii & (~cur_word)); in CIndex()
[all …]
/dports/deskutils/py-todoman/todoman-4.1.0/contrib/completion/bash/
H A D_todo83 local cur_word prev_word arg_list
85 cur_word="${COMP_WORDS[COMP_CWORD]}"
89 if [[ ${cur_word} == --* ]] ; then
91 elif [[ ${cur_word} == -* ]] ; then
134 COMPREPLY=( $(compgen -W "${arg_list}" -- ${cur_word}) )
/dports/lang/rust/rustc-1.58.1-src/vendor/compiler_builtins/src/mem/
H A Dimpls.rs69 let cur_word = *src_aligned; in copy_forward() localVariable
71 let resembled = prev_word >> shift | cur_word << (WORD_SIZE * 8 - shift); in copy_forward()
73 let resembled = prev_word << shift | cur_word >> (WORD_SIZE * 8 - shift); in copy_forward()
74 prev_word = cur_word; in copy_forward()
162 let cur_word = *src_aligned; in copy_backward() localVariable
164 let resembled = prev_word << (WORD_SIZE * 8 - shift) | cur_word >> shift; in copy_backward()
166 let resembled = prev_word >> (WORD_SIZE * 8 - shift) | cur_word << shift; in copy_backward()
167 prev_word = cur_word; in copy_backward()

123