Searched refs:fcn (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/lib/libc/i386/sys/
H A Di386_vm86.c35 i386_vm86(int fcn, void *data) argument
39 p.sub_op = fcn;
/freebsd-13-stable/sys/ddb/
H A Ddb_variables.h48 db_varfcn_t *fcn; member in struct:db_variable
H A Ddb_variables.c110 db_varfcn_t *func = vp->fcn;
122 db_varfcn_t *func = vp->fcn;
H A Dddb.h114 db_cmdfcn_t *fcn; /* function to call */ member in struct:command
133 .fcn = _func, \
H A Ddb_command.c482 (*cmd->fcn)(addr, have_addr, count, modif);
/freebsd-13-stable/usr.bin/cut/
H A Dcut.c81 int (*fcn)(FILE *, const char *);
87 fcn = NULL;
137 fcn = f_cut;
139 fcn = MB_CUR_MAX > 1 ? c_cut : b_cut;
141 fcn = nflag && MB_CUR_MAX > 1 ? b_n_cut : b_cut;
147 rval |= fcn(stdin, "stdin");
154 fcn(fp, *argv);
159 rval = fcn(stdin, "stdin");
/freebsd-13-stable/contrib/one-true-awk/
H A Drun.c231 int freed = 0; /* handles potential double freeing when fcn & param share a tempcell */
234 Cell *y, *z, *fcn; local
237 fcn = execute(a[0]); /* the function itself */
238 s = fcn->nval;
239 if (!isfcn(fcn))
248 ndef = (int) fcn->fval; /* args in defn */
282 fp->fcncell = fcn;
288 y = execute((Node *)(fcn->sval)); /* execute body */
315 tempfree(fcn);

Completed in 185 milliseconds