HomeSort by: relevance | last modified time | path
    Searched defs:until (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl2/groff/dist/src/preproc/pic/
pic.y 198 %token UNTIL
271 %type <str> macro_name until
381 until
394 until
512 until: label
515 | UNTIL TEXT
lex.cpp 523 { "until", UNTIL },
1443 char *until; member in class:copy_thru_input
1518 until = strsave(u);
1525 a_delete until; local
1611 if (until != 0 && argc > 0 && strcmp(&line[argv[0]], until) == 0) {
1673 void copy_file_thru(const char *filename, const char *body, const char *until)
1682 body, until);
1686 void copy_rest_thru(const char *body, const char *until)
    [all...]
  /src/games/rogue/
inventory.c 408 const char *until; local
412 until = " until adjacent";
415 until = "";
419 messagef(0, "run %s%s", com_id_tab[n].com_desc + 8, until);
  /src/external/bsd/ntp/dist/libntp/
work_thread.c 124 * sleep for a given time or until the wakup semaphore is tickled.
132 struct timespec until; local
136 if (0 != clock_gettime(CLOCK_REALTIME, &until)) {
141 if (0 != getclock(TIMEOFDAY, &until)) {
146 until.tv_sec += seconds;
147 rc = wait_for_sem(c->wake_scheduled_sleep, &until);
499 * detached thread, and we keep the handle around until we want to get
  /src/external/bsd/unbound/dist/smallapp/
unbound-anchor.c 85 * without DNSSEC. It tries a random IP until the transfer succeeds. It
1028 * until the empty line after that */
1396 time_t until = xml_convertdate(find_att(atts, "validUntil")); local
1397 if(until == 0) {
1401 if(data->date > until)
  /src/sbin/routed/
defs.h 479 extern struct timeval no_flash; /* inhibit flash update until then */
526 time_t until; member in struct:msg_limit::msg_sub
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 132 /* ??? Poison these here until it can be done generically. They've been
691 size_t from, until, i;
694 until = vec_safe_length (fde->dw_fde_cfi);
699 until = fde->dw_fde_switch_cfi_index;
703 for (i = from; i < until; i++)
2956 emitting the abstract description of inline functions until
5145 index until output time. */
14275 register elimination until this point, and recognizing the special
14641 /* Until DWARFv4, operations all work on signed integers. It is nevertheless
14839 register elimination until this point, and recognizing the specia
689 size_t from, until, i; local
    [all...]

Completed in 51 milliseconds