Home
last modified time | relevance | path

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

/freebsd-9-stable/usr.bin/grep/regex/
Dtre-fastmatch.c588 #define STORE_CHAR \ in tre_compile_fast() macro
603 STORE_CHAR; in tre_compile_fast()
611 STORE_CHAR; in tre_compile_fast()
617 STORE_CHAR; in tre_compile_fast()
626 STORE_CHAR; in tre_compile_fast()
641 STORE_CHAR; in tre_compile_fast()
648 STORE_CHAR; in tre_compile_fast()
652 STORE_CHAR; in tre_compile_fast()
658 STORE_CHAR; in tre_compile_fast()
664 STORE_CHAR; in tre_compile_fast()
[all …]
/freebsd-9-stable/contrib/less/
Dline.c559 #define STORE_CHAR(ch,a,rep,pos) \ macro
691 STORE_CHAR(' ', attr, " ", pos);
720 STORE_CHAR(*s, AT_BINARY, NULL, pos);
874 STORE_CHAR(ch, AT_NORMAL, NULL, pos);
961 STORE_CHAR(ch, AT_NORMAL, rep, pos);
977 STORE_CHAR(*s, AT_BINARY, NULL, pos);
980 STORE_CHAR(ch, a, rep, pos);