Home
last modified time | relevance | path

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

/dports/devel/cssc/CSSC-1.4.1/testutils/
H A Dseeker.c114 struct optact struct
119 struct optact actions[]= argument
/dports/comms/kermit/kermit-9.0.305.04/
H A Dckuusy.c2071 optact[i] = 0; in iniopthlp()
2141 optact[i] = 1; in iniopthlp()
2174 optact[i] = 1; in iniopthlp()
2239 optact[i] = 1; in iniopthlp()
2252 optact[i] = 1; in iniopthlp()
2257 optact[i] = 1; in iniopthlp()
2262 optact[i] = 1; in iniopthlp()
2283 optact[i] = 1; in iniopthlp()
2296 optact[i] = 1; in iniopthlp()
2315 optact[i] = 1; in iniopthlp()
[all …]
H A Dckuus2.c5821 extern int optact[]; in dohopts()
5875 printf(" -%c <arg>%s\n",(char)i,(optact[i]?" (action option)":"")); in dohopts()
5883 (optact[i]?" (action option)":"") in dohopts()