Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ db_unread_token
Function
db_unread_token
freebsd/ddb/db_lex.c:127–131 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
125
static int db_look_token = 0;
126
127
void
128
db_unread_token(int t)
129
{
130
db_look_token = t;
131
}
132
133
int
134
db_read_token_flags(int flags)
Callers
14
kern_sysctl.c
File · 0.85
db_term
Function · 0.85
db_unary
Function · 0.85
db_mult_expr
Function · 0.85
db_add_expr
Function · 0.85
db_shift_expr
Function · 0.85
db_logical_relation_expr
Function · 0.85
db_logical_and_expr
Function · 0.85
db_logical_or_expr
Function · 0.85
db_set_cmd
Function · 0.85
db_search_cmd
Function · 0.85
db_command
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected