MCPcopy 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

87void db_unread_token(int t);
88
89static inline int
90db_read_token(void)
91{
92 return (db_read_token_flags(0));
93}
94
95extern db_expr_t db_tok_number;
96#define TOK_STRING_SIZE 120

Callers 15

kern_sysctl.cFile · 0.85
intel_drv.cFile · 0.85
db_termFunction · 0.85
db_unaryFunction · 0.85
db_mult_exprFunction · 0.85
db_add_exprFunction · 0.85
db_shift_exprFunction · 0.85
db_logical_relation_exprFunction · 0.85
db_logical_and_exprFunction · 0.85
db_logical_or_exprFunction · 0.85
db_find_variableFunction · 0.85
db_set_cmdFunction · 0.85

Calls 1

db_read_token_flagsFunction · 0.85

Tested by

no test coverage detected