Lines Matching refs:first
739 // On first entry, TT.scs->p points to progstring if any, or null string.
1681 // On entry: CURTOK() is first token of expression
1813 // CURTOK() holds first token of right operand.
1888 // On entry: TT.scs has first symbol of expression, e.g. var, number, string,
2142 static int valid_for_array_iteration(int first, int last)
2144 return ZCODE[first] == tkvar && ZCODE[first + 2] == tkvar
2145 && ZCODE[first + 4] == tkin && ZCODE[first + 5] == opdrop
2146 && first + 5 == last;
2470 optional_nl_or_semi(); // Does posix allow NL or ; before first rule?
2761 // be the rest of the record (all of it if first time through).
3225 // So first, remove all map data to prevent memory leak. BUG FIX // 2024-02-13.
3454 // first instance of the extended regular expression ERE in string 'in'