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

/fuchsia/zircon/third_party/uapp/dash/src/
H A Dmkinit.c66 * blocks of characters. The routines addstr and addchar append a string
139 void addchar(int, struct text *);
277 addchar('\t', &ep->code);
281 addchar(' ', &ep->code);
321 addchar('\n', &decls);
331 addchar('\n', &decls);
387 * Addstr appends a string to the text struct, and addchar appends a single
396 addchar(*s++, text);
404 addchar(int c, struct text *text) function

Completed in 25 milliseconds