Searched refs:mkentry (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/usr.bin/lex/
H A Dtblcmp.c38 void mkentry PROTO((int*, int, int, int, int));
103 mkentry( state, numecs, statenum, JAMSTATE, totaltrans );
188 mkentry( state, numecs, statenum,
195 mkentry( extrct[extptr], numecs, statenum,
295 mkentry( tmp, nummecs, lastdfa + i + 1, JAMSTATE, totaltrans );
500 /* mkentry - create base/def and nxt/chk entries for transition array
504 * mkentry( state, numchars, statenum, deflink, totaltrans );
519 void mkentry( state, numchars, statenum, deflink, totaltrans ) function
760 mkentry( tmp, numecs, statenum, -numtemps, numdiff );
/freebsd-9.3-release/sbin/restore/
H A Dinteractive.c89 static void mkentry(char *, struct direct *, struct afile *);
514 mkentry(name, dp, list);
554 mkentry(locname, dp, listp++);
579 mkentry(char *name, struct direct *dp, struct afile *fp) function
/freebsd-9.3-release/sbin/fsck_ffs/
H A Ddir.c73 static int mkentry(struct inodesc *);
345 mkentry(struct inodesc *idesc) function
531 idesc.id_func = mkentry;

Completed in 106 milliseconds