Lines Matching refs:need
285 // count-1, so need to add one to distinguish from unused. The probe sequence
1062 // TODO FIXME need better diags for bad tokens!
2671 #define FIELDS_MAX 102400 // Was 1024; need more for toybox awk test
2706 // Do not need format here b/c k is integer, uses "%lld" format.
2863 // If it's 0, need to rebuild the TT.fields 1... n.
2864 // If it's non-0, need to rebuild field 0.
3477 regoff_t need = SLEN(v) + 1; // capacity needed for result string
3480 need += SLEN(repl) + (eo - so) * (namps - 1);
3488 struct zstring *z = xzalloc(sizeof(*z) + need);
3489 z->capacity = need;
3799 ////// FIXME refcnt -- prob. don't need to copy from TT.stack?
4016 int t = get_set_logical(); // FIXME only need to get, not set
4061 t = get_set_logical(); // FIXME only need to get, not set
4069 t = get_set_logical(); // FIXME only need to get, not set
4077 // TODO FIXME do we need NO_EXIT_STATUS at all? Just use 0?