Searched refs:PPD_MAX_LINE (Results 1 – 2 of 2) sorted by relevance
75 # define PPD_MAX_LINE 256 /* Maximum size of line + 1 for nul */ macro
460 text[PPD_MAX_LINE], in _ppdOpen()3032 if (col > (PPD_MAX_LINE - 1)) in ppd_read()3093 if (col > (PPD_MAX_LINE - 1)) in ppd_read()3152 if (col > (PPD_MAX_LINE - 1)) in ppd_read()3319 (textptr - text) >= (PPD_MAX_LINE - 1)) in ppd_read()