HomeSort by: relevance | last modified time | path
    Searched refs:wstart (Results 1 - 8 of 8) sorted by relevancy

  /src/lib/libedit/
tokenizer.c 90 Char *wstart; /* Beginning of next word */ local
108 if ((tok->flags & TOK_KEEP) || tok->wptr != tok->wstart) {
109 tok->argv[tok->argc++] = tok->wstart;
111 tok->wstart = ++tok->wptr;
149 tok->wstart = tok->wspace;
166 tok->wstart = tok->wspace;
219 co = (int)(tok->wptr - tok->wstart);
421 tok->wstart = (tok->wstart - tok->wspace) + s;
440 co = (int)(tok->wptr - tok->wstart);
    [all...]
  /src/external/gpl3/gdb/dist/readline/readline/
isearch.c 343 int n, wstart, wlen, limit, cval, incr; local
608 wstart = _rl_find_prev_mbchar (cxt->search_string, cxt->search_string_index, MB_FIND_NONZERO);
609 if (wstart >= 0)
610 cxt->search_string[cxt->search_string_index = wstart] = '\0';
633 wstart = rl_point + cxt->search_string_index;
634 if (wstart >= rl_end)
641 cval = _rl_char_value (rl_line_buffer, wstart);
647 n = MB_NEXTCHAR (rl_line_buffer, wstart, 1, MB_FIND_NONZERO);;
655 wlen = n - wstart + 1;
661 for (; wstart < n; wstart++
    [all...]
  /src/external/gpl3/gdb.old/dist/readline/readline/
isearch.c 343 int n, wstart, wlen, limit, cval, incr; local
608 wstart = _rl_find_prev_mbchar (cxt->search_string, cxt->search_string_index, MB_FIND_NONZERO);
609 if (wstart >= 0)
610 cxt->search_string[cxt->search_string_index = wstart] = '\0';
633 wstart = rl_point + cxt->search_string_index;
634 if (wstart >= rl_end)
641 cval = _rl_char_value (rl_line_buffer, wstart);
647 n = MB_NEXTCHAR (rl_line_buffer, wstart, 1, MB_FIND_NONZERO);;
655 wlen = n - wstart + 1;
661 for (; wstart < n; wstart++
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/bn/
bn_exp.c 177 int i, j, bits, ret = 0, wstart, wend, window, wvalue; local
248 wstart = bits - 1; /* The top bit of the window */
255 if (BN_is_bit_set(p, wstart) == 0) {
259 if (wstart == 0)
261 wstart--;
265 * We now have wstart on a 'set' bit, we now need to work out how bit
269 j = wstart;
273 if (wstart - i < 0)
275 if (BN_is_bit_set(p, wstart - i)) {
296 wstart -= wend + 1
313 int i, j, bits, ret = 0, wstart, wend, window, wvalue; local
1313 int i, j, bits, ret = 0, wstart, wend, window, wvalue; local
    [all...]
  /src/usr.bin/msgc/
msg_sys.def 164 const char *wstart, *afterw;
183 for (wstart = afterw = cbuffer; *wstart; wstart = afterw) {
193 if (*wstart == '\n') {
216 if (*wstart == '\t') {
234 last_i_was_space = isspace((unsigned char)*wstart);
240 * characters. wstart is now the start of the word,
243 wordlen = afterw - wstart;
256 waddbytes(msg_win, wstart, wordlen)
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/bn/
bn_exp.c 176 int i, j, bits, ret = 0, wstart, wend, window, wvalue; local
247 wstart = bits - 1; /* The top bit of the window */
262 if (BN_is_bit_set(p, wstart) == 0) {
266 if (wstart == 0)
268 wstart--;
272 * We now have wstart on a 'set' bit, we now need to work out how bit
279 if (wstart - i < 0)
281 if (BN_is_bit_set(p, wstart - i)) {
302 wstart -= wend + 1;
305 if (wstart < 0
319 int i, j, bits, ret = 0, wstart, wend, window, wvalue; local
1327 int i, j, bits, ret = 0, wstart, wend, window, wvalue; local
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/bn/
bn_exp.c 176 int i, j, bits, ret = 0, wstart, wend, window; local
245 wstart = bits - 1; /* The top bit of the window */
262 if (BN_is_bit_set(p, wstart) == 0) {
266 if (wstart == 0)
268 wstart--;
272 * We now have wstart on a 'set' bit, we now need to work out how bit
279 if (wstart - i < 0)
281 if (BN_is_bit_set(p, wstart - i)) {
302 wstart -= wend + 1;
304 if (wstart < 0
318 int i, j, bits, ret = 0, wstart, wend, window; local
1312 int i, j, bits, ret = 0, wstart, wend, window; local
    [all...]
  /src/games/backgammon/backgammon/
main.c 76 static const char wstart[] = ". White starts.\n"; variable
261 writel(wstart);

Completed in 30 milliseconds