Lines Matching defs:line
78 char line[300];
102 while(T_FileStream_readLine(file, line, sizeof(line))!=NULL) {
104 length=(int32_t)(u_rtrim(line)-line);
107 * detect a line with # @missing:
108 * start parsing after that, or else from the beginning of the line
111 start=(char *)getMissingLimit(line);
112 if(start==line) {
118 /* skip this line if it is empty or a comment */
123 /* remove in-line comments */
131 /* truncate the line */
158 limit=line+length;