Searched refs:toprint (Results 1 – 3 of 3) sorted by relevance
73 static const char *toprint(wint_t);640 toprint(c)); in yylex()1227 (void) fputs(c == '\n' ? sep1 : toprint(c), in awkierr()1362 toprint(wchar_t 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()
939 int __print2buf(LineBuf *line, const char *toprint, char *sep);