expand.c | 111 STATIC void recordregion(int, int, int); 380 recordregion(expdest - stackblock() - 1, 607 recordregion(begoff, begoff + q - 1 - expdest, 0); 719 recordregion(startloc, dest - stackblock(), 0); 1124 recordregion(startloc, expdest - stackblock(), 1340 recordregion(int start, int end, int inquotes) function in typeref:typename:STATIC void 1344 VTRACE(DBG_EXPAND, ("recordregion(%d,%d,%d)\n", start, end, inquotes)); 1369 * searched for IFS characters have been stored by recordregion.
|