Home
last modified time | relevance | path

Searched refs:tab (Results 1 – 14 of 14) sorted by relevance

/xen/xen/tools/kconfig/
A D.gitignore5 *.tab.c
6 *.tab.h
A DMakefile.kconfig91 $(call intermediate_targets, .tab.o, .tab.c .tab.h)
A DMakefile146 common-objs := confdata.o expr.o lexer.lex.o parser.tab.o preprocess.o \
149 $(obj)/lexer.lex.o: $(obj)/parser.tab.h
151 HOSTCFLAGS_parser.tab.o := -I $(srctree)/$(src)
A DMakefile.host16 $(obj)/%.tab.c $(obj)/%.tab.h: $(src)/%.y FORCE
/xen/tools/pygrub/src/
A DGrubConf.py28 tab = s.find('\t')
29 if (tab != -1 and tab < sp) or (tab != -1 and sp == -1):
30 sp = tab
/xen/tools/libacpi/
A Dssdt_laptop_slate.asl35 * tab-width: 4
/xen/docs/man/
A Dxenhypfs.1.pod26 other than white space characters (like tab, new line) will be shown as
/xen/xen/arch/x86/mm/
A Dp2m-pt.c871 l1_pgentry_t *tab; in p2m_pt_change_entry_type_global() local
881 tab = map_domain_page(pagetable_get_mfn(p2m_get_pagetable(p2m))); in p2m_pt_change_entry_type_global()
884 l1_pgentry_t e = tab[i]; in p2m_pt_change_entry_type_global()
892 rc = p2m->write_p2m_entry(p2m, gfn, &tab[i], e, 4); in p2m_pt_change_entry_type_global()
902 unmap_domain_page(tab); in p2m_pt_change_entry_type_global()
/xen/tools/xenstat/xentop/
A DTODO26 Bottom line option (Switch node, Search node [tab completion?])
/xen/xen/drivers/acpi/apei/
A Derst.c51 #define ERST_TAB_ENTRY(tab) \ argument
52 ((struct acpi_whea_header *)((char *)(tab) + \
/xen/tools/xl/
A DCODING_STYLE83 can tell the difference between a tab and eight spaces from a distance
97 to use tab stops of eight positions.
/xen/tools/libxl/
A DCODING_STYLE199 can tell the difference between a tab and eight spaces from a distance
213 to use tab stops of eight positions.
/xen/tools/python/
A Dpylintrc254 # String used as indentation unit. This is usually " " (4 spaces) or "\t" (1 tab).
/xen/stubdom/grub.patches/
A D61btrfs.diff1467 + tab-width: 8
3364 + tab-width: 8

Completed in 78 milliseconds