Home
last modified time | relevance | path

Searched refs:STRING1 (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.bin/tr/
H A Dextern.h38 enum { STRING1, STRING2 } which; enumerator
H A Dtr.c52 static STR s1 = { STRING1, NORMAL, 0, OOBCH, 0, { 0, OOBCH }, NULL, NULL };
H A Dstr.c296 if (s->which == STRING1) in genseq()