Searched defs:endch (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dmvderwin.c61 short *begch, *endch, maxx; local
85 endch = win->_lastch;
86 for (y = 0; y <= maxy; ++y, ++wc, ++pc, ++begch, ++endch) {
89 *endch = maxx;
H A Dwbkgd.c56 short *begch, *endch; local
103 endch = win->_lastch;
104 for (y = win->_maxy-1; y >= 0; --y, ++begch, ++endch) {
119 *endch = maxx;
H A Dwinsdelln.c61 short x, y, quick, *begch, *endch; local
129 endch = win->_lastch;
165 endch[to] = endch[fr];
170 endch[to] = endx - 1;
H A Dwrefresh.c1145 short *begch, *endch, *begns; local
1153 endch = _virtscr->_lastch + wy;
1156 for (; wy >= topy; --wy, --begch, --endch, --begns) {
1157 if (*endch == _BLANK || (*begch >= scrco && *begns >= scrco))
1168 *endch = _BLANK;
/illumos-gate/usr/src/cmd/sh/
H A Dmacro.c45 copyto(unsigned char endch, int trimflag) argument
52 while ((c = getch(endch, trimflag)) != endch && c)
132 if (c != endch)
137 skipto(unsigned char endch) argument
144 while ((c = readwc()) && c != endch)
161 if (c != endch)
166 int getch(endch, trimflag)
167 unsigned char endch;
392 else if (d == endch)
[all...]
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dmacro.c424 * Process the characters up to <endch> or end of input string
426 static void copyto(register Mac_t *mp,int endch, int newquote) argument
510 else if(mp->split && endch && !mp->quote && !mp->lit)
527 if(n==S_ENDCH && *cp!=endch)
578 if(mp->split && !mp->quote && endch)
599 if((mp->lit || cp[-1]!=endch || mp->quote!=newquote))
601 if(endch==RBRACE && *cp==LPAREN && mp->pattern && brace)
606 if(mp->split && !mp->quote && !mp->lit && endch)
630 if(mp->split && endch && !mp->quote && !mp->lit)
650 if(mp->arith || (((mp->assign&1) || endch
[all...]
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c5035 char *endch; local
5048 rid = (uid_t)strtol(curr, &endch, 0);
5051 if (*endch != '\0')
5065 if (*endch != '\0')
5078 if (*endch != '\0') {
5085 if (*endch != '\0') {

Completed in 124 milliseconds