Home | History | Annotate | Download | only in libedit

Lines Matching defs:no

25  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
266 (void) fprintf(el->el_errfile, "no clear EOL capability.\n");
268 (void) fprintf(el->el_errfile, "no delete char capability.\n");
270 (void) fprintf(el->el_errfile, "no insert char capability.\n");
353 * New string is shorter; no need to allocate space
371 * Compact our buffer; no need to check compaction, cause we know it
666 } else /* no wrap, but cursor stays on screen */
872 "No entry for terminal type \"%s\";\n", term);
1280 "\tIt has %s meta key\n", EL_HAS_META ? "a" : "no");
1358 else if (strcmp(how, "no") == 0)
1435 static char no[] = "no";
1439 *(char **)how = no;
1488 (void) fprintf(el->el_outfile, fmts, EL_CAN_TAB ? "yes" : "no");
1491 (void) fprintf(el->el_outfile, fmts, Val(T_km) ? "yes" : "no");
1495 "yes" : "no");
1499 "yes" : "no");