Searched refs:toprint (Results 1 – 3 of 3) sorted by relevance
75 static const char *toprint(wint_t);651 toprint(c)); in yyhex()1232 (void) fputs(c == '\n' ? sep1 : toprint(c), in awkierr()1368 toprint(c) in toprint() function
411 __print2buf(LineBuf *line, const char *toprint, char *sep) in __print2buf() argument420 newsz = strlen(toprint) + line->len + 1; in __print2buf()451 (void) strlcat(line->str, toprint, line->alloc); in __print2buf()
943 int __print2buf(LineBuf *line, const char *toprint, char *sep);