Searched refs:abuf (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/third_party/ulib/linenoise/
H A Dlinenoise.c497 struct abuf { struct
502 static void abInit(struct abuf *ab) {
507 static void abAppend(struct abuf *ab, const char *s, int len) {
517 static void abFree(struct abuf *ab) {
523 void refreshShowHints(struct abuf *ab, struct linenoiseState *l, int plen) {
556 struct abuf ab;
609 struct abuf ab;
/fuchsia/zircon/third_party/uapp/kilo/
H A Dkilo.c879 struct abuf { struct
886 void abAppend(struct abuf *ab, const char *s, int len) {
895 void abFree(struct abuf *ab) {
905 struct abuf ab = ABUF_INIT;

Completed in 96 milliseconds