Subversion Repositories SvarDOS

Rev

Rev 1055 | Rev 1070 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1055 Rev 1065
Line 772... Line 772...
772
  TRYAGAIN:
772
  TRYAGAIN:
773
 
773
 
774
  /* dta_inited: FindFirst() or FindNext()? */
774
  /* dta_inited: FindFirst() or FindNext()? */
775
  if (forloop->dta_inited == 0) {
775
  if (forloop->dta_inited == 0) {
776
 
776
 
777
    /* copy next awaiting pattern to BUFFER (and skip all delimieters until
777
    /* copy next awaiting pattern to BUFFER (and skip all delimiters until
778
     * next pattern or end of list) */
778
     * next pattern or end of list) */
779
    t = 0;
779
    t = 0;
780
    for (i = 0;; i++) {
780
    for (i = 0;; i++) {
781
      BUFFER[i] = forloop->cmd[forloop->nextpat + i];
781
      BUFFER[i] = forloop->cmd[forloop->nextpat + i];
782
      /* look for a delimiter - the list of valid delimiters has been
782
      /* look for a delimiter - the list of valid delimiters has been