Searched refs:modelines (Results 1 – 8 of 8) sorted by relevance
12 videomode.c: modelines modelines2c.awk14 ${TOOL_AWK} -f modelines2c.awk modelines > videomode.c
1 // $NetBSD: modelines,v 1.8 2011/03/21 19:28:37 jdc Exp $
32 extern int modelines;246 for (i = 0; i < modelines; i++) in check_modelines()
82 public int modelines; /* Lines to read looking for modelines */ variable798 O_NUMBER, 0, &modelines, NULL,
305 Lines_to_read_looking_for_modelines Lines to read looking for modelines:\40306 Read_X_lines_looking_for_modelines Read %d lines looking for modelines
273 M(Lines_to_read_looking_for_modelines,"Lines to read looking for modelines:\40")274 M(Read_X_lines_looking_for_modelines,"Read %d lines looking for modelines")
257 --modelines=[_N]258 Read _N lines from the input file and look for vim modelines.
612 * Add --modelines option (github #89).