Home
last modified time | relevance | path

Searched refs:passc (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dbind.c1493 int i, c, passc; in _rl_skip_to_delim() local
1495 for (i = start,passc = 0; c = string[i]; i++) in _rl_skip_to_delim()
1497 if (passc) in _rl_skip_to_delim()
1499 passc = 0; in _rl_skip_to_delim()
1507 passc = 1; in _rl_skip_to_delim()
1693 register int j, k, passc; in rl_parse_and_bind() local
1696 for (j = 1, k = passc = 0; string[j]; j++) in rl_parse_and_bind()
1702 if (passc || (string[j] == '\\')) in rl_parse_and_bind()
1705 passc = !passc; in rl_parse_and_bind()
H A Dhistexpand.c910 int i, r, l, passc, cc, modified, eindex, only_printing, dquote, squote, flag; in history_expand() local
1098 for (passc = 0; i < l; i++) in history_expand()
1102 if (passc) in history_expand()
1104 passc = 0; in history_expand()
1145 passc++; in history_expand()
/netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/
H A Dnetpgp.c1247 int passc; in netpgp_generate_key() local
1304 passc = find_passphrase(netpgp->passfp, &cp[ID_OFFSET], passphrase, sizeof(passphrase), attempts); in netpgp_generate_key()
1305 if (!pgp_write_xfer_seckey(create, key, (uint8_t *)passphrase, (const unsigned)passc, noarmor)) { in netpgp_generate_key()