Searched refs:prevt (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/games/boggle/boggle/ |
| H A D | timer.c | 72 time_t prevt, t; in timerch() local 76 prevt = 0L; in timerch() 81 if (t == prevt) in timerch() 83 prevt = t; in timerch()
|
| /netbsd-src/external/gpl2/groff/dist/src/preproc/eqn/ |
| H A D | list.cpp | 101 int prevt; in compute_metrics() local 103 || (prevt = list.p[i-1]->spacing_type) == BINARY_TYPE in compute_metrics() 104 || prevt == OPERATOR_TYPE in compute_metrics() 105 || prevt == RELATION_TYPE in compute_metrics() 106 || prevt == OPENING_TYPE in compute_metrics() 107 || prevt == PUNCTUATION_TYPE) in compute_metrics()
|
| /netbsd-src/external/bsd/openldap/dist/tests/progs/ |
| H A D | slapd-auth.c | 275 time_t now, prevt, start; in do_time() local 286 prevt = start = time(0L); in do_time() 302 dt = now - prevt; in do_time() 303 prevt = now; in do_time()
|
| /netbsd-src/external/bsd/elftoolchain/dist/libelf/ |
| H A D | elf_update.c | 375 const uint64_t start, const uint64_t size, struct _Elf_Extent **prevt) in _libelf_extent_is_unused() argument 406 if (prevt) in _libelf_extent_is_unused() 407 *prevt = pt; in _libelf_extent_is_unused() 419 struct _Elf_Extent *ex, *prevt; in _libelf_insert_extent() local 423 prevt = NULL; in _libelf_insert_extent() 429 if (!_libelf_extent_is_unused(extents, start, size, &prevt)) { in _libelf_insert_extent() 445 if (prevt) in _libelf_insert_extent() 446 SLIST_INSERT_AFTER(prevt, ex, ex_next); in _libelf_insert_extent()
|
| /netbsd-src/external/bsd/wpa/dist/src/utils/ |
| H A D | edit.c | 41 static struct termios prevt, newt; variable 1129 tcgetattr(STDIN_FILENO, &prevt); in edit_init() 1130 newt = prevt; in edit_init() 1158 tcsetattr(STDIN_FILENO, TCSANOW, &prevt); in edit_deinit()
|