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

  /src/games/atc/
main.c 84 int f_usage = 0, f_list = 0, f_showscore = 0; local in function:main
108 f_list = 1;
136 if (f_list)
145 if (f_usage || f_showscore || f_list || f_printpath)
  /src/sys/dev/microcode/siop/
ncr53cxxx.c 55 void f_list (void); /* ENTRY, EXTERNAL label list */
80 {"ENTRY", f_list},
82 {"EXTERN", f_list},
83 {"EXTERNAL", f_list},
889 * f_list: process list of symbols for the ENTRY and EXTERNAL directive
892 void f_list (void) function in typeref:typename:void

Completed in 35 milliseconds