Home
last modified time | relevance | path

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

/dports/misc/heyu2/heyu-2.10/
H A Dcmd.c257 static char *helprfxsensor[][3] = { variable
1881 while ( helprfxsensor[j][0] != NULL ) { in command_help()
1882 if ( strcmp(command, helprfxsensor[j][0]) == 0 ) { in command_help()
1883 printf("Usage: heyu %s %s %s\n", helprfxsensor[j][0], in command_help()
1884 helprfxsensor[j][1], helprfxsensor[j][2]); in command_help()
1978 display_gen_help(helprfxsensor); in command_help()