Searched defs:last_space (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libcmd/common/
H A Dfold.c93 register char *last_space=0; local
112 last_space = 0;
118 if(last_space)
119 col = last_space - first;
125 last_space = 0;
151 last_space = 0;
155 last_space = cp;
158 last_space = cp;
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dterm.c536 const grub_uint32_t *line_start = str, *last_space = str - 1; local
557 last_space = ptr;
564 if (line_width > max_width && last_space > line_start)
565 ptr = last_space;
595 state->backlog_ucs4 = (ptr == last_space || *ptr == '\n')
605 if (ptr == last_space || *ptr == '\n')
H A Dcharset.c603 grub_ssize_t last_space = -1; local
634 last_space = k;
644 if (k != visual_len && last_space > (signed) line_start)
645 k = last_space;
772 if ((signed) k == last_space)

Completed in 313 milliseconds