Home
last modified time | relevance | path

Searched refs:last (Results 201 – 225 of 272) sorted by last modified time

1234567891011

/original-bsd/lib/libm/tahoe/
H A Dsupport.s151 movl r3,r11 # r10:r11 = y1 = y w/ last 27 bits 0
152 andl3 $0xf8000000,r10,r11 # clear last 27 bits of y1
199 bbc $0,r8,9f # if the last bit is zero, goto 9
/original-bsd/lib/libm/national/
H A Dsqrt.s108 ; twiddle last bit to force y correctly rounded
/original-bsd/lib/libm/vax/
H A Dcbrt.s17 # Max error less than 0.667 ulps (unit in the last places)
H A Dsupport.s144 bicl2 $0xffff07ff,r11 #clear the last 27 bits of y1
181 blbc r8,E2 #if the last bit is zero, goto E2
/original-bsd/lib/libedit/
H A Dvi.c771 el->el_chared.c_kill.last = kp;
H A Dchared.h70 char *last; member
H A Dhist.h25 char *last; /* The last character */ member
H A Dcommon.c114 el->el_chared.c_kill.last = kp;
189 el->el_chared.c_kill.last = kp;
680 el->el_history.last = el->el_history.buf +
751 el->el_history.last = el->el_history.buf +
H A Dhist.c32 el->el_history.last = el->el_history.buf;
79 (el->el_history.last - el->el_history.buf);
H A Dhistory.c370 history_set_fun(h, first, next, last, prev, curr, enter, add, ptr) in history_set_fun() argument
372 history_gfun_t first, next, last, prev, curr;
377 last == NULL || prev == NULL || curr == NULL ||
554 history_gfun_t last = va_arg(va, history_gfun_t); in history() local
561 if (history_set_fun(h, first, next, last, prev, in history()
H A Dchared.c423 el->el_chared.c_kill.last = el->el_chared.c_kill.buf;
H A Demacs.c77 el->el_chared.c_kill.last = kp;
98 if (el->el_chared.c_kill.last == el->el_chared.c_kill.buf)
102 (el->el_chared.c_kill.last - el->el_chared.c_kill.buf) >=
110 c_insert(el, el->el_chared.c_kill.last - el->el_chared.c_kill.buf);
112 for (kp = el->el_chared.c_kill.buf; kp < el->el_chared.c_kill.last; kp++)
139 el->el_chared.c_kill.last = kp;
166 el->el_chared.c_kill.last = kp;
174 el->el_chared.c_kill.last = kp;
202 el->el_chared.c_kill.last = kp;
209 el->el_chared.c_kill.last = kp;
H A Dmap.c1097 map_print_some_keys(el, map, first, last) in map_print_some_keys() argument
1100 int first, last;
1108 lastbuf[0] = last;
1111 if (first == last)
1119 if (first == last) {
/original-bsd/lib/libcurses/PSD.doc/
H A Ddoc.I131 and the last character becomes blank.
H A Dlife.c18 struct lst_st *next, *last; /* doubly linked */
H A Dappen.C76 as it allows them to worry about what the last position looked like,
/original-bsd/lib/libc/vax/string/
H A Dstrncat.s54 movc3 r2,(r1),(r3) # copy in last piece
H A Drindex.s36 clrl r4 # last found
46 movl r4,r0 # return last found (if any)
60 clrl r4 # r4 = pointer to last match
H A Dstrncpy.s45 movc3 r2,(r1),(r3) # copy in last piece
/original-bsd/lib/libc/string/
H A Dstrtok.c23 static char *last; local
26 if (s == NULL && (s = last) == NULL)
40 last = NULL;
58 last = s;
/original-bsd/lib/libc/stdlib/
H A Dmerge.c40 #define ICOPY_LIST(src, dst, last) \ argument
43 while(src < last)
49 #define CCOPY_LIST(src, dst, last) \ argument
52 while (src < last)
101 last = list2 + nmemb * size;
103 while (*EVAL(list2) != last) {
110 if (p2 != last)
196 last = list2 + nmemb*size;
238 u_char *f1, *f2, *s, *l2, *last, *p2; local
252 last = list1 + size * (n - i);
[all …]
/original-bsd/lib/libc/mips/string/
H A Drindex.s23 subu v0, a0, 1 # save address of last match
/original-bsd/lib/libc/locale/
H A Dmbrune.c42 const char *last = 0; local
48 last = string;
51 return (c == *string ? (char *)string : (char *)last);
/original-bsd/lib/libc/gen/
H A Dpopen.c112 register struct pid *cur, *last; local
118 for (last = NULL, cur = pidlist; cur; last = cur, cur = cur->next)
131 if (last == NULL)
134 last->next = cur->next;
/original-bsd/lib/libc/db/test/
H A DREADME22 last character is not a carriage-return, a newline is appended.

1234567891011