Home
last modified time | relevance | path

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

/external/mksh/src/
Dsh.h897 #define T_command (T_funny_command + 9)
898 #define Tcommand (T_funny_command + 10)
917 EXTERN const char T_funny_command[] E_INIT("funny $()-command"); variable
1078 #define T_funny_command "funny $()-command" macro
Deval.c1420 errorf(Tf_sD_s, T_funny_command, in comsub()