Lines Matching refs:DebugF
164 DebugF("The '!' legal only at start of line\n"); in GetInputLine()
165 DebugF("Line containing '!' ignored\n"); in GetInputLine()
286 DebugF("Illegal %s index: %d\n", cname[i], ndx); in SetUpRemap()
287 DebugF("Index must be in range 1..%d\n", in SetUpRemap()
299 DebugF("Component \"%s\" listed twice\n", tok); in SetUpRemap()
300 DebugF("Second definition ignored\n"); in SetUpRemap()
326 DebugF("\"%s,\" ", cname[i]); in SetUpRemap()
328 DebugF("or \"%s\"\n", cname[i]); in SetUpRemap()
331 DebugF("Illegal mapping ignored\n"); in SetUpRemap()
336 DebugF("Mapping needs at least one component\n"); in SetUpRemap()
337 DebugF("Illegal mapping ignored\n"); in SetUpRemap()
413 DebugF("Must have a mapping before first line of data\n"); in CheckLine()
414 DebugF("Illegal line of data ignored\n"); in CheckLine()
426 DebugF("Too many words on a line\n"); in CheckLine()
427 DebugF("Extra word \"%s\" ignored\n", tok); in CheckLine()
435 DebugF("Too few words on a line: %s\n", line->line); in CheckLine()
436 DebugF("line ignored\n"); in CheckLine()
905 DebugF("Allocation failure in XkbRF_AddRule\n"); in XkbRF_AddRule()