Searched refs:getout (Results 1 - 23 of 23) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A Dvimtutor36 getout=no
37 mkdir $tmpdir || getout=yes
39 if test $getout = yes; then
H A Dmain.c897 getout(1);
1301 getout(exitval); /* exit Vim properly */
1308 getout(exitval) function
2560 getout(1);
2626 getout(1);
2743 getout(1);
3332 getout(1);
H A Dos_win32.c4526 goto getout;
4550 goto getout;
4567 goto getout;
4580 goto getout;
4607 goto getout;
4612 getout:
H A Dnetbeans.c395 getout(1);
405 getout(1);
854 getout(0);
H A Dex_docmd.c6381 getout(0);
6399 getout(1); /* this does not always pass on the exit code to the Manx
6434 getout(0);
6786 getout(0);
H A Dgui_riscos.c1596 getout(0);
H A Dui.c1835 getout(0);
H A Dbuffer.c110 getout(2);
H A Dgui.c662 getout(0);
H A Dmemline.c1154 getout(1);
H A Dos_unix.c1101 getout(1);
H A Dex_cmds.c2926 getout(0); /* exit Vim */
/macosx-10.10.1/curl-83.1.2/curl/src/
H A Dtool_sdecls.h98 * A linked list of these 'getout' nodes contain URL's to fetch,
103 struct getout { struct
104 struct getout *next; /* next one */
H A Dtool_cfgable.h103 struct getout *url_list; /* point to the first node */
104 struct getout *url_last; /* point to the last/current node */
105 struct getout *url_get; /* point to the node to fill in URL */
106 struct getout *url_out; /* point to the node to fill in outfile */
H A Dtool_paramhlp.h26 struct getout *new_getout(struct OperationConfig *config);
H A Dtool_operhlp.c39 struct getout *next;
40 struct getout *node = config->url_list;
H A Dtool_cfgable.c46 struct getout *urlnode;
86 struct getout *next = urlnode->next;
H A Dtool_paramhlp.c40 struct getout *new_getout(struct OperationConfig *config)
42 struct getout *node = calloc(1, sizeof(struct getout));
43 struct getout *last = config->url_last;
H A Dtool_getparam.c720 struct getout *url;
1511 struct getout *url;
1648 struct getout *url;
H A Dtool_metalink.c799 struct getout *url;
H A Dtool_operate.c195 struct getout *urlnode;
/macosx-10.10.1/vim-55/src/proto/
H A Dmain.pro4 void getout __ARGS((int exitval));
/macosx-10.10.1/shell_cmds-179/printf/
H A Dprintf.c254 int getout; local
265 getout = escape(p, 0, &len);
274 if (getout)

Completed in 263 milliseconds