Home
last modified time | relevance | path

Searched refs:SHOWR (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/sgrep/sgrep-0.99/
H A Dparser.c61 #define SHOWR 5 macro
305 if (errcol-ELLENGTH+SHOWR>0) in parse_error()
306 errind-=ELLENGTH-SHOWR; in parse_error()
313 if ( errcol>ELLENGTH-SHOWR ) errcol=ELLENGTH-SHOWR; in parse_error()
/dports/textproc/sgrep2/sgrep-1.94a/
H A Dparser.c25 #define SHOWR 5 macro
502 if (parser->errcol-ELLENGTH+SHOWR>0) in real_parse_error()
503 parser->errind-=ELLENGTH-SHOWR; in real_parse_error()
526 if ( parser->errcol>ELLENGTH-SHOWR ) parser->errcol=ELLENGTH-SHOWR; in real_parse_error()