Home
last modified time | relevance | path

Searched refs:fcn (Results 1 – 8 of 8) sorted by relevance

/src/usr.bin/cut/
H A Dcut.c72 int (*fcn)(FILE *, const char *); in main() local
78 fcn = NULL; in main()
128 fcn = f_cut; in main()
130 fcn = MB_CUR_MAX > 1 ? c_cut : b_cut; in main()
132 fcn = nflag && MB_CUR_MAX > 1 ? b_n_cut : b_cut; in main()
138 rval |= fcn(stdin, "stdin"); in main()
145 fcn(fp, *argv); in main()
150 rval = fcn(stdin, "stdin"); in main()
/src/lib/libsys/i386/
H A Di386_vm86.c32 i386_vm86(int fcn, void *data) in i386_vm86() argument
36 p.sub_op = fcn; in i386_vm86()
/src/sys/ddb/
H A Ddb_variables.c107 db_varfcn_t *func = vp->fcn; in db_read_variable()
119 db_varfcn_t *func = vp->fcn; in db_write_variable()
H A Ddb_variables.h46 db_varfcn_t *fcn; member
H A Dddb.h124 db_cmdfcn_t *fcn; /* function to call */ member
148 .fcn = _func, \
H A Ddb_command.c84 .fcn = (_func), \
91 .fcn = NULL, \
508 (*cmd->fcn)(addr, have_addr, count, modif); in db_command()
/src/contrib/one-true-awk/
H A Drun.c237 Cell *y, *z, *fcn; in call() local
240 fcn = execute(a[0]); /* the function itself */ in call()
241 s = fcn->nval; in call()
242 if (!isfcn(fcn)) in call()
251 ndef = (int) fcn->fval; /* args in defn */ in call()
284 frp->fcncell = fcn; in call()
290 y = execute((Node *)(fcn->sval)); /* execute body */ in call()
317 tempfree(fcn); in call()
/src/contrib/one-true-awk/testdir/
H A DT.misc110 grep "can't use function foo" foo >/dev/null || echo 1>&2 "BAD: T.misc fcn args"