Searched refs:globp (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_get.c56 while (!globp && c == CTRL('d'));
71 if (!globp && c == CTRL('d'))
109 if (globp) {
110 if (*globp)
111 return (*globp++);
112 globp = 0;
H A Dex.c532 if ((globp =
533 (unsigned char *) getenv("EXINIT")) && *globp) {
539 globp = 0;
606 globp = (unsigned char *)"recover";
608 globp = ivis ? (unsigned char *)"tag" :
623 globp = savepat;
626 globp = savepat = NULL;
637 globp = (unsigned char *)"next";
639 initev = globp;
640 else if (globp) {
[all...]
H A Dex_vmain.c92 oglobp = globp;
93 globp = initev;
856 oglobp = globp;
857 globp = (unsigned char *)"x";
1009 oglobp = globp;
1011 globp = (unsigned char *)"e! #";
1013 globp = (unsigned char *)"e #";
1024 oglobp = globp;
1025 globp = (unsigned char *) "pop";
1037 oglobp = globp;
[all...]
H A Dex_voper.c344 oglobp = globp;
348 globp = oglobp; local
798 oglobp = globp; CP(vutmp, genbuf); globp = vutmp;
819 globp = oglobp;
828 if (globp == 0)
829 globp = (unsigned char *)"";
831 --globp;
832 if (*globp == ';') {
834 globp
[all...]
H A Dex_cmdsub.c799 oglobp = globp;
802 globp = cmdbuf2;
806 globp = oglobp;
814 oglobp = globp;
815 globp = cmdbuf;
826 globp = oglobp;
927 oglobp = globp;
930 globp = cmdbuf2;
934 globp = oglobp;
942 oglobp = globp;
[all...]
H A Dex_io.c498 globp = (*firstpat) ? firstpat : (unsigned char *)"$";
851 saveglobp = globp;
852 peekc = 0; globp = 0;
890 globp = saveglobp;
996 globp = cmdbuf;
1006 globp = 0;
H A Dex_vops.c832 oglobp = globp; globp = genbuf + 1;
841 globp = oglobp;
844 ungetchar(d); globp = oglobp;
H A Dex_re.c79 unsigned char *oglobp = globp;
202 globp = globuf;
207 globp = oglobp;
473 if (!(globp && globp[0])) {
H A Dex_cmds2.c265 globp = vglobp = vmacp = 0;
H A Dex.h228 var unsigned char *globp; /* (Untyped) input string to command mode */ variable
H A Dex_cmds.c116 if (!hush && value(vi_PROMPT) && !globp &&
/illumos-gate/usr/src/cmd/ed/
H A Ded.c236 static char *globp; variable
465 globp = "e";
502 if (shflg && globp == 0)
754 substitute(globp != 0);
1285 if (globp)
1287 globp = 0;
1312 if (globp) {
1313 if ((lastc = (unsigned char)*globp++) != 0)
1315 globp = 0;
1332 gf = globp;
[all...]
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk1.c1622 int *globp) /* IN: occurence, 0 for all; OUT: substitutions */
1629 int glob, iglob = *globp, oglob = 0;
1730 *globp = oglob;
1617 int_regwdosuba(REGEXP rp, const wchar_t *rpl, const wchar_t *src, wchar_t **dstp, int len, int *globp) argument

Completed in 223 milliseconds