Home
last modified time | relevance | path

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

/original-bsd/local/toolchest/ksh/sh/
H A Dtest.c47 extern MSG test_opts;
162 if((*a=='-' && *(a+2)==0) && strchr(test_opts,*(a+1))) in e3()
H A Dmsg.c128 const MSG test_opts = "rwxdcbfugkLpsnzt"; variable