MCPcopy 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

125static int db_look_token = 0;
126
127void
128db_unread_token(int t)
129{
130 db_look_token = t;
131}
132
133int
134db_read_token_flags(int flags)

Callers 14

kern_sysctl.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_set_cmdFunction · 0.85
db_search_cmdFunction · 0.85
db_commandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected