Home
last modified time | relevance | path

Searched refs:fctn (Results 1 – 6 of 6) sorted by relevance

/external/syslinux/com32/lib/
Donexit.c16 ap->fctn(rv, ap->arg); /* This assumes extra args are harmless */ in on_exit_exit()
22 int on_exit(void (*fctn) (int, void *), void *arg) in on_exit()
29 as->fctn = fctn; in on_exit()
Datexit.c7 int atexit(void (*fctn) (void)) in atexit()
9 return on_exit((void (*)(int, void *))fctn, NULL); in atexit()
Datexit.h11 void (*fctn) (int, void *); member
Dexit.c44 ap->fctn(rv, ap->arg); /* This assumes extra args are harmless */ in exit()
/external/bison/doc/
Dbison.texi2538 ptr->value.var = 0; /* Set value to 0 even if fctn. */
12317 @c LocalWords: strlen strcpy fctn strcmp isalpha symbuf realloc isalnum DOTDOT
Dbison.info2975 ptr->value.var = 0; /* Set value to 0 even if fctn. */