Searched refs:passc (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/libreadline/
H A Dhistexpand.c926 int i, r, l, passc, cc, modified, eindex, only_printing, dquote; local
1068 for (passc = dquote = i = j = 0; i < l; i++)
1072 if (passc)
1074 passc = 0;
1115 passc++;
H A Dbind.c1186 int passc = 0; local
1190 if (passc)
1192 passc = 0;
1198 passc++;
1276 int delimiter, passc; local
1279 for (passc = 0; c = string[i]; i++)
1281 if (passc)
1283 passc = 0;
1289 passc = 1;
1318 register int j, k, passc; local
[all...]

Completed in 117 milliseconds