/[pengfork]/pengfork/src/fdo/atoms/async.c
ViewVC logotype

Diff of /pengfork/src/fdo/atoms/async.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by chupa, Sun Dec 22 22:28:06 2002 UTC revision 1.2 by chupa, Thu Jan 2 13:43:49 2003 UTC
# Line 39  Line 39 
39    
40    
41  const atomdef_t async_atom_tab[] = {  const atomdef_t async_atom_tab[] = {
42    {"async_exit"                     , ASYNC_EXIT                     , raw},    {"async-exit"                     , ASYNC_EXIT                     , raw},
43    {"async_password"                 , ASYNC_PASSWORD                 , raw},    {"async-password"                 , ASYNC_PASSWORD                 , raw},
44    {"async_guest_password"           , ASYNC_GUEST_PASSWORD           , raw},    {"async-guest-password"           , ASYNC_GUEST_PASSWORD           , raw},
45    {"async_exit_damnit"              , ASYNC_EXIT_DAMNIT              , raw},    {"async-exit-damnit"              , ASYNC_EXIT_DAMNIT              , raw},
46    {"async_online"                   , ASYNC_ONLINE                   , raw},    {"async-online"                   , ASYNC_ONLINE                   , raw},
47    {"async_offline"                  , ASYNC_OFFLINE                  , raw},    {"async-offline"                  , ASYNC_OFFLINE                  , raw},
48    {"async_error_box"                , ASYNC_ERROR_BOX                , str},    {"async-error-box"                , ASYNC_ERROR_BOX                , str},
49    {"async_alert"                    , ASYNC_ALERT                    , alert},    {"async-alert"                    , ASYNC_ALERT                    , alert},
50    {"async_display_netnews"          , ASYNC_DISPLAY_NETNEWS          , raw},    {"async-display-netnews"          , ASYNC_DISPLAY_NETNEWS          , raw},
51    {"async_go_netnews"               , ASYNC_GO_NETNEWS               , raw},    {"async-go-netnews"               , ASYNC_GO_NETNEWS               , raw},
52    {"async_moreinfo_netnews"         , ASYNC_MOREINFO_NETNEWS         , raw},    {"async-moreinfo-netnews"         , ASYNC_MOREINFO_NETNEWS         , raw},
53    {"async_playsound"                , ASYNC_PLAYSOUND                , str},    {"async-playsound"                , ASYNC_PLAYSOUND                , str},
54    {"async_exit_aux"                 , ASYNC_EXIT_AUX                 , raw},    {"async-exit-aux"                 , ASYNC_EXIT_AUX                 , raw},
55    {"async_exec_help"                , ASYNC_EXEC_HELP                , raw},    {"async-exec-help"                , ASYNC_EXEC_HELP                , raw},
56    {"async_exec_context_help"        , ASYNC_EXEC_CONTEXT_HELP        , raw},    {"async-exec-context-help"        , ASYNC_EXEC_CONTEXT_HELP        , raw},
57    {"async_play_sound_dammit"        , ASYNC_PLAY_SOUND_DAMMIT        , str},    {"async-play-sound-dammit"        , ASYNC_PLAY_SOUND_DAMMIT        , str},
58    {"async_exec_help_file"           , ASYNC_EXEC_HELP_FILE           , str},    {"async-exec-help-file"           , ASYNC_EXEC_HELP_FILE           , str},
59    {"async_force_off"                , ASYNC_FORCE_OFF                , str},    {"async-force-off"                , ASYNC_FORCE_OFF                , str},
60    {"async_send_clientstatus"        , ASYNC_SEND_CLIENTSTATUS        , raw},    {"async-send-clientstatus"        , ASYNC_SEND_CLIENTSTATUS        , raw},
61    {"async_get_stat_count"           , ASYNC_GET_STAT_COUNT           , raw},    {"async-get-stat-count"           , ASYNC_GET_STAT_COUNT           , raw},
62    {"async_extract_stats"            , ASYNC_EXTRACT_STATS            , raw},    {"async-extract-stats"            , ASYNC_EXTRACT_STATS            , raw},
63    {"async_stat_collection_state"    , ASYNC_STAT_COLLECTION_STATE    , raw},    {"async-stat-collection-state"    , ASYNC_STAT_COLLECTION_STATE    , raw},
64    {"async_clear_stats"              , ASYNC_CLEAR_STATS              , raw},    {"async-clear-stats"              , ASYNC_CLEAR_STATS              , raw},
65    {"async_stat_record"              , ASYNC_STAT_RECORD              , raw},    {"async-stat-record"              , ASYNC_STAT_RECORD              , raw},
66    {"async_get_alert_result"         , ASYNC_GET_ALERT_RESULT         , raw},    {"async-get-alert-result"         , ASYNC_GET_ALERT_RESULT         , raw},
67    {"async_exec_app"                 , ASYNC_EXEC_APP                 , str},    {"async-exec-app"                 , ASYNC_EXEC_APP                 , str},
68    {"async_screen_name_changed"      , ASYNC_SCREEN_NAME_CHANGED      , raw},    {"async-screen-name-changed"      , ASYNC_SCREEN_NAME_CHANGED      , raw},
69    {"async_is_known_subaccount"      , ASYNC_IS_KNOWN_SUBACCOUNT      , raw},    {"async-is-known-subaccount"      , ASYNC_IS_KNOWN_SUBACCOUNT      , raw},
70    {"async_dump_diag"                , ASYNC_DUMP_DIAG                , str},    {"async-dump-diag"                , ASYNC_DUMP_DIAG                , str},
71    {"async_get_screen_name"          , ASYNC_GET_SCREEN_NAME          , raw},    {"async-get-screen-name"          , ASYNC_GET_SCREEN_NAME          , raw},
72    {"async_sign_on"                  , ASYNC_SIGN_ON                  , raw},    {"async-sign-on"                  , ASYNC_SIGN_ON                  , raw},
73    {"async_alert_start"              , ASYNC_ALERT_START              , str},    {"async-alert-start"              , ASYNC_ALERT_START              , str},
74    {"async_alert_add_text"           , ASYNC_ALERT_ADD_TEXT           , str},    {"async-alert-add-text"           , ASYNC_ALERT_ADD_TEXT           , str},
75    {"async_alert_add_date_time"      , ASYNC_ALERT_ADD_DATE_TIME      , dword},    {"async-alert-add-date-time"      , ASYNC_ALERT_ADD_DATE_TIME      , dword},
76    {"async_alert_end"                , ASYNC_ALERT_END                , str},    {"async-alert-end"                , ASYNC_ALERT_END                , str},
77    {"async_invoke_timezone_pref"     , ASYNC_INVOKE_TIMEZONE_PREF     , raw},    {"async-invoke-timezone-pref"     , ASYNC_INVOKE_TIMEZONE_PREF     , raw},
78    {"async_invoke_language_pref"     , ASYNC_INVOKE_LANGUAGE_PREF     , raw},    {"async-invoke-language-pref"     , ASYNC_INVOKE_LANGUAGE_PREF     , raw},
79    {"async_set_screen_name"          , ASYNC_SET_SCREEN_NAME          , str},    {"async-set-screen-name"          , ASYNC_SET_SCREEN_NAME          , str},
80    {"async_auto_launch"              , ASYNC_AUTO_LAUNCH              , raw},    {"async-auto-launch"              , ASYNC_AUTO_LAUNCH              , raw},
81    {"async_launcher_name"            , ASYNC_LAUNCHER_NAME            , raw},    {"async-launcher-name"            , ASYNC_LAUNCHER_NAME            , raw},
82    {"async_is_client_32bit"          , ASYNC_IS_CLIENT_32BIT          , raw},    {"async-is-client-32bit"          , ASYNC_IS_CLIENT_32BIT          , raw},
83    {"async_display_errors"           , ASYNC_DISPLAY_ERRORS           , raw},    {"async-display-errors"           , ASYNC_DISPLAY_ERRORS           , raw},
84    {"async_is_guest"                 , ASYNC_IS_GUEST                 , raw},    {"async-is-guest"                 , ASYNC_IS_GUEST                 , raw},
85    {"async_relogon_init"             , ASYNC_RELOGON_INIT             , raw},    {"async-relogon-init"             , ASYNC_RELOGON_INIT             , raw},
86    {"async_relogon"                  , ASYNC_RELOGON                  , raw},    {"async-relogon"                  , ASYNC_RELOGON                  , raw},
87    {"async_storename"                , ASYNC_STORENAME                , str},    {"async-storename"                , ASYNC_STORENAME                , str},
88    {"async_storepassword"            , ASYNC_STOREPASSWORD            , str},    {"async-storepassword"            , ASYNC_STOREPASSWORD            , str},
89    {"async_signoff"                  , ASYNC_SIGNOFF                  , raw},    {"async-signoff"                  , ASYNC_SIGNOFF                  , raw},
90    {"async_is_current_screenname"    , ASYNC_IS_CURRENT_SCREENNAME    , str},    {"async-is-current-screenname"    , ASYNC_IS_CURRENT_SCREENNAME    , str},
91    {"async_logout"                   , ASYNC_LOGOUT                   , raw},    {"async-logout"                   , ASYNC_LOGOUT                   , raw},
92    {"async_check_and_invoke_driveway", ASYNC_CHECK_AND_INVOKE_DRIVEWAY, raw},    {"async-check-and-invoke-driveway", ASYNC_CHECK_AND_INVOKE_DRIVEWAY, raw},
93    {"async_record_error"             , ASYNC_RECORD_ERROR             , str},    {"async-record-error"             , ASYNC_RECORD_ERROR             , str},
94    {"async_system_usage"             , ASYNC_SYSTEM_USAGE             , str},    {"async-system-usage"             , ASYNC_SYSTEM_USAGE             , str},
95    {"async_replace_pref"             , ASYNC_REPLACE_PREF             , str},    {"async-replace-pref"             , ASYNC_REPLACE_PREF             , str},
96    {"async_bool_diag_on"             , ASYNC_BOOL_DIAG_ON             , bool},    {"async-bool-diag-on"             , ASYNC_BOOL_DIAG_ON             , bool},
97    {"async_allow_switch_screen_names", ASYNC_ALLOW_SWITCH_SCREEN_NAMES, raw},    {"async-allow-switch-screen-names", ASYNC_ALLOW_SWITCH_SCREEN_NAMES, raw},
98    {"async_install_sound"            , ASYNC_INSTALL_SOUND            , dword},    {"async-install-sound"            , ASYNC_INSTALL_SOUND            , dword},
99    {"async_voice_recognition"        , ASYNC_VOICE_RECOGNITION        , dword},    {"async-voice-recognition"        , ASYNC_VOICE_RECOGNITION        , dword},
100    {"async_get_os"                   , ASYNC_GET_OS                   , dword},    {"async-get-os"                   , ASYNC_GET_OS                   , dword},
101    {NULL, -1, na}    {NULL, -1, na}
102  };  };
103    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26