Searched refs:wstart (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/lib/libedit/ |
| D | tokenizer.c | 90 Char *wstart; /* Beginning of next word */ in TYPE() local 108 if ((tok->flags & TOK_KEEP) || tok->wptr != tok->wstart) { in FUN() 109 tok->argv[tok->argc++] = tok->wstart; in FUN() 111 tok->wstart = ++tok->wptr; in FUN() 149 tok->wstart = tok->wspace; in TYPE() 166 tok->wstart = tok->wspace; in FUN() 219 co = (int)(tok->wptr - tok->wstart); in FUN() 421 tok->wstart = (tok->wstart - tok->wspace) + s; in FUN() 440 co = (int)(tok->wptr - tok->wstart); in FUN()
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/bn/ |
| D | bn_exp.c | 176 int i, j, bits, ret = 0, wstart, wend, window, wvalue; in BN_mod_exp_recp() local 247 wstart = bits - 1; /* The top bit of the window */ in BN_mod_exp_recp() 262 if (BN_is_bit_set(p, wstart) == 0) { in BN_mod_exp_recp() 266 if (wstart == 0) in BN_mod_exp_recp() 268 wstart--; in BN_mod_exp_recp() 279 if (wstart - i < 0) in BN_mod_exp_recp() 281 if (BN_is_bit_set(p, wstart - i)) { in BN_mod_exp_recp() 302 wstart -= wend + 1; in BN_mod_exp_recp() 305 if (wstart < 0) in BN_mod_exp_recp() 319 int i, j, bits, ret = 0, wstart, wend, window, wvalue; in BN_mod_exp_mont() local [all …]
|
| /netbsd/src/usr.bin/msgc/ |
| D | 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);
|
| /netbsd/src/games/backgammon/backgammon/ |
| D | main.c | 76 static const char wstart[] = ". White starts.\n"; variable 261 writel(wstart); in main()
|