OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_blank
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/indent/
pr_comment.c
171
copy_comment_wrap_text(int line_length, ssize_t *
last_blank
)
177
*
last_blank
= (ssize_t)com.len;
182
if (ind >= line_length && *
last_blank
!= -1)
191
if (*
last_blank
== -1) { /* only a single word in this line */
198
const char *last_word = com.s + *
last_blank
+ 1;
199
size_t last_word_len = com.len - (size_t)(*
last_blank
+ 1);
200
com.len = (size_t)*
last_blank
;
210
*
last_blank
= -1;
215
copy_comment_wrap_newline(ssize_t *
last_blank
, bool seen_newline)
217
*
last_blank
= -1
279
ssize_t
last_blank
= -1; \/* index of the last blank in 'com' *\/
local in function:copy_comment_wrap
[
all
...]
/src/tests/usr.bin/indent/
opt_ci.c
237
- (size_t)(
last_blank
+ 1);
Completed in 29 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025