Home
last modified time | relevance | path

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

/dports/science/quantum-espresso/q-e-qe-6.7.0/GUI/Guib/src/
H A Dwidgets.itcl107 rename -state -helpstate helpState State
119 set itk_option(-helpstate) disabled
122 set itk_option(-helpstate) normal
/dports/misc/heyu2/heyu-2.10/
H A Dcmd.c208 static char *helpstate[][3] = { variable
1971 display_gen_help(helpstate); in command_help()
2136 while ( helpstate[j][0] != NULL ) { in command_help()
2137 if ( strcmp(command, helpstate[j][0]) == 0 ) { in command_help()
2138 printf("Usage: heyu %s %s %s\n", helpstate[j][0], in command_help()
2139 helpstate[j][1], helpstate[j][2]); in command_help()