Home
last modified time | relevance | path

Searched refs:scriptin (Results 1 – 25 of 46) sorted by relevance

12

/vim-8.2.3635/src/
H A Dgetchar.c1320 && scriptin[curscript] == NULL) in may_sync_undo()
1468 if (scriptin[curscript] != NULL) // already reading script in openscript()
1472 if ((scriptin[curscript] = mch_fopen((char *)NameBuff, READBIN)) == NULL) in openscript()
1512 while (scriptin[oldcurscript] != NULL); in openscript()
1531 fclose(scriptin[curscript]); in closescript()
1532 scriptin[curscript] = NULL; in closescript()
1541 while (scriptin[0] != NULL) in close_all_scripts()
1552 return scriptin[curscript] != NULL; in using_script()
3498 while (scriptin[curscript] != NULL && script_char < 0 in inchar()
3508 if (got_int || (script_char = getc(scriptin[curscript])) < 0) in inchar()
H A Dmain.c1054 && scriptin[curscript] == NULL in is_safe_now()
2448 if (scriptin[0] != NULL) in command_line_scan()
2458 if ((scriptin[0] = mch_fopen(argv[0], READBIN)) == NULL) in command_line_scan()
2716 if (scriptin[0] == NULL) in check_tty()
H A Dmisc1.c760 if (!(stuff_empty() && typebuf.tb_len == 0 && scriptin[curscript] == NULL)) in f_state()
H A Dglobals.h1220 EXTERN FILE *scriptin[NSCRIPT]; // streams to read script from variable
/vim-8.2.3635/runtime/doc/
H A Dvim.man242 -s {scriptin}
243 The script file {scriptin} is read. The characters in the
245 can be done with the command ":source! {scriptin}". If the
H A Dstarting.txt545 -s {scriptin} The script file "scriptin" is read. The characters in the
547 be done with the command ":source! {scriptin}". If the end
H A Dvi_diff.txt1269 -s {scriptin} Vim: Read from script file {scriptin}; only when not in Ex
H A Dquickref.txt1211 |-s| -s {scriptin} first read commands from the file {scriptin}
/vim-8.2.3635/src/po/
H A Dzh_TW.UTF-8.po2454 msgid "-s <scriptin>\tRead Normal mode commands from file <scriptin>"
2455 msgstr "-s <scriptin>\t從 <scriptin> 讀入一般模式命令"
H A Dzh_CN.cp936.po2843 msgid "-s <scriptin>\tRead Normal mode commands from file <scriptin>"
2844 msgstr "-s <scriptin>\t���ļ� <scriptin> ��������ģʽ������"
H A Dzh_CN.po2844 msgid "-s <scriptin>\tRead Normal mode commands from file <scriptin>"
2845 msgstr "-s <scriptin>\t���ļ� <scriptin> ��������ģʽ������"
H A Dzh_TW.po2447 msgid "-s <scriptin>\tRead Normal mode commands from file <scriptin>"
2448 msgstr "-s <scriptin>\t�q <scriptin> Ū�J�@��Ҧ��R�O"
H A Dzh_CN.UTF-8.po2843 msgid "-s <scriptin>\tRead Normal mode commands from file <scriptin>"
2844 msgstr "-s <scriptin>\t从文件 <scriptin> 读入正常模式的命令"
H A Dja.euc-jp.po3043 msgid "-s <scriptin>\tRead Normal mode commands from file <scriptin>"
3044 msgstr "-s <scriptin>\t�ե����� <scriptin> ����Ρ��ޥ륳�ޥ�ɤ��ɹ���"
H A Dko.UTF-8.po3084 msgid "-s <scriptin>\tRead Normal mode commands from file <scriptin>"
3085 msgstr "-s <scriptin>\t<scriptin> 파일에서 Normal 상태 명령 읽기"
H A Dja.po3043 msgid "-s <scriptin>\tRead Normal mode commands from file <scriptin>"
3044 msgstr "-s <scriptin>\tファイル <scriptin> からノーマルコマンドを読込む"
H A Dko.po3084 msgid "-s <scriptin>\tRead Normal mode commands from file <scriptin>"
3085 msgstr "-s <scriptin>\t<scriptin> ���Ͽ��� Normal ���� ��� �б�"
H A Dja.sjis.po3043 msgid "-s <scriptin>\tRead Normal mode commands from file <scriptin>"
3044 msgstr "-s <scriptin>\t�t�@�C�� <scriptin> ����m�[�}���R�}���h��Ǎ���"
H A Dvi.po2450 msgid "-s <scriptin>\tRead Normal mode commands from file <scriptin>"
2452 "-s <scriptin>\tĐọc các lệnh của chế độ Thông thường từ tập tin <scriptin>"
H A Dpl.UTF-8.po3065 msgid "-s <scriptin>\tRead Normal mode commands from file <scriptin>"
3066 msgstr "-s <scriptin>\tWczytuj komendy trybu normalnego z pliku <scriptin>"
H A Dpl.cp1250.po3065 msgid "-s <scriptin>\tRead Normal mode commands from file <scriptin>"
3066 msgstr "-s <scriptin>\tWczytuj komendy trybu normalnego z pliku <scriptin>"
H A Dpl.po3065 msgid "-s <scriptin>\tRead Normal mode commands from file <scriptin>"
3066 msgstr "-s <scriptin>\tWczytuj komendy trybu normalnego z pliku <scriptin>"
H A Des.po3024 msgid "-s <scriptin>\tRead Normal mode commands from file <scriptin>"
3026 "-s <scriptin>\tLeer las órdenes en modo Normal del archivo "
H A Dcs.cp1250.po2238 msgid "-s <scriptin>\tRead Normal mode commands from file <scriptin>"
/vim-8.2.3635/src/testdir/
H A Dtest_startup.vim1113 " Test for the "-s scriptin" argument

12