Searched refs:last (Results 126 - 150 of 999) sorted by relevance

1234567891011>>

/openbsd-current/gnu/lib/libreadline/
H A Dhistexpand.c110 /* The last string searched for by a !?string? search. */
113 /* The last string matched by a !?string? search. */
411 no previous pattern for the lhs, the last history search
632 /* :p means make this the last executed line. So we
639 /* :t discards all but the last part of the pathname. */
651 /* :h discards the last part of a pathname. */
678 for each occurrence of `this'. :& repeats the last
679 substitution. :g& repeats the last substitution
712 uses the last search string as the lhs. */
1174 to point to just after the last characte
1181 int first, last; local
[all...]
/openbsd-current/gnu/gcc/libgomp/
H A Dwork.c151 bool last; local
162 last = gomp_barrier_wait_start (&team->barrier);
164 if (last)
176 gomp_barrier_wait_end (&team->barrier, last);
/openbsd-current/gnu/usr.bin/cvs/contrib/
H A Dcvs_acls.in122 $in_repo = 1, last if ($repos eq $j || $repos =~ /^$j\//);
127 last if !($in_repo = grep ($_ eq $j, @tmp));
/openbsd-current/gnu/usr.bin/texinfo/info/
H A Dfootnotes.c192 WINDOW *last, *win; local
194 /* Always make this window be the last one appearing in the list. Find
195 the last window in the chain. */
196 for (win = windows, last = windows; win; last = win, win = win->next);
201 active_window = last;
H A Dindices.c29 /* In the Info sense, an index is a menu. This variable holds the last
36 /* Variable which holds the last string searched for. */
47 int last; /* The index in our list of the last entry. */ member in struct:__anon7363
60 register int i, last; local
63 for (last = 0; array[last + 1]; last++);
70 assoc->last = last;
[all...]
/openbsd-current/usr.bin/vi/vi/
H A Dvs_relative.c99 size_t chlen, cno, curoff, last, len, scno; local
146 * last column of the screen. Otherwise, display the rest of the
162 last = scno;
169 last = scno;
182 * room the last two characters required, so that it can handle
186 *diffp = scno - last;
250 * If reached the end of the physical line, return the last
278 * a: off < llen - 1, i.e. not the last character in
280 * b: else return the offset of the last character.
293 /* No such character; return the start of the last characte
[all...]
/openbsd-current/lib/libevent/
H A Dmin_heap.h116 struct event *last = s->p[--s->n]; local
119 * we replace e with the last element in the heap. We might
125 if (e->min_heap_idx > 0 && min_heap_elem_greater(s->p[parent], last))
126 min_heap_shift_up_(s, e->min_heap_idx, last);
128 min_heap_shift_down_(s, e->min_heap_idx, last);
/openbsd-current/usr.bin/dig/lib/isc/include/isc/
H A Dtask.h166 *\li If '*taskp' is the last reference to the task, the task is idle (has
170 *\li If '*taskp' is the last reference to the task and
207 *\li If '*taskp' is the last reference to the task, the task is
211 *\li If '*taskp' is the last reference to the task and
218 isc_eventtype_t last, void *tag);
226 *\li last >= first
231 * type is >= first and <= last, and whose tag is 'tag' will be purged,
/openbsd-current/gnu/llvm/llvm/utils/
H A Dbisect36 last = None variable
H A Dunicode-case-fold.py78 last = first + stride(b) * (len(b)-1)
99 body += pattern.format(last, stride(b), modulo, shift(b[0]))
/openbsd-current/sys/dev/pci/drm/amd/pm/powerplay/smumgr/
H A Dci_smumgr.h54 uint8_t last; member in struct:ci_mc_reg_table
H A Diceland_smumgr.h53 uint8_t last; /* number of registers*/ member in struct:iceland_mc_reg_table
H A Dtonga_smumgr.h55 uint8_t last; /* number of registers*/ member in struct:tonga_mc_reg_table
/openbsd-current/sys/ufs/ext2fs/
H A Dext2fs_subr.c119 daddr_t start, last; local
122 last = start + btodb(bp->b_bcount) - 1;
132 if (ep->b_bcount == 0 || ep->b_blkno > last ||
137 start, last, (long long)ep->b_blkno,
/openbsd-current/gnu/usr.bin/perl/lib/Net/
H A Dhostent.t77 last;
91 last;
/openbsd-current/lib/libcurses/widechar/
H A Dlib_get_wstr.c60 * This wipes out the last character, no matter whether it was a tab, control
64 WipeOut(WINDOW *win, int y, int x, wint_t *first, wint_t *last, int echoed) argument
66 if (last > first) {
67 *--last = '\0';
85 return last;
188 * If the last waddch forced a wrap & scroll, adjust our
/openbsd-current/lib/libcurses/base/
H A Dlib_getstr.c50 * This wipes out the last character, no matter whether it was a tab, control
54 WipeOut(WINDOW *win, int y, int x, char *first, char *last, int echoed) argument
56 if (last > first) {
57 *--last = '\0';
72 return last;
166 * If the last waddch forced a wrap &
/openbsd-current/gnu/usr.bin/perl/t/run/
H A DswitchM.t31 last;
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/bin/
H A Dinstmodsh60 last if $cmd eq 'q';
66 last MODULE_CMD;
169 last CASE;
174 last CASE;
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dmanisort44 last;
/openbsd-current/gnu/llvm/libcxxabi/src/
H A Dcxa_demangle.cpp34 const char *last) {
36 if (first != last) {
39 if (t1 != last) {
43 for (++t1; t1 != last && std::isdigit(*t1); ++t1)
45 if (t1 != last && *t1 == '_')
51 for (; t1 != last && std::isdigit(*t1); ++t1)
53 if (t1 == last)
54 first = last;
33 parse_discriminator(const char *first, const char *last) argument
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_solaris.cpp44 char *last = data_.proc_self_maps.data + data_.proc_self_maps.len; local
45 if (data_.current >= last) return false;
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dmy.t83 last unless is( $i, $j, 'lexical inside while block');
86 last unless is( $i, $j, 'lexical inside continue block');
92 fail(""), last unless $i >= 0 && $i < $j && $i == $k;
/openbsd-current/usr.bin/systat/
H A Diostat.c46 extern struct _disk cur, last;
80 /* This is a hack that stuffs bcache statistics to the last two columns! */
137 for (dn = 0; dn < last.dk_ndrive; dn++) {
138 last.dk_rbytes[dn] = 0;
139 last.dk_wbytes[dn] = 0;
140 last.dk_rxfer[dn] = 0;
141 last.dk_wxfer[dn] = 0;
/openbsd-current/usr.bin/mandoc/
H A Dtbl_term.c435 * but not after the last column.
496 uvert < sp->layout->last->vert &&
497 sp->layout->last->col + 1 == sp->opts->cols)
498 uvert = dvert = sp->layout->last->vert;
500 dvert < sp->next->layout->last->vert &&
501 sp->next->layout->last->col + 1 == sp->opts->cols)
502 dvert = sp->next->layout->last->vert;
504 uvert < sp->prev->layout->last->vert &&
505 sp->prev->layout->last->col + 1 == sp->opts->cols &&
506 (horiz || (IS_HORIZ(sp->layout->last)
[all...]

Completed in 301 milliseconds

1234567891011>>