HomeSort by: relevance | last modified time | path
    Searched defs:nts (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/kern/
kern_turnstile.c 132 turnstile_t *nts; local in function:turnstile_remove
140 if ((nts = ts->ts_free) != NULL) {
142 l->l_ts = nts;
143 ts->ts_free = nts->ts_free;
144 nts->ts_free = NULL;
  /src/lib/libform/
field.c 894 _formi_tab_t *ts, *nts; local in function:free_field
910 nts = ts->fwd;
912 ts = nts;
  /src/usr.bin/xlint/lint1/
tree.c 3905 const char *nts, *ots; local in function:convert_pointer_from_pointer
3907 *(nst == FUNC ? &nts : &ots) = "function pointer";
3908 *(nst == VOID ? &nts : &ots) = "'void *'";
3910 warning(303, ots, nts);

Completed in 34 milliseconds