Searched refs:lastc (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/bin/bash/lib/readline/
H A Disearch.c110 cxt->lastc = 0;
308 c = cxt->lastc = rl_read_key ();
313 c = cxt->lastc = _rl_read_mbstring (cxt->lastc, cxt->mb, MB_LEN_MAX);
345 cxt->lastc = (cxt->sflags & SF_REVERSE) ? -1 : -2;
347 cxt->lastc = (cxt->sflags & SF_REVERSE) ? -2 : -1;
349 cxt->lastc = -3;
351 cxt->lastc = -4;
353 cxt->lastc = -5;
355 cxt->lastc
[all...]
H A Dreadline.c479 static int lastc, eof_found; local
482 lastc = -1;
536 if (((c == _rl_eof_char && lastc != c) || c == EOF) && !rl_end)
547 lastc = c;
H A Drlprivate.h85 int lastc; member in struct:__rl_search_context
/haiku-fatelf/src/bin/gdb/readline/
H A Dreadline.c397 static int lastc, eof_found; local
400 lastc = -1;
431 if (((c == _rl_eof_char && lastc != c) || c == EOF) && !rl_end)
442 lastc = c;
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah_regdomain.c403 int low_adj, hi_adj, channelSep, lastc; local
508 lastc = 0;
544 if (lastc && channelSep &&
545 (c-lastc) < channelSep)
547 lastc = c;

Completed in 100 milliseconds