Searched refs:MAX_TEMPSTR (Results 1 – 5 of 5) sorted by relevance
133 static char retbuf[2][MAX_TEMPSTR + 1]; /* sure wish C had GC */ in first_word()148 while (*s && (NULL == strchr(t, *s)) && (rp < &rb[MAX_TEMPSTR])) { in first_word()
47 char line[MAX_TEMPSTR]; in in_file()52 while (fgets(line, MAX_TEMPSTR, file)) { in in_file()
29 #define MAX_TEMPSTR 100 /* obvious */ macro
612 char temp[MAX_TEMPSTR], *pc; in get_number()620 if (++len >= MAX_TEMPSTR) in get_number()642 if (++len >= MAX_TEMPSTR) in get_number()
259 char n[PATH_MAX], q[MAX_TEMPSTR]; in edit_cmd()