OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:last_space
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/fold/
fold.c
152
int
last_space
;
local in function:fold
155
last_space
= 0; /* XXX gcc */
158
for (i = 0,
last_space
= -1; i < indx; i++)
160
last_space
= i;
163
if (split_words &&
last_space
!= -1) {
164
for (i = 0; i <
last_space
; i++)
167
/* increase
last_space
here, so we skip trailing whitespace */
168
last_space
++;
169
wmemmove (buf, buf+
last_space
, indx-
last_space
);
[
all
...]
fold.c
152
int
last_space
;
local in function:fold
155
last_space
= 0; /* XXX gcc */
158
for (i = 0,
last_space
= -1; i < indx; i++)
160
last_space
= i;
163
if (split_words &&
last_space
!= -1) {
164
for (i = 0; i <
last_space
; i++)
167
/* increase
last_space
here, so we skip trailing whitespace */
168
last_space
++;
169
wmemmove (buf, buf+
last_space
, indx-
last_space
);
[
all
...]
Completed in 21 milliseconds
Indexes created Tue Oct 14 01:09:49 GMT 2025