Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ db_read_token
Function
db_read_token
freebsd/ddb/db_lex.h:89–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
void db_unread_token(int t);
88
89
static inline int
90
db_read_token(void)
91
{
92
return (db_read_token_flags(0));
93
}
94
95
extern db_expr_t db_tok_number;
96
#define TOK_STRING_SIZE 120
Callers
15
kern_sysctl.c
File · 0.85
intel_drv.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_find_variable
Function · 0.85
db_set_cmd
Function · 0.85
Calls
1
db_read_token_flags
Function · 0.85
Tested by
no test coverage detected