Searched refs:endch (Results 1 - 5 of 5) sorted by relevance

/osnet-11/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;
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dmacro.c433 * Process the characters up to <endch> or end of input string
435 static void copyto(register Mac_t *mp,int endch, int newquote) argument
520 else if(mp->split && endch && !mp->quote && !mp->lit)
537 if(n==S_ENDCH && *cp!=endch)
589 if(mp->split && !mp->quote && endch)
642 if((mp->lit || cp[-1]!=endch || mp->quote!=newquote))
644 if(endch==RBRACE && *cp==LPAREN && mp->pattern && brace)
649 if(mp->split && !mp->quote && !mp->lit && endch)
681 if(mp->split && endch && !mp->quote && !mp->lit)
701 if(mp->arith || (((mp->assign&1) || endch
[all...]

Completed in 20 milliseconds