/[grub]/grub/stage2/cmdline.c
ViewVC logotype

Diff of /grub/stage2/cmdline.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.23 by okuji, Tue Feb 5 04:15:22 2002 UTC revision 1.24 by okuji, Fri Feb 8 01:14:01 2002 UTC
# Line 162  enter_cmdline (char *heap, int forever) Line 162  enter_cmdline (char *heap, int forever)
162           disks.  */           disks.  */
163        buf_drive = -1;        buf_drive = -1;
164    
165          /* Start to count lines, only if the internal pager is in use.  */
166          if (use_pager)
167            count_lines = 0;
168          
169        /* Run BUILTIN->FUNC.  */        /* Run BUILTIN->FUNC.  */
170        arg = skip_to (1, heap);        arg = skip_to (1, heap);
171        (builtin->func) (arg, BUILTIN_CMDLINE);        (builtin->func) (arg, BUILTIN_CMDLINE);
172    
173          /* Finish the line count.  */
174          count_lines = -1;
175      }      }
176  }  }
177    

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26