Home | History | Annotate | Download | only in src

Lines Matching defs:no

25  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
257 (void) fprintf(el->el_errfile, "no clear EOL capability.\n");
259 (void) fprintf(el->el_errfile, "no delete char capability.\n");
261 (void) fprintf(el->el_errfile, "no insert char capability.\n");
345 * New string is shorter; no need to allocate space
363 * Compact our buffer; no need to check compaction, cause we know it
687 } else /* no wrap, but cursor stays on screen */
893 "No entry for terminal type \"%s\";\n", term);
1297 "\tIt has %s meta key\n", EL_HAS_META ? "a" : "no");
1369 else if (strcmp(how, "no") == 0)
1444 static char no[] = "no";
1448 *(char **)how = no;
1497 (void) fprintf(el->el_outfile, fmts, EL_CAN_TAB ? "yes" : "no");
1500 (void) fprintf(el->el_outfile, fmts, Val(T_km) ? "yes" : "no");
1504 "yes" : "no");
1508 "yes" : "no");