Home
last modified time | relevance | path

Searched refs:EXEC_COUNT_FMT (Results 1 – 4 of 4) sorted by relevance

/dports/lang/gawk/gawk-5.1.1/
H A Dawk.h755 #define EXEC_COUNT_FMT "%lu" macro
759 #define EXEC_COUNT_FMT "%llu" macro
H A Dprofile.c300 fprintf(prof_fp, " # " EXEC_COUNT_FMT, ip1->exec_count); in pprint()
1047 fprintf(prof_fp, " # " EXEC_COUNT_FMT, ip1->exec_count); in pprint()
H A DChangeLog129 (EXEC_COUNT_FMT, EXEC_COUNT_PROFILE_FMT): Corresponding format
131 * debug.c (print_instruction): Use EXEC_COUNT_FMT.
H A Ddebug.c4088 print_func(fp, "[exec_count = " EXEC_COUNT_FMT "]\n", pc->exec_count); in print_instruction()