• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/papd/

Lines Matching defs:linelength

27 static char *get_text(char *start, int linelength)
35 if (linelength > 1023)
38 t = ret = calloc(1, linelength +1);
43 stop = start + linelength;
86 int linelength, crlflength;
88 switch ( markline( in, &start, &linelength, &crlflength )) {
99 cmt = get_text(start, linelength);
107 lp_write( in, start, linelength + crlflength );
110 CONSUME( in, linelength + crlflength );
117 int linelength, crlflength;
119 switch ( markline( in, &start, &linelength, &crlflength )) {
134 cmt = get_text(start, linelength);
142 lp_write( in, start, linelength + crlflength );
145 CONSUME( in, linelength + crlflength );
163 int linelength, crlflength;
165 switch ( markline( in, &start, &linelength, &crlflength )) {
176 cmt = get_text(start, linelength);
185 lp_write( in, start, linelength + crlflength );
188 CONSUME( in, linelength + crlflength );
195 int linelength, crlflength;
202 switch ( markline( in, &start, &linelength, &crlflength )) {
214 lp_write( in, start, linelength + crlflength );
217 CONSUME( in, linelength + crlflength );
224 int linelength, crlflength;
230 switch ( markline( in, &start, &linelength, &crlflength )) {
242 lp_write( in, start, linelength + crlflength );
244 CONSUME( in, linelength + crlflength );
251 int linelength, crlflength;
257 switch ( markline( in, &start, &linelength, &crlflength )) {
268 lp_write( in, start, linelength + crlflength );
271 CONSUME( in, linelength + crlflength );
278 int linelength, crlflength;
284 switch ( markline( in, &start, &linelength, &crlflength )) {
296 lp_write( in, start, linelength + crlflength );
299 CONSUME( in, linelength + crlflength );