Searched refs:doinsert (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | idlok.c | 205 _do_idln(int tsy, int bsy, int idn, int doinsert) in _do_idln() argument 228 if (doinsert) { in _do_idln()
|
/titanic_41/usr/src/lib/libc/port/locale/ |
H A D | regcomp.c | 108 static void doinsert(struct parse *p, sop op, size_t opnd, sopno pos); 149 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos) 1273 doinsert(struct parse *p, sop op, size_t opnd, sopno pos) in doinsert() function
|