Présentation
Documentation
L'équipe
Sérialisation
 
Programmes
Objets
Libs Utilitaires
Libs Internes
   
 
Editeur
Syntaxes
Windows
Versions
   

SCR/AL1 - TOME IV. Les librairies internes

Table des matières

1. Introduction
2. La librairie scr4o
2.1 Fonctions d'initialisation et de fin
2.1.1 SCR_mini_init (file s_bamini.c:48)
2.1.2 SCR_base_init (file s_base.c:43)
2.1.3 SCR_init
2.1.4 SCR_mini_end (file s_baend.c:15)
2.1.5 SCR_end (file s_base.c:88)
2.2 Fonctions liées aux ACTIONS
2.2.1 ACT_exec_nu (file s_act.c:19)
2.2.2 ACT_exec (file s_act.c:62)
2.2.3 ACT_exec_system (file s_actsys.c:22)
2.3 Emploi des Actions utilisateur
2.3.1 Actions utilisateur
2.3.2 ACT_ufn_install (file s_uact.c:120)
2.3.3 ACT_ufn_install_old (file s_uact.c:81)
2.3.4 ACT_ufn_get_old (file s_uact.c:49)
2.3.5 ACT_ufn_uninstall (file s_uact.c:156)
2.4 Fonctions liées aux MENUS
2.4.1 MN_edit (file s_edmn.c:285)
2.4.2 MN_set_toggle (file s_mnch.c:20)
2.4.3 MN_get_toggle (file s_mnch.c:46)
2.4.4 MN_set_choice (file s_mnch.c:60)
2.4.5 MN_get_choice (file s_mnch.c:76)
2.4.6 MN_search_option (file s_menu.c:304)
2.5 Fonctions liées aux MENUS créés dynamiquement
2.5.1 MN_set_title (file s_mnvarg.c:109)
2.5.2 MN_set_footnote (file s_mnvarg.c:137)
2.5.3 MN_insert_option (file s_mnvarg.c:20)
2.5.4 MN_set_option_text (file s_mnvarg.c:78)
2.5.5 MN_add_set_option_text (file s_mnvarg.c:54)
2.5.6 MN_edit_auto (file s_mnauto.c:41)
2.6 Fonctions d'affichage des PAGES
2.6.1 PG_display_field (file s_disp.c:48)
2.6.2 PG_save (file s_edpg.c:218)
2.6.3 PG_display_im (file s_disp.c:140)
2.6.4 PG_undisplay (file s_disp.c:167)
2.6.5 PG_display (file s_disp.c:283)
2.6.6 PG_display_flds (file s_disp.c:313)
2.6.7 PG_edit_field (file s_edit.c:37)
2.6.8 PG_goto_field (file s_edpg.c:21)
2.6.9 PG_goto_vobj (file s_edpg.c:39)
2.6.10 PG_edit (file s_edpg.c:81)
2.6.11 PG_reset (file s_pgrset.c:35)
2.6.12 PG_reset_all (file s_pgrset.c:55)
2.6.13 PG_edit_window (file s_pgedw.c:15)
2.6.14 PG_display_slide (file s_pgsld.c:9)
2.6.15 PG_display_slide_cmt (file s_pgsld.c:23)
2.6.16 PG_set_color (file s_pgcol.c:12)
2.6.17 PGd_display_field (file s_dispfn3.c:12)
2.6.18 PGd_display_flds (file s_dispfn4.c:12)
2.7 Fonctions de gestion des mots de passe
2.7.1 PG_edit_pwd (file s_edpwd.c:28)
2.7.2 PG_change_pwd (file s_edpwd.c:95)
2.8 Fonctions de gestion des A_BAR
2.8.1 AB_display (file s_ab.c:11)
2.8.2 AB_edit (file s_ab.c:98)
2.9 Fonctions de gestion des APPL
2.9.1 AP_display (file s_ap.c:33)
2.9.2 AP_undisplay (file s_ap.c:103)
2.9.3 AP_edit (file s_ap.c:178)
2.9.4 APP_key (file s_apkey.c:97)
2.10 Fonctions de lecture et d'assignation de valeurs
2.10.1 SCR_set_char
2.10.2 SCR_get_char
2.10.3 SCR_rget_char
2.10.4 SCR_set_vchar (file s_obj.c:170)
2.10.5 SCR_get_vchar (file s_obj.c:43)
2.10.6 SCR_rget_vchar (file s_objis.c:20)
2.10.7 SCR_set_text
2.10.8 SCR_get_text
2.10.9 SCR_rget_text
2.10.10 SCR_set_vtext (file s_objtxt.c:49)
2.10.11 SCR_get_vtext (file s_objtxt.c:15)
2.10.12 SCR_rget_vtext (file s_objis.c:101)
2.10.13 SCR_set_short
2.10.14 SCR_get_short
2.10.15 SCR_rget_short
2.10.16 SCR_set_vshort (file s_obj.c:243)
2.10.17 SCR_get_vshort (file s_obj.c:116)
2.10.18 SCR_rget_vshort (file s_objis.c:85)
2.10.19 SCR_set_long
2.10.20 SCR_get_long
2.10.21 SCR_rget_long
2.10.22 SCR_set_vlong (file s_obj.c:226)
2.10.23 SCR_get_vlong (file s_obj.c:100)
2.10.24 SCR_rget_vlong (file s_objis.c:68)
2.10.25 SCR_set_double
2.10.26 SCR_get_double
2.10.27 SCR_rget_double
2.10.28 SCR_set_vdouble (file s_obj.c:188)
2.10.29 SCR_get_vdouble (file s_obj.c:59)
2.10.30 SCR_rget_vdouble (file s_objis.c:36)
2.10.31 SCR_set_float
2.10.32 SCR_get_float
2.10.33 SCR_rget_float
2.10.34 SCR_set_vfloat (file s_obj.c:205)
2.10.35 SCR_get_vfloat (file s_obj.c:75)
2.10.36 SCR_rget_vfloat (file s_objis.c:52)
2.10.37 SCR_set_menu (file s_obj.c:290)
2.10.38 SCR_get_menu (file s_obj.c:274)
2.10.39 SCR_get_editor (file s_pgmmt.c:67)
2.10.40 SCR_set_editor (file s_pgmmt.c:53)
2.10.41 PG_text
2.10.42 PG_vtext (file s_objpg.c:19)
2.10.43 PG_aget_rec_txt (file s_pgfn.c:419)
2.10.44 PG_set_io
2.10.45 PG_set_vio (file s_objpg.c:42)
2.10.46 PG_set_grpio (file s_objpg.c:278)
2.10.47 PG_set_attr
2.10.48 PG_set_vattr (file s_objpg.c:143)
2.10.49 PG_display_obj
2.10.50 PG_display_vobj (file s_objpg.c:162)
2.10.51 PG_edit_obj
2.10.52 PG_edit_vobj (file s_objpg.c:178)
2.10.53 PG_set_dfld
2.10.54 PG_set_vdfld (file s_objpg.c:217)
2.10.55 PG_empty_obj
2.10.56 PG_empty_vobj (file s_objpg.c:246)
2.10.57 FLD_set_isam (file s_objis.c:241)
2.10.58 FLD_set_check (file s_objis.c:283)
2.10.59 PG_set_fld_menu (file s_obj.c:305)
2.10.60 PG_set_isam (file s_pgis.c:509)
2.10.61 SCR_get_field_long (file s_pgfn.c:10)
2.10.62 SCR_get_field_short (file s_pgfn.c:26)
2.10.63 SCR_get_field_double (file s_pgfn.c:43)
2.10.64 SCR_get_field_text (file s_pgfn.c:60)
2.10.65 SCR_get_field_editor (file s_pgmmt.c:32)
2.10.66 SCR_set_field_text (file s_pgfn.c:78)
2.10.67 SCR_set_field_editor (file s_pgedit.c:10)
2.10.68 SCR_set_field_editor_title (file s_pgmmt.c:11)
2.10.69 SCR_set_field_double (file s_pgfn.c:106)
2.10.70 SCR_set_field_long (file s_pgfn.c:121)
2.10.71 SCR_set_field_short (file s_pgfn.c:136)
2.11 Fonctions de gestion du clavier
2.11.1 SCR_FN_KEY
2.11.2 SCR_record_key (file s_reckey.c:69)
2.11.3 SCR_record_key_repl (file s_reckey.c:29)
2.11.4 SCR_record_text (file s_reckey.c:119)
2.11.5 SCR_record_text_repl (file s_reckey.c:92)
2.11.6 SCR_check_key (file s_getkey.c:135)
2.11.7 SCR_get_key (file s_getkey.c:245)
2.11.8 SCR_hit_key (file s_dos.c:295)
2.11.9 SCR_lock_screen (file s_lock.c:20)
2.11.10 SCR_term_vkey (file s_dos.c:32)
2.11.11 SCR_cursor_on (file s_dos.c:133)
2.11.12 SCR_cursor_off (file s_dos.c:146)
2.11.13 SCR_cursor_move (file s_dos.c:169)
2.11.14 SCR_cursor_size (file s_dos.c:196)
2.11.15 SCR_clear_key (file s_getkey.c:400)
2.12 Fonctions de gestion de l'écran
2.12.1 SCR_alloc_image (file s_imallc.c:12)
2.12.2 SCR_save_image (file s_image.c:77)
2.12.3 SCR_extract_image (file s_image.c:14)
2.12.4 SCR_copy_image (file s_image.c:172)
2.12.5 SCR_display_image (file s_image.c:107)
2.12.6 SCR_free_image (file s_imallc.c:45)
2.12.7 SCR_write_center (file s_wri.c:11)
2.12.8 SCR_print_screen (file s_prtscr.c:118)
2.12.9 SCR_hline (file s_box.c:89)
2.12.10 SCR_vline (file s_box.c:106)
2.12.11 SCR_box (file s_box.c:171)
2.12.12 SCR_box_attrs (file s_edbox.c:175)
2.12.13 SCR_fill (file s_box.c:203)
2.12.14 SCR_auto_table (file s_box.c:240)
2.12.15 SCR_shadow (file s_box.c:343)
2.12.16 SCR_invert_attr (file s_misc.c:14)
2.12.17 SCR_dim_attr (file s_misc.c:36)
2.13 Fonctions d'affichage de scrollbar
2.13.1 SB_init (file s_sbar.c:32)
2.13.2 SB_set (file s_sbar.c:84)
2.14 Fonctions de gestion des PRINTER
2.14.1 PR_set_name (file s_prtnam.c:21)
2.14.2 PR_set_device (file s_prtdev.c:30)
2.14.3 PR_set_size (file s_prtsiz.c:17)
2.14.4 PR_select (file s_prt.c:210)
2.14.5 PR_send (file s_prt.c:151)
2.14.6 PR_error (file s_prterr.c:18)
2.14.7 PR_page (file s_prtpg.c:23)
2.14.8 PR_cr (file s_prt.c:391)
2.14.9 PR_down (file s_prtmv.c:9)
2.14.10 PR_up (file s_prtmv.c:27)
2.14.11 PR_left (file s_prtmv.c:44)
2.14.12 PR_right (file s_prtmv.c:62)
2.14.13 PR_goto (file s_prt.c:413)
2.14.14 PR_page_clf (file s_prtpg.c:92)
2.14.15 PR_string (file s_prtstr.c:28)
2.14.16 PR_char (file s_prt.c:436)
2.14.17 PR_formfeed (file s_prt.c:465)
2.14.18 PR_linefeed (file s_prt.c:482)
2.14.19 PR_lf (file s_prt.c:499)
2.14.20 PR_bold (file s_prtatr.c:16)
2.14.21 PR_enlarged (file s_prtatr.c:34)
2.14.22 PR_condensed (file s_prtatr.c:52)
2.14.23 PR_underline (file s_prtatr.c:69)
2.14.24 PR_normal (file s_prtatr.c:87)
2.14.25 PR_pg_tab (file s_prttab.c:11)
2.14.26 PR_tab (file s_prttab.c:34)
2.14.27 PR_vtab (file s_prttab.c:64)
2.14.28 PR_block (file s_prt.c:517)
2.14.29 PR_utitle (file s_prt.c:544)
2.14.30 PR_TITLE
2.14.31 PR_mail (file s_prmail.c:407)
2.14.32 PR_mail_col (file s_prmail.c:224)
2.14.33 PR_file (file s_prfile.c:105)
2.14.34 PR_file_col (file s_prfile.c:167)
2.14.35 PR_listing (file s_prlist.c:300)
2.14.36 PR_listing_0 (file s_prlist.c:73)
2.14.37 PR_listing_1 (file s_prlist.c:165)
2.14.38 PR_listing_eop (file s_prlist.c:122)
2.14.39 PR_label_select (file s_prlab.c:31)
2.14.40 PR_label_pg (file s_prlab.c:73)
2.14.41 PR_label_file (file s_prlab.c:98)
2.14.42 PR_label_send (file s_prlab.c:125)
2.15 Fonctions de définition des PRTDEV
2.15.1 SCR_ReadPrts (file s_rprdev.c:77)
2.15.2 SCR_FreePrts (file s_rprdev.c:168)
2.15.3 Définition de la structure PRTDEV
2.16 Fonctions de gestion de profile
2.16.1 SCR_prof_open (file s_prof.c:221)
2.16.2 SCR_prof_save (file s_prof.c:114)
2.16.3 SCR_prof_load (file s_prof.c:391)
2.16.4 SCR_prof_save_pwd (file s_prof.c:47)
2.16.5 SCR_prof_load_pwd (file s_prof.c:286)
2.16.6 SCR_prof_reset (file s_prof.c:423)
2.17 Fonctions de gestion des helps
2.17.1 HLP_find (file s_hlp.c:255)
2.17.2 HLP_edit (file s_hlp.c:319)
2.18 Fonctions de gestion de directory
2.18.1 SCR_stat (file s_dirsta.c:201)
2.18.2 SCR_getcwd (file s_dircwd.c:34)
2.18.3 SCR_fullpath (file s_dirfp.c:31)
2.18.4 SCR_relpath (file s_dirrp.c:31)
2.18.5 SCR_dir_edit_1 (file s_dired.c:51)
2.18.6 SCR_dir_edit (file s_dired.c:129)
2.18.7 SCR_dir_select (file s_dired.c:178)
2.18.8 SCR_is_dir (file s_dirrd.c:319)
2.18.9 SCR_opendir (file s_dirrd.c:382)
2.18.10 SCR_closedir (file s_dirrd.c:558)
2.18.11 SCR_readdir (file s_dirrd.c:516)
2.18.12 SCR_dir (file s_dirtbl.c:201)
2.18.13 SCR_mode_fmt (file s_dirfmt.c:43)
2.18.14 SCR_dir_join (file s_dirj.c:19)
2.18.15 SCR_split_dir (file s_dirspd.c:20)
2.18.16 SCR_split_name (file s_dirspn.c:35)
2.18.17 SCR_dir_std (file s_dirstd.c:17)
2.19 Fonctions de calcul d'adresses et de numéros d'objets
2.19.1 SCR_find_ptr_nu (file s_fltnu.c:15)
2.19.2 SCR_PTR
2.19.3 SCR_find_ptr_name (file s_fltnam.c:16)
2.19.4 PG_read (file s_runc.c:43)
2.19.5 AB_read (file s_runc.c:107)
2.19.6 AP_read (file s_runc.c:123)
2.19.7 MN_read (file s_runc.c:148)
2.19.8 IS_read (file s_runc.c:173)
2.19.9 MP_read (file s_runc.c:189)
2.19.10 BC_read (file s_runc.c:205)
2.19.11 ACT_read (file s_runc.c:221)
2.19.12 PR_read (file s_runc.c:237)
2.19.13 FNK_read (file s_runc.c:253)
2.19.14 TP_read (file s_runc.c:59)
2.19.15 TB_read (file s_runc.c:75)
2.20 Fonctions non classées ailleurs
2.20.1 SCR_current_auto_num (file s_isnum.c:289)
2.20.2 SCR_current_auto_num_isam (file s_anum.c:61)
2.20.3 SCR_auto_num (file s_anum.c:75)
2.20.4 SCR_set_auto_num (file s_anum.c:96)
2.20.5 ScrGetAutoNum (file s_anum.c:37)
2.20.6 ScrIncrAutoNum (file s_anum.c:121)
2.20.7 ScrSetAutoNum (file s_anum.c:164)
2.20.8 SC_init_display (file s_scincr.c:23)
2.20.9 SC_end_display (file s_scincr.c:66)
2.20.10 SC_incr_display (file s_scincr.c:96)
2.20.11 SC_hit_key (file s_scincr.c:120)
2.20.12 SCR_get_tty (file s_uname.c:96)
2.20.13 SCR_get_uname (file s_uname.c:54)
2.20.14 SCR_auto_term (file s_drvget.c:67)
2.20.15 SCR_get_term (file s_drvget.c:23)
2.20.16 Debug (file s_debug.c:71)
2.20.17 DebugHexa (file s_debug.c:266)
2.20.18 DebugB (file s_debug.c:124)
2.20.19 DebugE (file s_debug.c:155)
2.20.20 DebugET (file s_debug.c:216)
2.20.21 DebugEn (file s_debug.c:186)
2.20.22 DebugFile (file s_debug.c:299)
2.20.23 DebugFileHexa (file s_debug.c:336)
2.20.24 DebugFilename
2.20.25 DebugActif
2.21 Fonctions d'erreurs et de messages
2.21.1 PG_display_file (file s_dispf.c:98)
2.21.2 PG_display_info (file s_pginfo.c:8)
2.21.3 PG_display_error (file s_pgcr.c:34)
2.21.4 PG_v3_display_error (file s_pgcro.c:39)
2.21.5 SCR_confirme (file s_pgcnf.c:36)
2.21.6 SCR_v3_confirme (file s_pgcnfo.c:44)
2.21.7 SCR_MessageBox (file s_msgbox.c:51)
2.21.8 SCR_MessageBox1 (file s_msgbox.c:75)
2.22 Fonctions liées aux commmentaires
2.22.1 SCR_comment (file s_cmt.c:15)
2.22.2 SCR_scmt_txt (file s_cmts.c:19)
2.22.3 SCR_scmt_add_key (file s_cmts.c:57)
2.22.4 SCR_scmt_set_keys (file s_cmts.c:87)
2.22.5 SCR_scmt_display (file s_cmtsed.c:29)
2.22.6 SCR_scmt_free (file s_cmts.c:33)
2.23 Variables Globales
2.23.1 SCR_PAGE_SIZE
2.23.2 SCR_LANGUAGE
2.23.3 SCR_TERM
2.23.4 SCR_INS_TGL
2.23.5 SCR_USER_CATG
2.23.6 SCR_CLOCK_POS
2.23.7 SCR_MEM_POS
2.23.8 SCR_KEY_POS
2.23.9 SCR_TMP_IMAGE
2.23.10 SCR_LKEY
2.23.11 SCR_FILL_SCREEN
2.23.12 SCR_CMT_FILE
2.23.13 SCR_NAME_SCR
2.23.14 SCR_NAME_ERR
2.23.15 SCR_LOCK_TIME
2.23.16 SCR_LOCK_TXT
2.23.17 HLP_NAME
2.23.18 PR_DOCNAME
2.23.19 PG_EXEC_DISP_FN
2.23.20 SCR_DISP_MIN32
2.23.21 SCR_EXEC_BEGIN_IN_DISP
2.23.22 SCR_vers_done
2.23.23 SCR_msgbox_line
2.23.24 SCR_msgbox_nc
2.23.25 SCR_ERR_LANG
2.23.26 SCR_ERR_FILE_NB
2.23.27 SCR_SCR_FILE_NB
2.23.28 SCR_CMT_FILE_NB
2.23.29 SCR_sDECIMAL
2.23.30 SCR_DFT_SET_TODAY
2.23.31 SCR_BC_RESET_APG
2.23.32 SCR_APPLYCMP_IFEMPTY
2.23.33 SCR_Y2K
2.23.34 SCR_Y2K_PIVOT
2.23.35 WSCR_AUTO_QUIT
2.23.36 SCR_MODE_SQL
3. La librairie scr4i
3.1 Gestion des bases de données
3.1.1 IS_create_dbase (file s_isdb.c:29)
3.1.2 IS_delete_dbase (file s_isdb.c:42)
3.1.3 IS_rebuild_dbase (file s_isdb.c:61)
3.1.4 IS_set_name (file s_isam.c:947)
3.1.5 IS_dup (file s_isam.c:863)
3.1.6 IS_free_dup (file s_isam.c:917)
3.1.7 IS_dup_dbase (file s_iscp.c:156)
3.2 Ouverture et fermeture des ISAMS
3.2.1 IS_init_database (file s_db.c:20)
3.2.2 IS_end_database (file s_db.c:125)
3.2.3 IS_open_files (file s_isvarg.c:21)
3.2.4 IS_close_files (file s_isvarg.c:64)
3.2.5 IS_check_open (file s_isvarg.c:105)
3.2.6 IS_check_table_exist (file s_db.c:761)
3.2.7 IS_check_table_exist_nois (file s_db.c:1103)
3.3 Recherche et écriture dans un ISAM
3.4 Manipulation des champs des ISAMS
3.4.1 IS_get_field (file s_isutil.c:38)
3.4.2 IS_get_vfield (file s_vfld.c:161)
3.4.3 IS_get_len_vfield (file s_vfld.c:112)
3.4.4 IS_get_read_field (file s_isutil.c:68)
3.4.5 IS_set_field (file s_isutil.c:98)
3.4.6 IS_set_vfield (file s_vfld.c:4)
3.4.7 IS_empty_rec (file s_isutil.c:247)
3.4.8 IS_empty_field (file s_isutil.c:272)
3.5 Scan d'un ISAM
3.5.1 PG_scan_isam (file s_scact.c:21)
3.5.2 SC_scan_page (file s_scpage.c:164)
3.5.3 SC_scan_page_gn (file s_scpage.c:122)
3.5.4 SC_scan_isam (file s_scan.c:233)
3.5.5 SC_scan_isam_gn (file s_scan.c:119)
3.5.6 SC_check_pg_crec (file s_scpage.c:205)
3.5.7 SC_check_crec (file s_scisck.c:24)
3.5.8 SC_set_isam_gn (file s_scset.c:59)
3.5.9 SC_set_page_gn (file s_scset.c:110)
3.5.10 IS_translate (file s_cpis.c:31)
3.5.11 IS_dump_rec (file s_isdmp.c:113)
3.5.12 IS_load_rec (file s_isld.c:18)
3.6 Liaison FIELDS (PAGES) - FIELDS (ISAMS)
3.6.1 SCR_apply_cmp (file s_cmp.c:25)
3.6.2 SCR_apply_all_cmp (file s_cmp.c:146)
3.6.3 SCR_display_cmp (file s_cmp.c:208)
3.6.4 SCR_display_all_cmp (file s_cmp.c:186)
3.7 Liaison PAGE-ISAM
3.7.1 SCR_next_rec (file s_actis.c:44)
3.7.2 SCR_prev_rec (file s_actis.c:73)
3.7.3 SCR_delete_rec (file s_actis.c:102)
3.7.4 SCR_modify_rec (file s_ediscr.c:55)
3.7.5 SCR_search_rec (file s_actis.c:438)
3.7.6 SCR_pg_create_rec (file s_actis.c:18)
3.7.7 PG_create_rec (file s_ediscr.c:88)
3.7.8 PG_edit_isam (file s_edis.c:15)
3.8 Liaison BC-ISAM
3.8.1 BC_edit_isam (file s_bcd.c:14)
3.8.2 BC_edis_create (file s_bcd.c:78)
3.8.3 BC_nb_lbcs (file s_bcis.c:127)
3.8.4 BC_get_lbc_field (file s_bcis.c:191)
3.8.5 BC_lbc_rec (file s_bcis.c:143)
3.8.6 BC_lpg_rec (file s_bcis.c:164)
3.9 Liaison MPAGE-ISAM
3.9.1 MP_rebuild_buf (file s_mpis.c:643)
3.9.2 MP_edit_isam (file s_mpd.c:24)
3.9.3 MP_set_ref (file s_mpref.c:42)
3.9.4 MP_set_index (file s_mpis.c:821)
3.9.5 MP_set_cond (file s_mpis.c:837)
3.9.6 MP_set_isam (file s_mpis.c:800)
3.10 Liaison A_BAR-ISAM
3.10.1 AB_edit_isam (file s_abis.c:22)
3.10.2 BCAB_edit_isam (file s_bcab.c:21)
3.11 Liaison APPL-ISAM
3.12 Erreurs dans les ISAMS
4. Fonctions internes : syntaxe
4.1 scr4o : syntax of functions
4.1.1 ISC_StartAllTimer (file s_dbcgnl.c:3186)
4.1.2 ISC_StopAllTimer (file s_dbcgnl.c:3194)
4.1.3 ISC_access (file s_dbcgnl.c:391)
4.1.4 ISC_chdir (file s_dbcgnl.c:1852)
4.1.5 ISC_chmod (file s_dbcgnl.c:2748)
4.1.6 ISC_close_all_connect (file s_dbcgnl.c:3177)
4.1.7 ISC_copy_1file (file s_dbcgnl.c:2049)
4.1.8 ISC_copy_1file_pause (file s_dbcgnl.c:2502)
4.1.9 ISC_copy_1file_resume (file s_dbcgnl.c:2147)
4.1.10 ISC_copy_1file_resume_2 (file s_dbcgnl.c:2345)
4.1.11 ISC_create_dirs (file s_dbcgnl.c:2537)
4.1.12 ISC_dir (file s_dbcgnl.c:1607)
4.1.13 ISC_dir_ex (file s_dbcgnl.c:1781)
4.1.14 ISC_dir_ex_fn (file s_dbcgnl.c:1708)
4.1.15 ISC_end (file s_dbcgnl.c:156)
4.1.16 ISC_fclose (file s_dbcgnl.c:1013)
4.1.17 ISC_feof (file s_dbcgnl.c:1293)
4.1.18 ISC_fflush (file s_dbcgnl.c:1205)
4.1.19 ISC_flock (file s_dbcgnl.c:1322)
4.1.20 ISC_fopen (file s_dbcgnl.c:957)
4.1.21 ISC_fprintf (file s_dbcgnl.c:2568)
4.1.22 ISC_fread (file s_dbcgnl.c:1049)
4.1.23 ISC_fseek (file s_dbcgnl.c:1241)
4.1.24 ISC_ftell (file s_dbcgnl.c:1267)
4.1.25 ISC_fullpath (file s_dbcgnl.c:2802)
4.1.26 ISC_funlock (file s_dbcgnl.c:1353)
4.1.27 ISC_fwrite (file s_dbcgnl.c:1094)
4.1.28 ISC_getaccess (file s_dbcgnl.c:2649)
4.1.29 ISC_getc (file s_dbcgnl.c:1157)
4.1.30 ISC_getcrc32 (file s_dbcgnl.c:886)
4.1.31 ISC_getcrc32_lg (file s_dbcgnl.c:840)
4.1.32 ISC_getcwd (file s_dbcgnl.c:2846)
4.1.33 ISC_getdate (file s_dbcgnl.c:2615)
4.1.34 ISC_gettime (file s_dbcgnl.c:2585)
4.1.35 ISC_init (file s_dbcgnl.c:72)
4.1.36 ISC_init2 (file s_dbcgnl.c:108)
4.1.37 ISC_local_copy (file s_dbcgnl.c:487)
4.1.38 ISC_mkdir (file s_dbcgnl.c:1808)
4.1.39 ISC_mstat_ex (file s_dbcgnl.c:813)
4.1.40 ISC_mstat_ex_fn (file s_dbcgnl.c:727)
4.1.41 ISC_putc (file s_dbcgnl.c:1381)
4.1.42 ISC_read_line (file s_dbcgnl.c:2010)
4.1.43 ISC_rename (file s_dbcgnl.c:439)
4.1.44 ISC_rmdir (file s_dbcgnl.c:1895)
4.1.45 ISC_set_debug_name (file s_dbcgnl.c:2882)
4.1.46 ISC_set_file_time (file s_dbcgnl.c:2694)
4.1.47 ISC_set_vars_gnl (file s_dbcgnl.c:186)
4.1.48 ISC_setcwd (file s_dbcgnl.c:2866)
4.1.49 ISC_starttimer (file s_dbcgnl.c:3203)
4.1.50 ISC_stat (file s_dbcgnl.c:579)
4.1.51 ISC_stat_ex (file s_dbcgnl.c:657)
4.1.52 ISC_stoptimer (file s_dbcgnl.c:3218)
4.1.53 ISC_system (file s_dbcgnl.c:1437)
4.1.54 ISC_ungetc (file s_dbcgnl.c:1129)
4.1.55 ISC_unlink (file s_dbcgnl.c:533)
4.1.56 ISC_wait (file s_dbcgnl.c:1531)
4.1.57 ISC_winexec (file s_dbcgnl.c:1484)
4.1.58 IS_end_database_1 (file s_dbcgnl.c:3142)
4.1.59 SCR_add_flt_ptr (file s_flt.c:62)
4.1.60 SCR_realloc_filetable (file s_flt.c:6)
4.1.61 SCR_replace_alias (file s_dbcgnl.c:2915)
4.1.62 SCR_replace_group (file s_dbcgnl.c:3007)
4.1.63 SCR_replace_txt_file (file s_dbcgnl.c:3107)
4.1.64 SCR_statdir401_2_last (file s_dbcgnl.c:631)
4.1.65 SCR_statdirPRE458_2_last (file s_dbcgnl.c:625)
4.1.66 WscrChooseColor (file s_wcomdl.c:27)
4.1.67 WscrChooseFont (file s_wcomdl.c:175)
4.1.68 WscrGetFilename (file s_wcomdl.c:106)
4.2 scr4i : syntax of functions

Copyright © 1998-2015 Jean-Marc Paul and Bernard PAUL - Envoyez vos remarques ou commentaires à bernard@xon.be