Searched refs:tab (Results 1 – 14 of 14) sorted by relevance
5 *.tab.c6 *.tab.h
91 $(call intermediate_targets, .tab.o, .tab.c .tab.h)
146 common-objs := confdata.o expr.o lexer.lex.o parser.tab.o preprocess.o \149 $(obj)/lexer.lex.o: $(obj)/parser.tab.h151 HOSTCFLAGS_parser.tab.o := -I $(srctree)/$(src)
16 $(obj)/%.tab.c $(obj)/%.tab.h: $(src)/%.y FORCE
28 tab = s.find('\t')29 if (tab != -1 and tab < sp) or (tab != -1 and sp == -1):30 sp = tab
35 * tab-width: 4
26 other than white space characters (like tab, new line) will be shown as
871 l1_pgentry_t *tab; in p2m_pt_change_entry_type_global() local881 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()
26 Bottom line option (Switch node, Search node [tab completion?])
51 #define ERST_TAB_ENTRY(tab) \ argument52 ((struct acpi_whea_header *)((char *)(tab) + \
83 can tell the difference between a tab and eight spaces from a distance97 to use tab stops of eight positions.
199 can tell the difference between a tab and eight spaces from a distance213 to use tab stops of eight positions.
254 # String used as indentation unit. This is usually " " (4 spaces) or "\t" (1 tab).
1467 + tab-width: 83364 + tab-width: 8
Completed in 78 milliseconds