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

/linux-master/scripts/
H A Dunifdef.c152 * we leave some space at the end of the tline buffer to accommodate this.
190 static char tline[MAXLINE+EDITSLOP];/* input buffer plus space */ variable
522 snprintf(keyword, tline + sizeof(tline) - keyword,
558 bool blankline = tline[strspn(tline, " \t\r\n")] == '\0';
565 fputs(tline, output);
649 if (fgets(tline, MAXLINE, input) == NULL)
652 if (strrchr(tline, '\n') == strrchr(tline, '\
[all...]

Completed in 91 milliseconds