Home
last modified time | relevance | path

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

/dports/net-mgmt/ipcad/ipcad-3.7.3/
H A Dcshell.y62 | C_RESTORE { $$ = CS_REST; }
66 | C_RESTORE TOK_STRING { $$ = CS_REST; *(char **)param = $2; }
H A Dcsparse.h50 #define CS_REST 0x31 /* restore */ macro
H A Drshp.c268 case CS_REST: in process_rsh_command()
H A Dcshelly.c1010 { yyval.tv_int = CS_REST; } in yyparse()
1030 { yyval.tv_int = CS_REST; *(char **)param = yyvsp[0].tv_char; } in yyparse()