OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:db_history_curr
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/ddb/
db_input.c
65
static char *
db_history_curr
= db_history; /* start of current line */
variable in typeref:typename:char *
134
++
db_history_curr
; \
135
if (
db_history_curr
> db_history + DDB_HISTORY_SIZE - 1) \
136
db_history_curr
= db_history; \
139
--
db_history_curr
; \
140
if (
db_history_curr
< db_history) \
141
db_history_curr
= db_history + DDB_HISTORY_SIZE - 1; \
236
while (
db_history_curr
!= db_history_last) {
238
if (*
db_history_curr
== '\0')
242
if (
db_history_curr
== db_history_last)
[
all
...]
db_input.c
65
static char *
db_history_curr
= db_history; /* start of current line */
variable in typeref:typename:char *
134
++
db_history_curr
; \
135
if (
db_history_curr
> db_history + DDB_HISTORY_SIZE - 1) \
136
db_history_curr
= db_history; \
139
--
db_history_curr
; \
140
if (
db_history_curr
< db_history) \
141
db_history_curr
= db_history + DDB_HISTORY_SIZE - 1; \
236
while (
db_history_curr
!= db_history_last) {
238
if (*
db_history_curr
== '\0')
242
if (
db_history_curr
== db_history_last)
[
all
...]
Completed in 26 milliseconds
Indexes created Mon Oct 13 16:09:52 GMT 2025