HomeSort by: relevance | last modified time | path
    Searched refs:UNTIL (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/flex/dist/examples/manual/
pascal.lex 85 until return(UNTIL);
  /src/bin/ksh/
lex.h 92 #define UNTIL 270
syn.c 350 case UNTIL:
433 * but not for while/until loops - we don't need to check if it
664 { "until", UNTIL, true },
  /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...]

Completed in 20 milliseconds