Displaying 1 result from an estimated 1 matches for "pc_filename".
Did you mean:
  cc_filename
  
2008 Aug 31
1
[RFC][PATCH] ui: label completion on tab key
...000 +0200
+++ syslinux-3.71-27-g3d39943/core/keywords.inc	2008-08-31 22:45:28.000000000 +0200
@@ -75,6 +75,7 @@
 		keyword onerror,	pc_onerror
 		keyword allowoptions,	pc_setint16,	AllowOptions
 		keyword noescape,	pc_setint16,	NoEscape
+		keyword labelcompl,	pc_setint16,	LabelCompl
 		keyword f1,		pc_filename,	FKeyN(1)
 		keyword f2,		pc_filename,	FKeyN(2)
 		keyword f3,		pc_filename,	FKeyN(3)
Index: syslinux-3.71-27-g3d39943/core/parseconfig.inc
===================================================================
--- syslinux-3.71-27-g3d39943.orig/core/parseconfig.inc	2008-08-31 22:45:26.000000000 +0200...