Searched refs:endch (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | mvderwin.c | 59 short *begch, *endch, maxx; in mvderwin() local 83 endch = win->_lastch; in mvderwin() 84 for (y = 0; y <= maxy; ++y, ++wc, ++pc, ++begch, ++endch) { in mvderwin() 87 *endch = maxx; in mvderwin()
|
H A D | winsdelln.c | 59 short x, y, quick, *begch, *endch; in winsdelln() local 127 endch = win->_lastch; in winsdelln() 163 endch[to] = endch[fr]; in winsdelln() 168 endch[to] = endx - 1; in winsdelln()
|
H A D | wbkgd.c | 54 short *begch, *endch; in wbkgd() local 101 endch = win->_lastch; in wbkgd() 102 for (y = win->_maxy-1; y >= 0; --y, ++begch, ++endch) { in wbkgd() 117 *endch = maxx; in wbkgd()
|
H A D | wrefresh.c | 1148 short *begch, *endch, *begns; in _getceod() local 1156 endch = _virtscr->_lastch + wy; in _getceod() 1159 for (; wy >= topy; --wy, --begch, --endch, --begns) { in _getceod() 1160 if (*endch == _BLANK || (*begch >= scrco && *begns >= scrco)) in _getceod() 1171 *endch = _BLANK; in _getceod()
|
/illumos-gate/usr/src/cmd/sh/ |
H A D | macro.c | 44 copyto(unsigned char endch, int trimflag) in copyto() argument 51 while ((c = getch(endch, trimflag)) != endch && c) in copyto() 131 if (c != endch) in copyto() 136 skipto(unsigned char endch) in skipto() argument 143 while ((c = readwc()) && c != endch) in skipto() 160 if (c != endch) in skipto() 165 int getch(endch, trimflag) in getch() argument 166 unsigned char endch; in getch() 391 else if (d == endch)
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | macro.c | 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==RBRACT) && in copyto() 788 if(n==S_BRACE && endch==0 && mp->pattern) in copyto() [all …]
|
/illumos-gate/usr/src/cmd/zfs/ |
H A D | zfs_main.c | 5451 char *endch; in construct_fsacl_list() local 5464 rid = (uid_t)strtol(curr, &endch, 0); in construct_fsacl_list() 5467 if (*endch != '\0') in construct_fsacl_list() 5481 if (*endch != '\0') in construct_fsacl_list() 5494 if (*endch != '\0') { in construct_fsacl_list() 5501 if (*endch != '\0') { in construct_fsacl_list()
|