Home
last modified time | relevance | path

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

/NextBSD/usr.bin/grep/regex/
HDtre-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 …]
/NextBSD/contrib/less/
HDline.c558 #define STORE_CHAR(ch,a,rep,pos) \ macro
690 STORE_CHAR(' ', attr, " ", pos);
719 STORE_CHAR(*s, AT_BINARY, NULL, pos);
873 STORE_CHAR(ch, AT_NORMAL, NULL, pos);
960 STORE_CHAR(ch, AT_NORMAL, rep, pos);
976 STORE_CHAR(*s, AT_BINARY, NULL, pos);
979 STORE_CHAR(ch, a, rep, pos);