OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:last_print
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/ddb/
db_output.c
89
int
last_print
, next_tab;
local in function:db_force_whitespace
91
last_print
= db_last_non_space;
92
while (
last_print
< db_output_position) {
93
next_tab = DB_NEXT_TAB(
last_print
);
95
while (
last_print
< next_tab) { /* DON'T send a tab!! */
97
last_print
++;
101
last_print
++;
db_output.c
89
int
last_print
, next_tab;
local in function:db_force_whitespace
91
last_print
= db_last_non_space;
92
while (
last_print
< db_output_position) {
93
next_tab = DB_NEXT_TAB(
last_print
);
95
while (
last_print
< next_tab) { /* DON'T send a tab!! */
97
last_print
++;
101
last_print
++;
Completed in 54 milliseconds
Indexes created Mon Oct 13 08:09:50 GMT 2025