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

/freebsd-10-stable/usr.bin/grep/regex/
H A Dtre-fastmatch.c588 #define STORE_CHAR \ macro
603 STORE_CHAR;
611 STORE_CHAR;
617 STORE_CHAR;
626 STORE_CHAR;
641 STORE_CHAR;
648 STORE_CHAR;
652 STORE_CHAR;
658 STORE_CHAR;
664 STORE_CHAR;
[all...]
/freebsd-10-stable/contrib/less/
H A Dline.c615 #define STORE_CHAR(ch,a,rep,pos) \ macro
751 STORE_CHAR(' ', attr, " ", pos);
780 STORE_CHAR(*s, AT_BINARY, NULL, pos);
934 STORE_CHAR(ch, AT_NORMAL, NULL, pos);
1021 STORE_CHAR(ch, AT_NORMAL, rep, pos);
1037 STORE_CHAR(*s, AT_BINARY, NULL, pos);
1040 STORE_CHAR(ch, a, rep, pos);

Completed in 104 milliseconds