taglinefilesource code
NR_FUNC99include/linux/keyboard.hextern char *func_table[NR_FUNC];
NR_FUNC318kernel/chr_drv/defkeymap.cchar *func_table[NR_FUNC] = {
NR_FUNC105kernel/chr_drv/keyboard.c255, NR_FUNC - 1, 13, 16, 4, 255, 3, NR_SHIFT,
NR_FUNC270kernel/chr_drv/vt.cif ((i = get_fs_byte(&a->kb_func)) >= NR_FUNC)
NR_FUNC290kernel/chr_drv/vt.cif ((i = get_fs_byte(&a->kb_func)) >= NR_FUNC)
NR_FUNC295kernel/chr_drv/vt.cfirst_free = func_table[NR_FUNC - 1] +
NR_FUNC296kernel/chr_drv/vt.cstrlen(func_table[NR_FUNC - 1]) + 1;
NR_FUNC302kernel/chr_drv/vt.cif (i < NR_FUNC - 1) {
NR_FUNC307kernel/chr_drv/vt.cfor (k = i + 1; k < NR_FUNC; k++)