Searched refs:skip_to (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/grub/grub-0.97/stage2/ |
H A D | builtins.c | 370 arg = skip_to (0, arg); in bootp_func() 449 file = skip_to (0, arg); in chainloader_func() 529 file2 = skip_to (0, arg); in cmp_func() 688 highlight = skip_to (0, arg); in color_func() 845 device = skip_to (0, drive); in device_func() 889 arg = skip_to (0, arg); in portmap_func() 919 arg = skip_to (0, arg); in dhcp_func() 1339 to = skip_to (0, arg); in dump_func() 1403 device = skip_to (0, stage1_5); in embed_func() 1549 arg = skip_to (0, arg); in fallback_func() [all …]
|
H A D | cmdline.c | 36 skip_to (int after_equal, char *cmdline) in skip_to() function 173 arg = skip_to (1, heap); in enter_cmdline() 270 arg = skip_to (1, heap); in run_script()
|
H A D | stage2.c | 1021 ptr = skip_to (1, cmdline); in cmain() 1030 char *arg = skip_to (1, cmdline); in cmain()
|
H A D | shared.h | 943 char *skip_to (int after_equal, char *cmdline);
|
H A D | boot.c | 404 char *src = skip_to (0, arg); in load_image()
|
/titanic_44/usr/src/cmd/abi/spectrans/spec2map/ |
H A D | versions.c | 67 static void skip_to(char *); 209 skip_to("}"); /* The follower set for arch_name. */ in arch_name() 492 skip_to(char *target) in skip_to() function
|
/titanic_44/usr/src/grub/grub-0.97/ |
H A D | ChangeLog | 5020 and set ARG to a value returned by skip_to. Otherwise, 5034 by skip_to. Otherwise, IS_FORCE_LBA is zero. 6826 * stage2/cmdline.c (skip_to): Restructure, and count tabs as 7687 * stage2/cmdline.c (skip_to): Treat the character `=' as a space 7978 * stage2/cmdline.c (skip_to): Don't increase CMDLINE if the
|