HomeSort by: relevance | last modified time | path
    Searched defs:decreaser (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/readline/readline/
text.c 865 int decreaser; local
884 decreaser = (count > TEXT_COUNT_MAX) ? TEXT_COUNT_MAX : count;
885 string[decreaser*incoming_length] = '\0';
887 count -= decreaser;
903 decreaser = (count > TEXT_COUNT_MAX ? TEXT_COUNT_MAX : count);
904 str[decreaser] = '\0';
906 count -= decreaser;
  /src/external/gpl3/gdb.old/dist/readline/readline/
text.c 865 int decreaser; local
884 decreaser = (count > TEXT_COUNT_MAX) ? TEXT_COUNT_MAX : count;
885 string[decreaser*incoming_length] = '\0';
887 count -= decreaser;
903 decreaser = (count > TEXT_COUNT_MAX ? TEXT_COUNT_MAX : count);
904 str[decreaser] = '\0';
906 count -= decreaser;

Completed in 29 milliseconds