Home
last modified time | relevance | path

Searched refs:endch (Results 1 – 8 of 8) sorted by relevance

/titanic_51/usr/src/lib/libcurses/screen/
H A Dmvderwin.c61 short *begch, *endch, maxx; in mvderwin() local
85 endch = win->_lastch; in mvderwin()
86 for (y = 0; y <= maxy; ++y, ++wc, ++pc, ++begch, ++endch) { in mvderwin()
89 *endch = maxx; in mvderwin()
H A Dwinsdelln.c61 short x, y, quick, *begch, *endch; in winsdelln() local
129 endch = win->_lastch; in winsdelln()
165 endch[to] = endch[fr]; in winsdelln()
170 endch[to] = endx - 1; in winsdelln()
H A Dwbkgd.c56 short *begch, *endch; in wbkgd() local
103 endch = win->_lastch; in wbkgd()
104 for (y = win->_maxy-1; y >= 0; --y, ++begch, ++endch) { in wbkgd()
119 *endch = maxx; in wbkgd()
H A Dwrefresh.c1145 short *begch, *endch, *begns; in _getceod() local
1153 endch = _virtscr->_lastch + wy; in _getceod()
1156 for (; wy >= topy; --wy, --begch, --endch, --begns) { in _getceod()
1157 if (*endch == _BLANK || (*begch >= scrco && *begns >= scrco)) in _getceod()
1168 *endch = _BLANK; in _getceod()
/titanic_51/usr/src/cmd/sh/
H A Dmacro.c45 copyto(unsigned char endch, int trimflag) in copyto() argument
52 while ((c = getch(endch, trimflag)) != endch && c) in copyto()
132 if (c != endch) in copyto()
137 skipto(unsigned char endch) in skipto() argument
144 while ((c = readwc()) && c != endch) in skipto()
161 if (c != endch) in skipto()
166 int getch(endch, trimflag) in getch() argument
167 unsigned char endch; in getch()
392 else if (d == endch)
[all...]
/titanic_51/usr/src/lib/libshell/common/sh/
H A Dmacro.c426 static void copyto(register Mac_t *mp,int endch, int newquote) in copyto() argument
510 else if(mp->split && endch && !mp->quote && !mp->lit) in copyto()
527 if(n==S_ENDCH && *cp!=endch) in copyto()
578 if(mp->split && !mp->quote && endch) in copyto()
599 if((mp->lit || cp[-1]!=endch || mp->quote!=newquote)) in copyto()
601 if(endch==RBRACE && *cp==LPAREN && mp->pattern && brace) in copyto()
606 if(mp->split && !mp->quote && !mp->lit && endch) in copyto()
630 if(mp->split && endch && !mp->quote && !mp->lit) in copyto()
650 if(mp->arith || (((mp->assign&1) || endch==RBRACT) && in copyto()
721 if(n==S_BRACE && endch==0 && mp->pattern) in copyto()
[all …]
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dmacro.c436 * Process the characters up to <endch> or end of input string
438 static void copyto(register Mac_t *mp,int endch, int newquote) in copyto() argument
524 else if(mp->split && endch && !mp->quote && !mp->lit) in copyto()
541 if(n==S_ENDCH && *cp!=endch) in copyto()
593 if(mp->split && !mp->quote && endch) in copyto()
646 if((mp->lit || cp[-1]!=endch || mp->quote!=newquote)) in copyto()
648 if(endch==RBRACE && mp->pattern && brace) in copyto()
659 if(mp->split && !mp->quote && !mp->lit && endch) in copyto()
692 if(mp->split && endch && !mp->quote && !mp->lit) in copyto()
712 if(mp->arith || (((mp->assign&1) || endch in copyto()
[all...]
/titanic_51/usr/src/cmd/zfs/
H A Dzfs_main.c5033 char *endch; in construct_fsacl_list() local
5046 rid = (uid_t)strtol(curr, &endch, 0); in construct_fsacl_list()
5049 if (*endch != '\0') in construct_fsacl_list()
5063 if (*endch != '\0') in construct_fsacl_list()
5076 if (*endch != '\0') { in construct_fsacl_list()
5083 if (*endch != '\0') { in construct_fsacl_list()