Lines Matching defs:leftp
17 fmt_puts(char *s, int *leftp)24 if (*leftp == 0)41 if (*leftp != -1) {42 if (len > *leftp) {43 v[*leftp] = '\0';44 *leftp = 0;46 *leftp -= len;52 fmt_putc(int c, int *leftp)55 if (*leftp == 0)57 if (*leftp != -1)58 *leftp -= 1;